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

Unified Diff: mojo/mojo.gyp

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking Created 6 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/edk/system/local_data_pipe_unittest.cc ('k') | mojo/mojo_base.gyp » ('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 8f8448e4ea0df573c8847491464461614d13bb7c..cba70c9d72d8d5954141070fd53cb39970804f07 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -16,29 +16,11 @@
'mojo_base.gyp:mojo_base',
'mojo_geometry_converters.gyp:mojo_geometry_lib',
'mojo_input_events_converters.gyp:mojo_input_events_lib',
- 'mojo_js_unittests',
'mojo_surface_converters.gyp:mojo_surfaces_lib',
'mojo_surface_converters.gyp:mojo_surfaces_lib_unittests',
'services/public/mojo_services_public.gyp:mojo_services_public',
'public/mojo_public.gyp:mojo_public',
],
},
- {
- # GN version: //mojo/bindings/js/tests:mojo_js_unittests
- 'target_name': 'mojo_js_unittests',
- 'type': 'executable',
- 'dependencies': [
- '../gin/gin.gyp:gin_test',
- 'edk/mojo_edk.gyp:mojo_common_test_support',
- 'edk/mojo_edk.gyp:mojo_run_all_unittests',
- 'mojo_base.gyp:mojo_js_bindings_lib',
- 'public/mojo_public.gyp:mojo_environment_standalone',
- 'public/mojo_public.gyp:mojo_public_test_interfaces',
- 'public/mojo_public.gyp:mojo_utility',
- ],
- 'sources': [
- 'bindings/js/tests/run_js_tests.cc',
- ],
- },
- ],
+ ]
}
« no previous file with comments | « mojo/edk/system/local_data_pipe_unittest.cc ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698