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

Unified Diff: build/all.gyp

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 | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »
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 edb2e867d1596239f119ce277302b8347a4799e2..5aaed3d0fc6aadc99bb00338a3ec89f67bfe31f7 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -12,6 +12,8 @@
'some.gyp:*',
'../base/base.gyp:*',
'../chrome/chrome.gyp:*',
+ '../components/components.gyp:*',
+ '../components/components_tests.gyp:*',
'../content/content.gyp:*',
'../content/content_shell_and_tests.gyp:*',
'../crypto/crypto.gyp:*',
@@ -34,8 +36,6 @@
['OS!="ios"', {
'dependencies': [
'../cc/cc_tests.gyp:*',
- '../components/components.gyp:*',
- '../components/components_tests.gyp:*',
'../device/bluetooth/bluetooth.gyp:*',
'../device/device_tests.gyp:*',
'../device/usb/usb.gyp:*',
@@ -226,9 +226,11 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_unittests',
+ '../components/components_tests.gyp:components_unittests',
'../crypto/crypto.gyp:crypto_unittests',
'../net/net.gyp:net_unittests',
'../sql/sql.gyp:sql_unittests',
+ '../sync/sync.gyp:sync_unit_tests',
'../ui/ui_unittests.gyp:ui_unittests',
'../url/url.gyp:url_unittests',
],
@@ -245,7 +247,6 @@
'../chrome/chrome.gyp:sync_integration_tests',
'../chrome/chrome.gyp:unit_tests',
'../cloud_print/cloud_print.gyp:cloud_print_unittests',
- '../components/components_tests.gyp:components_unittests',
'../content/content_shell_and_tests.gyp:content_browsertests',
'../content/content_shell_and_tests.gyp:content_shell',
'../content/content_shell_and_tests.gyp:content_unittests',
@@ -260,7 +261,6 @@
'../mojo/mojo.gyp:mojo',
'../ppapi/ppapi_internal.gyp:ppapi_unittests',
'../remoting/remoting.gyp:remoting_unittests',
- '../sync/sync.gyp:sync_unit_tests',
'../third_party/WebKit/public/all.gyp:all_blink',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698