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

Unified Diff: mojo/mojo_apps.gypi

Issue 467263006: JavaScript Content Handler Version 0.0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes per review feedback. Created 6 years, 3 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_apps.gypi
diff --git a/mojo/mojo_apps.gypi b/mojo/mojo_apps.gypi
index a66206a68a40e1273b5a319204eaa61b3b78aa6a..d1c1cef4033443cf2452b0e9efe8e1420a65c32a 100644
--- a/mojo/mojo_apps.gypi
+++ b/mojo/mojo_apps.gypi
@@ -80,10 +80,17 @@
'target_name': 'mojo_js',
'type': 'loadable_module',
'dependencies': [
+ 'mojo_base.gyp:mojo_application_chromium',
+ 'mojo_base.gyp:mojo_cpp_bindings',
+ 'mojo_base.gyp:mojo_utility',
+ 'mojo_content_handler_bindings',
'mojo_js_lib',
'<(mojo_system_for_loadable_module)',
],
'sources': [
+ 'apps/js/content_handler.cc',
+ 'apps/js/js_app.cc',
+ 'apps/js/mojo_module.cc',
'apps/js/main.cc',
],
},

Powered by Google App Engine
This is Rietveld 408576698