| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index c42d2704d8ee8418c1af750f885caeab4bc93c85..9a99ff0bdb8c5aab420a653a1002fe3fda70fb1c 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',
|
| @@ -258,6 +258,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',
|
| @@ -1498,7 +1500,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',
|
|
|