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

Unified Diff: build/all.gyp

Issue 528763002: Build targets from mojo_base on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
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',
],

Powered by Google App Engine
This is Rietveld 408576698