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

Unified Diff: mojo/mojo_public.gypi

Issue 264563005: Enable Mojo on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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') | no next file » | 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 8f124e720802c2e8c7fcd1722678ea3beedcfc0e..a5b72a32e2aa81826723dd4f2e67c13e0b7d3d1f 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -71,7 +71,9 @@
},
{
'target_name': 'mojo_test_support',
- 'type': 'shared_library',
+ # Changed this from a shared library to a static library as it wasn't
+ # found on iOS when it was a shared library.
+ 'type': 'static_library',
'defines': [
'MOJO_TEST_SUPPORT_IMPLEMENTATION',
],
« no previous file with comments | « mojo/mojo.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698