Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 8b9f488d5d91953c63ce2e0a87a771fa367d501b..70a313d1a80b91f12c08f6751ba085373c0fcac1 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -12,6 +12,7 @@ |
'some.gyp:*', |
'../base/base.gyp:*', |
'../chrome/chrome.gyp:*', |
+ '../components/components.gyp:*', |
blundell
2013/10/02 10:01:17
As discussed offline, I think that this change wou
droger
2013/10/02 10:59:41
Done.
|
'../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', |