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

Unified Diff: mojo/BUILD.gn

Issue 1130873002: Enable //services/files/c:apptests on Android now that we have the C++11 library. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/tools/data/apptests » ('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 ee4850de54c0f1a51b75a63384fafa30f68bf153..e0000279bfaeec9a5fee53e75bdd7fae076b8e68 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -64,6 +64,7 @@ group("tests") {
"//services/clipboard:apptests",
"//services/dart/dart_apptests",
"//services/files:apptests",
+ "//services/files/c:apptests",
"//services/http_server:apptests",
"//services/js:js_apptests",
"//services/js:js_services_unittests",
@@ -77,11 +78,7 @@ group("tests") {
]
if (is_linux) {
- deps += [
- # TODO(vtl): See TODO in //services/files/c/BUILD.gn.
- "//services/files/c:apptests",
- "//services/python:python_apptests",
- ]
+ deps += [ "//services/python:python_apptests" ]
}
if (mojo_use_prebuilt_network_service) {
« no previous file with comments | « no previous file | mojo/tools/data/apptests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698