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

Unified Diff: chrome/browser/component/components.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: chrome/browser/component/components.gyp
diff --git a/chrome/browser/component/components.gyp b/chrome/browser/component/components.gyp
index 214590295fefdad009b8abef5e6eb964bf807f1f..aaba294e698b6ad77be37eae988fed67074d7ce0 100644
--- a/chrome/browser/component/components.gyp
+++ b/chrome/browser/component/components.gyp
@@ -5,7 +5,8 @@
{
'includes': [
- 'web_contents_delegate_android/web_contents_delegate_android.gypi'
+ 'web_contents_delegate_android/web_contents_delegate_android.gypi',
+ 'navigation_interception/navigation_interception.gypi',
benm (inactive) 2012/09/19 11:04:04 alpha ordering
mkosiba (inactive) 2012/09/25 18:01:47 Done.
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698