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

Unified Diff: mojo/mojo_base.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 | « content/content_browser.gypi ('k') | mojo/mojo_public_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 1104ff935c211b2eb551edefd81ee0fab2e57488..62ff9690293323c3296fd426a8b213f250fc74d0 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -223,6 +223,14 @@
'system/waiter_test_utils.h',
'system/waiter_unittest.cc',
],
+ 'conditions': [
+ ['OS=="ios"', {
+ 'sources!': [
+ 'embedder/embedder_unittest.cc',
+ 'system/multiprocess_message_pipe_unittest.cc',
+ ],
+ }],
+ ],
},
{
# GN version: //mojo/common/test:test_support_impl
@@ -283,6 +291,13 @@
'common/test/test_utils_posix.cc',
'common/test/test_utils_win.cc',
],
+ 'conditions': [
+ ['OS=="ios"', {
+ 'sources!': [
+ 'common/test/multiprocess_test_helper.cc',
+ ],
+ }],
+ ],
},
{
# GN version: //mojo/common:mojo_common_unittests
@@ -306,6 +321,13 @@
'common/message_pump_mojo_unittest.cc',
'common/test/multiprocess_test_helper_unittest.cc',
],
+ 'conditions': [
+ ['OS=="ios"', {
+ 'sources!': [
+ 'common/test/multiprocess_test_helper_unittest.cc',
+ ],
+ }],
+ ],
},
{
# GN version: //mojo/environment:chromium
« no previous file with comments | « content/content_browser.gypi ('k') | mojo/mojo_public_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698