Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 833c3dd5c99d9da5fa3e988527dbf17c6b064d82..3cdf5398b63d68f33fb61938ce9cf5c9e3fd8313 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -39,6 +39,18 @@ |
['OS=="ios"', { |
'dependencies': [ |
'../ios/ios.gyp:*', |
+ '../mojo/mojo_base.gyp:mojo_common_lib', |
qsr
2014/09/05 08:27:32
why don't you put all of mojo_base here?
blundell
2014/09/05 08:33:11
mojo_js_bindings_lib has a dependency on v8, which
qsr
2014/09/05 08:36:04
:( Ok, I guess that means someone on the iOS team
viettrungluu
2014/09/05 16:59:06
I agree that this is a little unfortunate. What bo
blundell
2014/09/08 08:59:52
It will build on the iOS bots on the main Chromium
|
+ '../mojo/mojo_base.gyp:mojo_common_unittests', |
+ '../mojo/mojo_base.gyp:mojo_cpp_bindings', |
+ '../mojo/mojo_base.gyp:mojo_public_bindings_unittests', |
+ '../mojo/mojo_base.gyp:mojo_public_environment_unittests', |
+ '../mojo/mojo_base.gyp:mojo_public_system_perftests', |
+ '../mojo/mojo_base.gyp:mojo_public_system_unittests', |
+ '../mojo/mojo_base.gyp:mojo_public_test_utils', |
+ '../mojo/mojo_base.gyp:mojo_public_utility_unittests', |
+ '../mojo/mojo_base.gyp:mojo_system', |
+ '../mojo/mojo_base.gyp:mojo_system_impl', |
+ '../mojo/mojo_base.gyp:mojo_system_unittests', |
'../ui/gfx/gfx_tests.gyp:gfx_unittests', |
'../ui/ui_unittests.gyp:ui_unittests', |
], |