| Index: media/media_cdm.gypi
|
| diff --git a/media/media_cdm.gypi b/media/media_cdm.gypi
|
| index 7d927324ac31de75805f8d3fc56c59e0947fa06c..1068aa1580ff9980a39a898d44a69e307e141acd 100644
|
| --- a/media/media_cdm.gypi
|
| +++ b/media/media_cdm.gypi
|
| @@ -101,19 +101,9 @@
|
| # GN version: //media/cdm/ppapi:clearkeycdmadapter_resources
|
| 'target_name': 'clearkeycdmadapter_resources',
|
| 'type': 'none',
|
| - 'conditions': [
|
| - ['branding == "Chrome"', {
|
| - 'variables': {
|
| - 'branding_path': '../chrome/app/theme/google_chrome/BRANDING',
|
| - },
|
| - }, { # else branding!="Chrome"
|
| - 'variables': {
|
| - 'branding_path': '../chrome/app/theme/chromium/BRANDING',
|
| - },
|
| - }],
|
| - ],
|
| 'variables': {
|
| 'output_dir': '.',
|
| + 'branding_path': '../chrome/app/theme/<(branding_path_component)/BRANDING',
|
| 'template_input_path': '../chrome/app/chrome_version.rc.version',
|
| 'extra_variable_files_arguments':
|
| [ '-f', 'cdm/ppapi/external_clear_key/BRANDING' ],
|
|
|