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

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

Issue 1783533003: Moves mojo_application_manifest to data_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « mash/wm/BUILD.gn ('k') | mojo/services/catalog/BUILD.gn » ('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 d0e4f9d7ddbe811516b9a0fc327ab9554020aeb4..7f13242d7caf60bdbcc29be30dea4d8dec0f4b7f 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -226,7 +226,6 @@ mojo_native_application("media_apptests") {
]
deps = [
- ":apptest_manifest",
":proxy",
"//media/base:test_support",
"//mojo/shell/public/cpp:test_support",
@@ -235,6 +234,7 @@ mojo_native_application("media_apptests") {
]
data_deps = [
+ ":apptest_manifest",
":media",
]
}
@@ -248,12 +248,12 @@ mojo_native_application("media_pipeline_integration_apptests") {
testonly = true
deps = [
- ":pipeline_apptest_manifest",
"//media/test:mojo_pipeline_integration_tests",
]
data_deps = [
":media",
+ ":pipeline_apptest_manifest",
]
}
« no previous file with comments | « mash/wm/BUILD.gn ('k') | mojo/services/catalog/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698