Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index a1f751a49ac6db855bdd56d453791a19a5865a00..1128d11744b5815936c9463136bd9775738df1e6 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -38,6 +38,7 @@ |
'conditions': [ |
['OS=="ios"', { |
'dependencies': [ |
+ '../chrome/chrome.gyp:browser', |
'../ios/ios.gyp:*', |
# NOTE: This list of targets is present because |
# mojo_base.gyp:mojo_base cannot be built on iOS, as |