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

Unified Diff: mojo/BUILD.gn

Issue 703023004: Move the JS content handler et al from mojo/apps/js to mojo/services (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixed DEPS gl build 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 | « examples/js/main.js ('k') | 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 685111065dc37ab725d0bcf51421ec4b2c5ac53a..abecb56f8b5b5f4de56db452afca659576d48ed1 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -15,7 +15,6 @@ group("mojo") {
deps = [
":tests",
"//examples",
- "//mojo/apps/js:js_content_handler",
"//mojo/common",
"//mojo/public",
"//mojo/services",
@@ -80,6 +79,7 @@ group("tests") {
"//mojo/services/network:unittests",
"//mojo/shell:mojo_shell_tests",
"//mojo/tools:message_generator",
+ "//services/js:js_services_unittests",
]
if (!is_win) {
« no previous file with comments | « examples/js/main.js ('k') | mojo/apps/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698