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

Unified Diff: mojo/mojo_apps.gypi

Issue 370983002: Mojo: Enable apps built against the chromium env to be built as shared libraries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: improvements Created 6 years, 5 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 5e1d2ca75e091ac8035e009303e1070ee6edf040..8460979f752d4a4ba08de94b6ea4bbfeea2e39d6 100644
--- a/mojo/mojo_apps.gypi
+++ b/mojo/mojo_apps.gypi
@@ -69,10 +69,10 @@
},
{
'target_name': 'mojo_js',
- 'type': 'shared_library',
+ 'type': 'loadable_module',
'dependencies': [
'mojo_js_lib',
- 'mojo_system_impl',
+ '<(mojo_system_for_loadable_module)',
],
'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