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

Unified Diff: chrome/chrome_browser.gypi

Issue 10946008: Componentize IgnoreNavigationResourceThrottle and add chrome and webview specific implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed presubmit warning for jni_generator.py Created 8 years, 2 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 5a122d57fcb52a248ba2d11bf4726211e0536a52..f792bcd6d66c8036f9047455369fa5e61bcf65e3 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -12,9 +12,10 @@
'dependencies': [
'app/policy/cloud_policy_codegen.gyp:policy',
'autofill_regexes',
+ 'browser/component/components.gyp:navigation_interception',
+ 'browser/performance_monitor/performance_monitor.gyp:performance_monitor',
'browser_extensions',
'browser_ui',
- 'browser/performance_monitor/performance_monitor.gyp:performance_monitor',
'cert_logger_proto',
'chrome_resources.gyp:chrome_extra_resources',
'chrome_resources.gyp:chrome_resources',
@@ -1594,8 +1595,6 @@
'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h',
'browser/renderer_host/chrome_url_request_user_data.cc',
'browser/renderer_host/chrome_url_request_user_data.h',
- 'browser/renderer_host/intercept_navigation_resource_throttle.cc',
- 'browser/renderer_host/intercept_navigation_resource_throttle.h',
'browser/renderer_host/offline_resource_throttle.cc',
'browser/renderer_host/offline_resource_throttle.h',
'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698