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

Unified Diff: BUILD.gn

Issue 1093763002: Revert of Make a mojo:apptests GN meta-target, add apptests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 818f28205620c342151b79c6b91c16aea0a500b3..b51ff78b2cea25e479887b0c2f2e40ef2a781863 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -684,7 +684,6 @@
"//media/mojo/interfaces:interfaces_python",
"//media/mojo/services:cdm_service",
"//media/mojo:tests",
- "//mojo:apptests",
"//net/interfaces:interfaces_dart",
"//net/interfaces:interfaces_python",
"//third_party/mojo/src/mojo/edk/js/test:js_integration_tests",
@@ -699,8 +698,12 @@
"//third_party/mojo_services/src/window_manager/public/interfaces:interfaces_python",
]
- if (!is_component_build) {
- deps += [ "//mojo/services/html_viewer:tests" ]
+ if (!is_debug) {
+ deps += [
+ "//mojo/services/html_viewer:apptests",
+ "//mojo/services/html_viewer:tests",
+ "//mojo/services/network:apptests",
+ ]
}
}
}
« no previous file with comments | « no previous file | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698