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

Unified Diff: chrome/test/BUILD.gn

Issue 1993973002: Revert "Revert "media: Move widevine CDM targets to WidevineCdm folder"" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add "cdm_paths" target 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
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 3bbf49e76822764d7006ac74ef388d3111beaf36..410ac7b791b3a1aa6ecb1c3c121826420391802e 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",
@@ -1609,6 +1604,10 @@ if (!is_android) {
]
if (enable_pepper_cdms) {
+ deps += [
+ ":test_support",
+ "//media:cdm_paths",
+ ]
data_deps = [
"//media/cdm/ppapi:clearkeycdmadapter",
"//third_party/widevine/cdm:widevinecdmadapter",
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698