| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 557ebaa51550666b4105b4a5804210701cc87cde..ce06c19849386018e04fddce24b57b0ffd3f9a74 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -52,7 +52,7 @@
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - '../base/base.gyp:base_i18n',
|
| + '../base/base.gyp:base_i18n',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../crypto/crypto.gyp:crypto',
|
| '../gpu/gpu.gyp:command_buffer_common',
|
| @@ -257,6 +257,8 @@
|
| 'base/clock.h',
|
| 'base/container_names.cc',
|
| 'base/container_names.h',
|
| + 'base/cdm_promise.cc',
|
| + 'base/cdm_promise.h',
|
| 'base/data_buffer.cc',
|
| 'base/data_buffer.h',
|
| 'base/data_source.cc',
|
| @@ -1484,7 +1486,7 @@
|
| 'type': 'executable',
|
| 'dependencies': [
|
| 'media',
|
| - 'shared_memory_support',
|
| + 'shared_memory_support',
|
| '../base/base.gyp:base',
|
| '../ui/gl/gl.gyp:gl',
|
| '../ui/gfx/gfx.gyp:gfx',
|
|
|