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

Unified Diff: mojo/mojo_public.gypi

Issue 231353002: Make mojo_system static and mojo_system_impl a component, never use both (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get content builds to work 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
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 261170a9822d2bb461de9e11eb3423e132bbf66e..3e79b5cff7cb7627b608240c02075bc75f7a4f5c 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -2,7 +2,7 @@
'targets': [
{
'target_name': 'mojo_system',
- 'type': '<(component)',
+ 'type': 'static_library',
'defines': [
'MOJO_SYSTEM_IMPLEMENTATION',
],
@@ -19,8 +19,8 @@
'public/c/system/core.h',
'public/c/system/macros.h',
'public/c/system/system_export.h',
- 'public/system/core_private.cc',
- 'public/system/core_private.h',
+ 'public/platform/native/system_thunks.cc',
+ 'public/platform/native/system_thunks.h',
],
'conditions': [
['OS=="mac"', {
@@ -120,7 +120,6 @@
'dependencies': [
'../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
- 'mojo_system',
'mojo_test_support',
],
'sources': [
@@ -139,7 +138,7 @@
'mojo_public_test_utils',
'mojo_run_all_unittests',
'mojo_sample_service',
- 'mojo_system',
+ 'mojo_system_impl',
viettrungluu 2014/04/10 19:38:06 Can we pick up this dependency via mojo_run_all_un
'mojo_utility',
],
'sources': [
@@ -171,7 +170,6 @@
'mojo_environment_standalone',
'mojo_public_test_utils',
'mojo_run_all_unittests',
- 'mojo_system',
'mojo_utility',
],
'sources': [
@@ -187,7 +185,7 @@
'mojo_bindings',
'mojo_public_test_utils',
'mojo_run_all_unittests',
- 'mojo_system',
+ 'mojo_system_impl',
viettrungluu 2014/04/10 19:38:06 "
],
'sources': [
'public/c/system/tests/core_unittest.cc',
@@ -206,7 +204,6 @@
'mojo_bindings',
'mojo_public_test_utils',
'mojo_run_all_unittests',
- 'mojo_system',
'mojo_utility',
],
'sources': [
@@ -232,7 +229,6 @@
'../testing/gtest.gyp:gtest',
'mojo_public_test_utils',
'mojo_run_all_perftests',
- 'mojo_system',
viettrungluu 2014/04/10 19:38:06 (I suspect yes, if the perftests build without the
'mojo_utility',
],
'sources': [
@@ -301,11 +297,9 @@
'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
'mojo_bindings',
- 'mojo_system',
],
'dependencies': [
'mojo_bindings',
- 'mojo_system',
],
},
{
@@ -366,7 +360,6 @@
'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'dependencies': [
'mojo_bindings',
- 'mojo_system',
],
'export_dependent_settings': [
'mojo_bindings',

Powered by Google App Engine
This is Rietveld 408576698