Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1950)

Unified Diff: android_webview/android_webview.gyp

Issue 10946008: Componentize IgnoreNavigationResourceThrottle and add chrome and webview specific implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 9239e382fadcfd6438938c61ca28b10fcb1da5a6..0726e19422d73876764e765ab8ede9d2a864c58b 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -14,6 +14,7 @@
'<(DEPTH)/chrome/chrome.gyp:renderer',
'<(DEPTH)/content/content.gyp:content',
'<(DEPTH)/android_webview/native/webview_native.gyp:webview_native',
+ '<(DEPTH)/chrome/browser/component/components.gyp:navigation_interception',
'<(DEPTH)/chrome/browser/component/components.gyp:web_contents_delegate_android',
'<(DEPTH)/chrome/browser/component/components.gyp:browser_component_jni_headers',
],
@@ -30,6 +31,7 @@
'browser/aw_cookie_access_policy.h',
'browser/aw_http_auth_handler_base.cc',
'browser/aw_http_auth_handler_base.h',
+ 'browser/aw_intercept_navigation_resource_throttle.h',
'browser/aw_login_delegate.cc',
'browser/aw_login_delegate.h',
'browser/net/aw_network_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698