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

Unified Diff: content/gpu/BUILD.gn

Issue 2757463004: Restrict use of GN target //media/base/android:android (Closed)
Patch Set: changes Created 3 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 | « chromecast/media/cdm/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 11f25b8c1db0951ea68e48e28b51fab2bceb24dd..9b6fa7723e1a8d993fd5adb1a3fb783d58feac8a 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -60,6 +60,10 @@ target(link_target_type, "gpu_sources") {
"//gpu/ipc/service",
"//ipc",
"//media/gpu",
+
+ # TODO(jrummell): As //media/gpu/ipc/service is a source_set in a
+ # component build, determine if it should not be included here.
+ # http://crbug.com/702833.
"//media/gpu/ipc/service",
"//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
@@ -73,7 +77,7 @@ target(link_target_type, "gpu_sources") {
]
if (is_android) {
- deps += [ "//media/base/android" ]
+ deps += [ "//media" ]
}
if (mojo_media_host == "gpu") {
« no previous file with comments | « chromecast/media/cdm/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698