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

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: Add comments, rebase Created 6 years, 3 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
« no previous file with comments | « DEPS ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index bba30cfcbb016790f084e27ec07e785f9aa05fa5..bda8731b91e183f4612f93e6ea563b296e618273 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -39,6 +39,21 @@
['OS=="ios"', {
'dependencies': [
'../ios/ios.gyp:*',
+ # NOTE: This list of targets is present because
+ # mojo_base.gyp:mojo_base cannot be built on iOS, as
+ # javascript-related targets cause v8 to be built.
+ '../mojo/mojo_base.gyp:mojo_common_lib',
+ '../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/base/ui_base_tests.gyp:ui_unittests',
'../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
'../ui/gfx/gfx_tests.gyp:gfx_unittests',
« no previous file with comments | « DEPS ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698