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

Unified Diff: BUILD.gn

Issue 1050233005: Make a mojo:apptests GN meta-target, add apptests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert allowing apptests on component builds. 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 b51ff78b2cea25e479887b0c2f2e40ef2a781863..818f28205620c342151b79c6b91c16aea0a500b3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -684,6 +684,7 @@ group("gn_mojo_targets") {
"//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",
@@ -698,12 +699,8 @@ group("gn_mojo_targets") {
"//third_party/mojo_services/src/window_manager/public/interfaces:interfaces_python",
]
- if (!is_debug) {
- deps += [
- "//mojo/services/html_viewer:apptests",
- "//mojo/services/html_viewer:tests",
- "//mojo/services/network:apptests",
- ]
+ if (!is_component_build) {
+ deps += [ "//mojo/services/html_viewer:tests" ]
}
}
}
« 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