| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 573e4bd62b2d40ddc2b4d1aa5397198a75866d5f..e982c5e6c50d5bfddce8f417c6991838b892bc34 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -487,6 +487,8 @@
|
| 'cdm/cdm_file_io.h',
|
| 'cdm/cdm_helpers.cc',
|
| 'cdm/cdm_helpers.h',
|
| + 'cdm/cdm_paths.cc',
|
| + 'cdm/cdm_paths.h',
|
| 'cdm/default_cdm_factory.cc',
|
| 'cdm/default_cdm_factory.h',
|
| 'cdm/json_web_key.cc',
|
| @@ -1327,6 +1329,13 @@
|
| 'sources': [
|
| 'cdm/cdm_adapter_unittest.cc',
|
| ],
|
| + 'conditions': [
|
| + ['OS == "mac"', {
|
| + 'xcode_settings': {
|
| + 'LD_RUNPATH_SEARCH_PATHS' : [ '@executable_path/<(clearkey_cdm_path)' ],
|
| + },
|
| + }]
|
| + ],
|
| }],
|
| ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
|
| 'sources': [
|
|
|