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

Unified Diff: chrome/test/BUILD.gn

Issue 1070253002: Allow widevinecdmadapter to be built in Chromium with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build right thing Created 5 years, 8 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 619cf924d934b58bcb4c714d2801ff07ef058fc8..33fd54d488817021acbde6595b2ab0e07fd27c2b 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -969,7 +969,7 @@ if (!is_android) {
# Runtime dependencies.
data_deps += [
"//media/cdm/ppapi:clearkeycdmadapter",
- "//third_party/widevine/cdm:adapter",
+ "//third_party/widevine/cdm:widevinecdmadapter",
]
}
if (!enable_print_preview) {
@@ -1161,7 +1161,7 @@ if (!is_android) {
if (enable_pepper_cdms) {
data_deps = [
"//media/cdm/ppapi:clearkeycdmadapter",
- "//third_party/widevine/cdm:adapter",
+ "//third_party/widevine/cdm:widevinecdmadapter",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698