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

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

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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 | « media/mojo/DEPS ('k') | media/mojo/services/android_mojo_media_client.cc » ('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 eda7fb357290040b6ee588bcc4dd0074a6e54393..a724ac01f3b198b5e14dd657f22c24322dee29a4 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -73,10 +73,10 @@ source_set("proxy") {
"//base",
"//media",
"//media/mojo/interfaces",
- "//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/environment:chromium",
"//mojo/public/c/system:for_component",
+ "//mojo/shell/public/interfaces",
]
}
@@ -106,10 +106,10 @@ source_set("cdm_service") {
"//base",
"//media",
"//media/mojo/interfaces",
- "//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/environment:chromium",
"//mojo/public/c/system:for_component",
+ "//mojo/shell/public/interfaces",
]
sources = [
@@ -169,8 +169,8 @@ source_set("application") {
":media_client",
":renderer_service",
"//base",
- "//mojo/application/public/cpp",
"//mojo/public/c/system:for_component",
+ "//mojo/shell/public/cpp",
]
}
@@ -220,7 +220,7 @@ mojo_native_application("media_apptests") {
deps = [
":proxy",
"//media/base:test_support",
- "//mojo/application/public/cpp:test_support",
+ "//mojo/shell/public/cpp:test_support",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « media/mojo/DEPS ('k') | media/mojo/services/android_mojo_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698