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

Unified Diff: media/base/android/BUILD.gn

Issue 2411433002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Fixes Created 4 years, 2 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/base/BUILD.gn ('k') | media/base/key_system_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/BUILD.gn
diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
index d0c22994b64e17bea0911bbaac97d5894a9daba9..a79f86dfbb97a7ad7dbfeaccdb18ec403d8f3eae 100644
--- a/media/base/android/BUILD.gn
+++ b/media/base/android/BUILD.gn
@@ -90,7 +90,7 @@ if (is_android) {
":media_jni_headers",
"//media:media_features",
"//media:shared_memory_support",
- "//third_party/widevine/cdm:version_h",
+ "//third_party/widevine/cdm:headers",
"//ui/gl",
"//url",
]
@@ -112,7 +112,7 @@ if (is_android) {
"//media/base:test_support",
"//testing/gmock",
"//testing/gtest",
- "//third_party/widevine/cdm:version_h",
+ "//third_party/widevine/cdm:headers",
]
configs += [ "//media:media_config" ]
}
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/key_system_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698