Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index 5e1da61792ccd1192738240f01728ab45dfa594c..e06b0dc654ee83d3fe00cb839fab98cb12c4ac16 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -530,6 +530,14 @@ static_library("common") { |
"//sandbox/linux:sandbox_services", |
] |
} |
+ |
+ if (enable_pepper_cdms) { |
+ sources += [ |
+ "media/cdm_host_file_path.cc", |
+ "media/cdm_host_file_path.h", |
+ ] |
+ public_deps += [ "//chrome/common:version_header" ] |
+ } |
} |
process_version("version_header") { |