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

Unified Diff: mojo/BUILD.gn

Issue 646943006: Remove mojo/apps/js, it is unused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/apps/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 1f36443d0f8be9e31cf4b914695a9b31aa03d5d3..7665817f6c8f122c62be6e024e7e77d37e90be50 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -9,8 +9,6 @@ group("mojo") {
testonly = true
deps = [
":tests",
- "//mojo/apps/js:mojo_js_content_handler",
- "//mojo/apps/js:mojo_js_standalone",
"//mojo/common",
"//mojo/examples",
"//mojo/public",
@@ -30,7 +28,6 @@ group("tests") {
testonly = true
deps = [
"//mojo/application_manager:mojo_application_manager_unittests",
- "//mojo/apps/js/test:mojo_apps_js_unittests",
"//mojo/bindings/js/tests:mojo_js_unittests",
"//mojo/common:mojo_common_unittests",
"//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
« no previous file with comments | « no previous file | mojo/apps/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698