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

Unified Diff: components/components.gyp

Issue 963683003: Enable on iOS all components unittests for components that are built (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | components/components_tests.gyp » ('j') | components/components_tests.gyp » ('J')
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 17e4235bdb63632f2074c16a6ac55febd7659739..094a426a67b810df87ad2d489b1dbab2bffd61c9 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -22,7 +22,6 @@
'crx_file.gypi',
'data_reduction_proxy.gypi',
'device_event_log.gypi',
- 'network_hints.gypi',
'dom_distiller.gypi',
'domain_reliability.gypi',
'enhanced_bookmarks.gypi',
@@ -40,6 +39,7 @@
'login.gypi',
'metrics.gypi',
'navigation_metrics.gypi',
+ 'network_hints.gypi',
'network_time.gypi',
'onc.gypi',
'os_crypt.gypi',
@@ -65,8 +65,8 @@
'user_prefs.gypi',
'variations.gypi',
'wallpaper.gypi',
- 'webdata.gypi',
'web_resource.gypi',
+ 'webdata.gypi',
],
'conditions': [
['OS != "ios"', {
@@ -130,11 +130,11 @@
# introduced.
'includes': [
'gcm_driver.gypi',
+ 'invalidation.gypi',
'omnibox.gypi',
'renderer_context_menu.gypi',
'search_engines.gypi',
'sync_driver.gypi',
- 'invalidation.gypi',
'webdata_services.gypi',
],
}],
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/components_tests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698