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

Unified Diff: mojo/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 | « no previous file | mojo/edk/js/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 16c58fb8acf90c74e81fcc6302cf4310064c0c76..8aea19b8ea1c3fbd5e286bf565b73f8c9b4dfe0f 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -75,12 +75,6 @@ group("tests") {
deps += [ "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests" ]
}
- # 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 += [ "//mojo/edk/js:tests" ]
- }
-
if (mojo_use_prebuilt_network_service) {
deps += [ "//mojo/public/tools:copy_network_service_apptests" ]
}
« no previous file with comments | « no previous file | mojo/edk/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698