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

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: Fix ordering 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/consume/README.txt » ('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 5260100ea31db5d806de5ef01185471a8640f3ee..b8330b6ff5a076bdd3cbf4f1db84fa6ca01c917c 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -66,6 +66,10 @@
'../webkit/webkit.gyp:*',
'<(libjpeg_gyp_path):*',
],
+ }, { # 'OS=="ios"'
+ 'dependencies': [
+ '../ios/consume/ios_consume.gyp:*',
+ ],
}],
['os_posix==1 and OS!="android" and OS!="ios"', {
'dependencies': [
« no previous file with comments | « no previous file | ios/OWNERS » ('j') | ios/consume/README.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698