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

Unified Diff: mojo/mojo_public_tests.gypi

Issue 528763002: Build targets from mojo_base on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: mojo/mojo_public_tests.gypi
diff --git a/mojo/mojo_public_tests.gypi b/mojo/mojo_public_tests.gypi
index 8106e8d420ef6c23ceed5daac426108989721570..618831b70121237c8271bb3197d23579c377e04a 100644
--- a/mojo/mojo_public_tests.gypi
+++ b/mojo/mojo_public_tests.gypi
@@ -7,7 +7,6 @@
{
# GN version: //mojo/public/c/test_support
'target_name': 'mojo_test_support',
- 'type': 'shared_library',
'defines': [
'MOJO_TEST_SUPPORT_IMPLEMENTATION',
],
@@ -27,6 +26,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.

Powered by Google App Engine
This is Rietveld 408576698