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

Unified Diff: build/all.gyp

Issue 25706003: Build components and run components_tests on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Review comments Created 7 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
« no previous file with comments | « no previous file | components/components.gyp » ('j') | components/components.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 0e2a3e3464b4310a8f8956591b95dc72a23801bf..32ef4f16a2981b142662f4f83fd96f4517e26ee7 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -12,6 +12,7 @@
'some.gyp:*',
'../base/base.gyp:*',
'../chrome/chrome.gyp:*',
+ '../components/components.gyp:*',
'../content/content.gyp:*',
'../crypto/crypto.gyp:*',
'../mojo/mojo.gyp:*',
@@ -33,7 +34,6 @@
['OS!="ios"', {
'dependencies': [
'../cc/cc_tests.gyp:*',
- '../components/components.gyp:*',
'../device/bluetooth/bluetooth.gyp:*',
'../device/device_tests.gyp:*',
'../device/usb/usb.gyp:*',
@@ -207,6 +207,7 @@
'dependencies': [
'../base/base.gyp:base_unittests',
'../chrome/chrome.gyp:unit_tests',
+ '../components/components.gyp:components_unittests',
'../crypto/crypto.gyp:crypto_unittests',
'../net/net.gyp:net_unittests',
'../sql/sql.gyp:sql_unittests',
@@ -226,7 +227,6 @@
'../chrome/chrome.gyp:interactive_ui_tests',
'../chrome/chrome.gyp:sync_integration_tests',
'../cloud_print/cloud_print.gyp:cloud_print_unittests',
- '../components/components.gyp:components_unittests',
'../content/content.gyp:content_browsertests',
'../content/content.gyp:content_shell',
'../content/content.gyp:content_unittests',
« no previous file with comments | « no previous file | components/components.gyp » ('j') | components/components.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698