| Index: chrome/common/BUILD.gn
 | 
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
 | 
| index ad33a7f72f1ccbf456a12aedb8731820ae322857..7bfa98cb7616adcc22b0edf587b88b6c2cfedca1 100644
 | 
| --- a/chrome/common/BUILD.gn
 | 
| +++ b/chrome/common/BUILD.gn
 | 
| @@ -527,6 +527,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") {
 | 
| 
 |