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

Unified Diff: media/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: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index b47595cca2bccb551f1b07b84fc1ca1339f7c269..3f96b8b2cf2255974e075943db49ab30c22c50a4 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -389,11 +389,6 @@ component("media") {
"filters/decrypting_video_decoder.cc",
"filters/decrypting_video_decoder.h",
]
- deps += [
- "//media/base/android",
- "//media/base/android:media_jni_headers",
- ]
- allow_circular_includes_from = [ "//media/base/android" ]
}
if (current_cpu != "arm" && is_chromeos) {

Powered by Google App Engine
This is Rietveld 408576698