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

Unified Diff: content/gpu/BUILD.gn

Issue 2757463004: Restrict use of GN target //media/base/android:android (Closed)
Patch Set: add cast 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
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 11f25b8c1db0951ea68e48e28b51fab2bceb24dd..c1b4e935ba2fb8a742c2c2031e3eac6f06830d5e 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -73,7 +73,7 @@ target(link_target_type, "gpu_sources") {
]
if (is_android) {
- deps += [ "//media/base/android" ]
+ deps += [ "//media" ]
}
if (mojo_media_host == "gpu") {

Powered by Google App Engine
This is Rietveld 408576698