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

Unified Diff: mojo/mojo.gyp

Issue 65943002: Add a basic Mojo app that initializes V8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove base dependency Created 7 years, 1 month 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/apps/js/v8_environment.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 3ffdf7418a738985d4bea78b50b9e1d0cbce7dfe..72e6477a521f07a7457cd8365cf9bcd4e12551e2 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -21,6 +21,7 @@
'mojo_shell_lib',
'mojo_shell',
'mojo_utility',
+ 'mojo_js',
'sample_app',
'mojo_bindings',
'mojo_bindings_test',
@@ -269,6 +270,21 @@
],
},
{
+ 'target_name': 'mojo_js',
+ 'type': 'shared_library',
+ 'include_dirs': [
+ '..'
+ ],
+ 'dependencies': [
+ '../v8/tools/gyp/v8.gyp:v8',
+ ],
+ 'sources': [
+ 'apps/js/main.cc',
+ 'apps/js/v8_environment.cc',
+ 'apps/js/v8_environment.h',
+ ],
+ },
+ {
'target_name': 'sample_app',
'type': 'shared_library',
'dependencies': [
« no previous file with comments | « mojo/apps/js/v8_environment.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698