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

Unified Diff: build/all.gyp

Issue 376573003: Pull necessary dependencies to be able to process mojo.gyp on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « DEPS ('k') | content/app/content_main_runner.cc » ('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 e6d2446614332ac238f7d2866fe7d62a6d14208c..b458328efa748d20aa0f6ffdde99358e67894f8c 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -39,6 +39,20 @@
['OS=="ios"', {
'dependencies': [
'../ios/ios.gyp:*',
+ '../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',
+ '../mojo/mojo.gyp:mojo_application_manager',
+ '../mojo/mojo.gyp:mojo_application_manager_unittests',
'../ui/gfx/gfx_tests.gyp:gfx_unittests',
'../ui/ui_unittests.gyp:ui_unittests',
],
« no previous file with comments | « DEPS ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698