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

Unified Diff: mojo/edk/mojo_edk.gyp

Issue 709603002: Move mojo/apps/js tests et al to mojo/edk/js/test,tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: chromium environment for JS tests 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
Index: mojo/edk/mojo_edk.gyp
diff --git a/mojo/edk/mojo_edk.gyp b/mojo/edk/mojo_edk.gyp
index e82689372a52aef96b22ccb5945d3121be2a4d95..0a564a5048badb702da42e98b2caed86726773e4 100644
--- a/mojo/edk/mojo_edk.gyp
+++ b/mojo/edk/mojo_edk.gyp
@@ -396,6 +396,8 @@
'js/handle.cc',
'js/handle.h',
'js/handle_close_observer.h',
+ 'js/threading.cc',
+ 'js/threading.h',
'js/support.cc',
'js/support.h',
'js/waiting_callback.cc',
@@ -411,7 +413,7 @@
'mojo_common_test_support',
'mojo_run_all_unittests',
'mojo_js_lib',
- '../public/mojo_public.gyp:mojo_environment_standalone',
+ '../public/mojo_public.gyp:mojo_environment_chromium',
'../public/mojo_public.gyp:mojo_public_test_interfaces',
'../public/mojo_public.gyp:mojo_utility',
],

Powered by Google App Engine
This is Rietveld 408576698