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

Unified Diff: media/BUILD.gn

Issue 2409423002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Fix and format 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 | « extensions/BUILD.gn ('k') | media/DEPS » ('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 210c28b623566b08b9afb4cb75443dd471db29e3..a968fd4528ffe87aa7916699bf2a794e036ce879 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -9,6 +9,7 @@ import("//build/config/features.gni")
import("//build/config/linux/pkg_config.gni")
import("//build/config/ui.gni")
import("//media/media_options.gni")
+import("//ppapi/features/features.gni")
import("//testing/libfuzzer/fuzzer_test.gni")
import("//testing/test.gni")
import("//third_party/ffmpeg/ffmpeg_options.gni")
@@ -601,12 +602,13 @@ test("media_unittests") {
"//media/base:test_support",
"//media/base:unittests",
"//media/test:pipeline_integration_tests",
+ "//ppapi/features",
"//skia", # Direct dependency required to inherit config.
"//testing/gmock",
"//testing/gtest",
"//third_party/libwebm",
"//third_party/libyuv",
- "//third_party/widevine/cdm:version_h",
+ "//third_party/widevine/cdm:headers",
"//ui/gfx:test_support",
"//url",
]
@@ -729,7 +731,7 @@ test("media_perftests") {
"//testing/gmock",
"//testing/gtest",
"//testing/perf",
- "//third_party/widevine/cdm:version_h",
+ "//third_party/widevine/cdm:headers",
"//ui/gfx:test_support",
]
if (media_use_ffmpeg) {
« no previous file with comments | « extensions/BUILD.gn ('k') | media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698