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

Unified Diff: build/all.gyp

Issue 10784006: Add all of base.gyp to the iOS 'All' target (Closed) Base URL: http://git.chromium.org/chromium/src.git@base-unittest-link
Patch Set: Move !ios section Created 8 years, 5 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 | « base/base.gyp ('k') | no next file » | 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 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': [
« no previous file with comments | « base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698