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

Unified Diff: chrome/chrome_browser.gypi

Issue 101503002: Build components.gyp:* and components_test.gyp:* on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 7 years 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 | « build/all.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 62f7ad0993ee6f56299a749d2e54c0818f734fdd..c3c216c4974a7659499439c2faee8c933b441476 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -27,10 +27,8 @@
'safe_browsing_proto',
'safe_browsing_report_proto',
'../components/component_strings.gyp:component_strings',
- '../components/components.gyp:browser_context_keyed_service',
'../components/components.gyp:encryptor',
'../components/components.gyp:navigation_metrics',
- '../components/components.gyp:sessions',
'../components/components.gyp:startup_metric_utils',
'../components/components.gyp:translate_common',
'../components/components.gyp:user_prefs',
@@ -38,9 +36,6 @@
# transitively via the common target because the proto sources need to
# be generated before code in this target can start building.
'../components/components.gyp:variations',
- '../components/components.gyp:visitedlink_browser',
- '../components/components.gyp:visitedlink_common',
- '../components/components.gyp:web_modal',
'../components/components.gyp:webdata_common',
'../content/content.gyp:content_browser',
'../content/content.gyp:content_common',
@@ -2682,8 +2677,13 @@
'sync_file_system_proto',
'../cc/cc.gyp:cc',
'../components/components.gyp:autofill_content_browser',
+ '../components/components.gyp:browser_context_keyed_service',
'../components/components.gyp:dom_distiller_content',
'../components/components.gyp:navigation_interception',
+ '../components/components.gyp:sessions',
+ '../components/components.gyp:visitedlink_browser',
+ '../components/components.gyp:visitedlink_common',
+ '../components/components.gyp:web_modal',
'../media/media.gyp:media',
'../net/net.gyp:net_with_v8',
# TODO(tonyg): Remove this dependency (crbug.com/280157).
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698