| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 69675f471ced5d826b2556dca33c7dcb863b8118..2b928e8372684f259a30d4e7c8c2c03b791ae14c 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -198,6 +198,7 @@
|
| 'dependencies': [
|
| '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| + '../storage/storage_common.gyp:storage_common',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../ui/accessibility/accessibility.gyp:ax_gen',
|
| @@ -210,7 +211,6 @@
|
| '../ui/gfx/gfx.gyp:gfx_test_support',
|
| '../ui/resources/ui_resources.gyp:ui_resources',
|
| '../url/url.gyp:url_lib',
|
| - '../webkit/common/webkit_common.gyp:webkit_common',
|
| 'browser/speech/proto/speech_proto.gyp:speech_proto',
|
| 'content.gyp:content_app_both',
|
| 'content.gyp:content_browser',
|
| @@ -277,13 +277,13 @@
|
| '../ppapi/ppapi_internal.gyp:ppapi_proxy',
|
| '../ppapi/ppapi_internal.gyp:ppapi_shared',
|
| '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
|
| + '../storage/storage_common.gyp:storage_common',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| '../ui/compositor/compositor.gyp:compositor_test_support',
|
| '../ui/surface/surface.gyp:surface',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| '../webkit/storage_browser.gyp:storage',
|
| - '../webkit/storage_common.gyp:storage_common',
|
| ],
|
| 'export_dependent_settings': [
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| @@ -759,6 +759,7 @@
|
| '../ipc/ipc.gyp:test_support_ipc',
|
| '../media/media.gyp:media_test_support',
|
| '../media/media.gyp:shared_memory_support',
|
| + '../storage/storage_common.gyp:storage_common',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| @@ -766,7 +767,6 @@
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| '../ui/gl/gl.gyp:gl',
|
| '../webkit/storage_browser.gyp:storage',
|
| - '../webkit/storage_common.gyp:storage_common',
|
| ],
|
| }],
|
| ['enable_plugins==0', {
|
|
|