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

Unified Diff: components/components.gyp

Issue 140823002: Enable building with configuration_policy==1 on ios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 341d120d58428fae81e20b1778eb800cfa726549..52984ad302c432dbb0ae6309121e1cf9ceaa08a8 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -8,7 +8,7 @@
# platforms to include source files on (e.g. files ending in
# _mac.h or _mac.cc are only compiled on MacOSX).
'chromium_code': 1,
- },
+ },
'includes': [
'autofill.gypi',
'auto_login_parser.gypi',
@@ -23,6 +23,7 @@
'signin.gypi',
'startup_metric_utils.gypi',
'translate.gypi',
+ 'url_matcher.gypi',
'user_prefs.gypi',
'variations.gypi',
'webdata.gypi',
@@ -34,7 +35,6 @@
'navigation_interception.gypi',
'plugins.gypi',
'sessions.gypi',
- 'url_matcher.gypi',
'visitedlink.gypi',
'web_contents_delegate_android.gypi',
'web_modal.gypi',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698