Chromium Code Reviews| 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': [ |