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

Unified Diff: services/BUILD.gn

Issue 1374023002: Move JS support code from //mojo/edk/js to //services/js/system (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 months 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/js/waiting_callback.cc ('k') | services/js/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 482e1d8093d989c3205cd5fa192d2b08f3cfbf6b..a0a9cbc075f05f5b6e7ea9489ae01af3185e7988 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -95,10 +95,7 @@ group("tests") {
# TODO(jamesr): We only support building V8 snapshot data on a linux host since it
# needs a 32 bit toolchain and we don't have one configured for mac hosts.
if (host_os == "linux") {
- deps += [
- "//services/js:js_apptests",
- "//services/js:js_services_unittests",
- ]
+ deps += [ "//services/js:tests" ]
}
if (is_android || is_linux) {
« no previous file with comments | « mojo/edk/js/waiting_callback.cc ('k') | services/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698