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

Unified Diff: media/BUILD.gn

Issue 1048863002: Remove android_webview_build conditions from various places. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index dfe9b7d1de451a82e385a51107f9da38c39f31b5..13cf22e759aea34638bb6f14ca897dd555493fa6 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -343,12 +343,10 @@ component("media") {
]
deps += [
"//media/base/android",
+ "//media/base/android:media_java",
"//media/base/android:media_jni_headers",
"//media/base/android:video_capture_jni_headers",
]
- if (!is_android_webview_build) {
- deps += [ "//media/base/android:media_java" ]
- }
}
if (current_cpu != "arm" && is_chromeos) {
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698