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': [ |