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

Unified Diff: build/all.gyp

Issue 16023013: Introduce the iOS consumer API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 7 years, 7 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 | ios/OWNERS » ('j') | ios/consumer/public/DEPS » ('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 7043a0aa8a24fea07747babd01bbacd5f306b466..4c0c1922af11c86832307f2b8b753361cb539c1a 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -66,6 +66,10 @@
'../webkit/webkit.gyp:*',
'<(libjpeg_gyp_path):*',
],
+ }, { # 'OS=="ios"'
+ 'dependencies': [
+ '../ios/consumer/ios_consumer.gyp:*',
+ ],
}],
['os_posix==1 and OS!="android" and OS!="ios"', {
'dependencies': [
« no previous file with comments | « no previous file | ios/OWNERS » ('j') | ios/consumer/public/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698