diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 8f30ae0..a42e822 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1074,9 +1074,9 @@ 'type': 'none', 'dependencies': [ '../base/base.gyp:base', + '../components/components.gyp:navigation_interception_java', '../components/components.gyp:web_contents_delegate_android_java', '../content/content.gyp:content_java', - '../content/content.gyp:navigation_interception_java', '../sync/sync.gyp:sync_java', '../third_party/guava/guava.gyp:guava_javalib', '../ui/ui.gyp:ui_java', |