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

Unified Diff: mojo/mojo_apps.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: Fix the mac loader path dependencies 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') | mojo/mojo_examples.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_apps.gypi
diff --git a/mojo/mojo_apps.gypi b/mojo/mojo_apps.gypi
index 934d36afb73043c4648b508a15f81279b0640e30..62d904d2316cfc2c3ba2ea9b6bea0f79ef8f6ef8 100644
--- a/mojo/mojo_apps.gypi
+++ b/mojo/mojo_apps.gypi
@@ -14,7 +14,6 @@
'mojo_gles2_bindings',
'mojo_js_bindings_lib',
'mojo_native_viewport_bindings',
- 'mojo_system',
],
'export_dependent_settings': [
'../base/base.gyp:base',
@@ -23,7 +22,6 @@
'mojo_gles2',
'mojo_gles2_bindings',
'mojo_native_viewport_bindings',
- 'mojo_system',
],
'sources': [
'apps/js/mojo_runner_delegate.cc',
@@ -56,6 +54,7 @@
'type': 'shared_library',
'dependencies': [
'mojo_js_lib',
+ 'mojo_system_impl',
],
'sources': [
'apps/js/main.cc',
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698