| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 309e84b4910438883b6988f1692c91a02243a930..f7f595156e16e9392ebc051d0fd6f6c9182c653d 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -9,7 +9,6 @@
|
| 'type': 'static_library',
|
| 'defines!': ['CONTENT_IMPLEMENTATION'],
|
| 'dependencies': [
|
| - '../media/media.gyp:media',
|
| '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| '../testing/gmock.gyp:gmock',
|
| @@ -174,6 +173,7 @@
|
| 'content_renderer',
|
| 'content_utility',
|
| 'content_worker',
|
| + '../media/media.gyp:media',
|
| '../ppapi/ppapi_internal.gyp:ppapi_host',
|
| '../ppapi/ppapi_internal.gyp:ppapi_proxy',
|
| '../ppapi/ppapi_internal.gyp:ppapi_shared',
|
| @@ -259,7 +259,6 @@
|
| 'browser/speech/proto/speech_proto.gyp:speech_proto',
|
| '../base/base.gyp:test_support_base',
|
| '../crypto/crypto.gyp:crypto',
|
| - '../media/media.gyp:media_test_support',
|
| '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| '../sql/sql.gyp:sql',
|
| @@ -576,6 +575,7 @@
|
| '../gpu/gpu.gyp:gpu_unittest_utils',
|
| '../ipc/ipc.gyp:test_support_ipc',
|
| '../jingle/jingle.gyp:jingle_glue_test_util',
|
| + '../media/media.gyp:media_test_support',
|
| '../media/media.gyp:shared_memory_support',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| '../third_party/icu/icu.gyp:icui18n',
|
|
|