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

Unified Diff: mojo/mojo_public.gypi

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/mojo_apps.gypi ('k') | mojo/public/bindings/generators/js_templates/module.js.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 924894996fdf0c70a45a9fb7d46635f0b7042abf..d916d10fea18438a9a42167727554f4d6b798ecb 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -78,30 +78,6 @@
],
},
{
- 'target_name': 'mojo_js_bindings',
- 'type': 'static_library',
- 'include_dirs': [
- '..'
- ],
- 'dependencies': [
- '../gin/gin.gyp:gin',
- 'mojo_system',
- ],
- 'export_dependent_settings': [
- '../gin/gin.gyp:gin',
- ],
- 'sources': [
- 'public/bindings/js/core.cc',
- 'public/bindings/js/core.h',
- 'public/bindings/js/handle.cc',
- 'public/bindings/js/handle.h',
- 'public/bindings/js/support.cc',
- 'public/bindings/js/support.h',
- 'public/bindings/js/waiting_callback.cc',
- 'public/bindings/js/waiting_callback.h',
- ],
- },
- {
'target_name': 'sample_service',
'type': 'static_library',
'sources': [
@@ -127,19 +103,6 @@
],
},
{
- 'target_name': 'mojo_js_bindings_unittests',
- 'type': 'executable',
- 'dependencies': [
- '../gin/gin.gyp:gin_test',
- 'mojo_js_bindings',
- 'mojo_run_all_unittests',
- 'sample_service',
- ],
- 'sources': [
- 'public/bindings/js/test/run_js_tests.cc',
- ],
- },
- {
'target_name': 'gles2_client_impl',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « mojo/mojo_apps.gypi ('k') | mojo/public/bindings/generators/js_templates/module.js.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698