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

Unified Diff: services/BUILD.gn

Issue 1321253010: Add a "native_support" service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix android? 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/tools/data/apptests ('k') | services/native_support/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 a0a9cbc075f05f5b6e7ea9489ae01af3185e7988..72b21a94b3b093cd1cb18b05c9d1c11edc459bde 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -18,6 +18,7 @@ group("services") {
"//services/http_server",
"//services/icu_data",
"//services/keyboard_native",
+ "//services/native_support",
"//services/prediction",
"//services/reaper",
"//services/test_service:bindings",
@@ -73,6 +74,7 @@ group("tests") {
"//services/clipboard:apptests",
"//services/dart/dart_apptests",
"//services/http_server:apptests",
+ "//services/native_support:apptests",
"//services/prediction:apptests",
"//services/reaper:tests",
]
« no previous file with comments | « mojo/tools/data/apptests ('k') | services/native_support/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698