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

Unified Diff: chrome/test/BUILD.gn

Issue 1989893004: media: Use platform specific folders for CDMs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 3bbf49e76822764d7006ac74ef388d3111beaf36..7727aaa2354c3f48118ad073e591dba338feca3f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1351,11 +1351,6 @@ if (!is_android) {
"//chrome")
}
if (enable_pepper_cdms) {
- sources += [
- "../browser/media/pepper_cdm_test_helper.cc",
- "../browser/media/pepper_cdm_test_helper.h",
- ]
-
# Runtime dependencies.
data_deps += [
"//media/cdm/ppapi:clearkeycdmadapter",
@@ -1602,6 +1597,7 @@ if (!is_android) {
]
deps = [
+ ":test_support",
"//base/test:test_support_perf",
"//testing/gtest",
"//testing/perf",
@@ -1609,6 +1605,7 @@ if (!is_android) {
]
if (enable_pepper_cdms) {
+ deps += [ "//media" ]
data_deps = [
"//media/cdm/ppapi:clearkeycdmadapter",
"//third_party/widevine/cdm:widevinecdmadapter",

Powered by Google App Engine
This is Rietveld 408576698