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

Unified Diff: mojo/mojo.gyp

Issue 100573003: [Mojo] Move JS bindings out of public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix header guards Created 7 years 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/threading.cc ('k') | mojo/mojo_apps.gypi » ('j') | 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 015a9d8b0c8f9641e0d9326bbe911b54d4ff306d..af58507d62a6fd550f2fb73afaca59eec9f00e44 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -7,6 +7,7 @@
'chromium_code': 1,
},
'includes': [
+ 'mojo_apps.gypi',
'mojo_examples.gypi',
'mojo_public.gypi',
'mojo_services.gypi',
@@ -22,8 +23,7 @@
'mojo_common_lib',
'mojo_common_unittests',
'mojo_js',
- 'mojo_js_bindings',
- 'mojo_js_bindings_unittests',
+ 'mojo_js_unittests',
'mojo_public_perftests',
'mojo_public_test_support',
'mojo_public_unittests',
@@ -258,25 +258,6 @@
}],
],
},
- {
- 'target_name': 'mojo_js',
- 'type': 'shared_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../gin/gin.gyp:gin',
- 'hello_world_service',
- 'mojo_common_lib',
- 'mojo_js_bindings',
- 'mojo_system',
- ],
- 'sources': [
- 'apps/js/main.cc',
- 'apps/js/mojo_runner_delegate.cc',
- 'apps/js/mojo_runner_delegate.h',
- 'apps/js/threading.cc',
- 'apps/js/threading.h',
- ],
- },
],
'conditions': [
['OS=="android"', {
« no previous file with comments | « mojo/apps/js/threading.cc ('k') | mojo/mojo_apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698