Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 2f6be02fca75c80ad228edc2a5f3dbaf62634019..949c39086d92f3e7270fd78e4efbbdb537a2bce8 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -10,6 +10,7 @@ |
'xcode_create_dependents_test_runner': 1, |
'dependencies': [ |
'some.gyp:*', |
+ '../base/base.gyp:*', |
# Add new dependencies to the !ios section just below, not here (see |
# the comment there). |
], |
@@ -19,7 +20,6 @@ |
# as gyp files come online. |
['OS!="ios"', { |
'dependencies': [ |
- '../base/base.gyp:*', |
'../chrome/chrome.gyp:*', |
'../content/content.gyp:*', |
'../crypto/crypto.gyp:*', |
@@ -67,10 +67,6 @@ |
'temp_gyp/googleurl.gyp:*', |
'<(libjpeg_gyp_path):*', |
], |
- }, { |
- 'dependencies': [ |
- '../base/base.gyp:base', |
- ], |
}], |
['os_posix==1 and OS!="android" and OS!="ios"', { |
'dependencies': [ |