| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index c029c29a6aaedeade62c0258145d1ca1d9b63fee..1cfbb4f20edf1770fdc4602433b03430d3e699ea 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -6,7 +6,6 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../components/tracing.gyp:tracing',
|
| - '../media/media.gyp:media',
|
| '../net/net.gyp:net',
|
| '../skia/skia.gyp:skia',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| @@ -376,6 +375,7 @@
|
| '../gpu/gpu.gyp:gles2_implementation',
|
| '../gpu/gpu.gyp:gpu_ipc',
|
| '../ipc/ipc.gyp:ipc',
|
| + '../media/media.gyp:media',
|
| '../media/media.gyp:shared_memory_support',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| '../ui/gl/gl.gyp:gl',
|
|
|