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

Unified Diff: mojo/mojo_public.gypi

Issue 360563004: Enable Mojo on iOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reduce diff in mojo_public.gypi Created 6 years, 6 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 | « mojo/mojo.gyp ('k') | mojo/public/cpp/environment/tests/logger_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 36842c3d51a871e4cebecab298ad2f784c68098f..bdcd7c7afde528c5c7017364423171815754def9 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -76,7 +76,6 @@
},
{
'target_name': 'mojo_test_support',
- 'type': 'shared_library',
'defines': [
'MOJO_TEST_SUPPORT_IMPLEMENTATION',
],
@@ -95,6 +94,11 @@
'public/tests/test_support_private.h',
],
'conditions': [
+ ['OS=="ios"', {
+ 'type': 'static_library',
+ }, {
+ 'type': 'shared_library',
+ }],
['OS=="mac"', {
'xcode_settings': {
# Make it a run-path dependent library.
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/cpp/environment/tests/logger_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698