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

Unified Diff: media/mojo/services/BUILD.gn

Issue 1705883002: Run mojo_apptests on debug Linux as well. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build media mojo code for component builds Created 4 years, 10 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 | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index 39384c979e2ee6956a29ed0d201a27771da06705..09092dc4f5ad50095a3ab1b88e13d10d0fa2ce47 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -245,24 +245,16 @@ mojo_native_application("media_pipeline_integration_apptests") {
group("services") {
public_deps = [
+ ":media",
":proxy",
]
-
- if (!is_component_build) {
- public_deps += [ ":media" ]
- }
}
group("tests") {
testonly = true
deps = [
+ ":media_apptests",
":media_mojo_unittests",
+ ":media_pipeline_integration_apptests",
]
-
- if (!is_component_build) {
- deps += [
- ":media_apptests",
- ":media_pipeline_integration_apptests",
- ]
- }
}
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698