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

Unified Diff: services/js/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 | « services/BUILD.gn ('k') | services/js/js_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/BUILD.gn
diff --git a/services/js/BUILD.gn b/services/js/BUILD.gn
index c58ac14441fdf3f44d4e5be585ccb52435b6f8f8..fc8c3ad7bd0a00f4799e4cd0f859cbeda83a4e5b 100644
--- a/services/js/BUILD.gn
+++ b/services/js/BUILD.gn
@@ -11,6 +11,16 @@ group("js") {
]
}
+group("tests") {
+ testonly = true
+
+ deps = [
+ ":js_apptests",
+ ":js_services_unittests",
+ "//services/js/system:tests",
+ ]
+}
+
mojo_native_application("js_content_handler") {
sources = [
"content_handler_main.cc",
@@ -27,7 +37,6 @@ mojo_native_application("js_content_handler") {
"//mojo/application",
"//mojo/application:content_handler",
"//mojo/data_pipe_utils",
- "//mojo/edk/js/",
"//mojo/environment:chromium",
"//mojo/message_pump",
"//mojo/public/cpp/system",
@@ -37,6 +46,7 @@ mojo_native_application("js_content_handler") {
"//mojo/services/network/public/interfaces",
"//services/js/modules/clock",
"//services/js/modules/gl",
+ "//services/js/system",
]
}
@@ -44,7 +54,6 @@ test("js_services_unittests") {
deps = [
"//base",
"//gin:gin_test",
- "//mojo/edk/js",
"//mojo/edk/test:run_all_unittests",
"//mojo/edk/test:test_support",
"//mojo/public/cpp/utility",
@@ -52,6 +61,7 @@ test("js_services_unittests") {
"//mojo/public/interfaces/bindings/tests:test_interfaces",
"//mojo/public/interfaces/bindings/tests:test_interfaces_experimental",
"//services/js/modules/clock/test",
+ "//services/js/system",
]
}
« no previous file with comments | « services/BUILD.gn ('k') | services/js/js_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698