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

Unified Diff: content/renderer/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 | « content/public/renderer/BUILD.gn ('k') | content/renderer/media/cdm/pepper_cdm_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index f8847d44536df241647b23940888e50d3cad5867..f66759df44f9352276085b05d0488a1b1b7d4142 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//media/media_options.gni")
+import("//ppapi/features/features.gni")
import("//third_party/webrtc/build/webrtc.gni")
import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
@@ -437,6 +438,7 @@ target(link_target_type, "renderer") {
"//mojo/public/cpp/bindings",
"//mojo/public/js",
"//net",
+ "//ppapi/features",
"//sandbox",
"//services/shell/public/cpp",
"//services/shell/public/interfaces",
@@ -448,7 +450,7 @@ target(link_target_type, "renderer") {
"//third_party/icu",
"//third_party/libjingle",
"//third_party/libyuv",
- "//third_party/widevine/cdm:version_h",
+ "//third_party/widevine/cdm:headers",
"//ui/accessibility",
"//ui/base",
"//ui/base/ime",
« no previous file with comments | « content/public/renderer/BUILD.gn ('k') | content/renderer/media/cdm/pepper_cdm_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698