| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 94bbcee802a150a491bef9bee0e0f5f11c0fa20f..b188e8a813fefe58737aad539e2fafa57786a116 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -215,7 +215,7 @@
|
| '../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',
|
| + '../storage/storage.gyp:webkit_common',
|
| 'browser/speech/proto/speech_proto.gyp:speech_proto',
|
| 'content.gyp:content_app_both',
|
| 'content.gyp:content_browser',
|
| @@ -285,8 +285,8 @@
|
| '../ui/surface/surface.gyp:surface',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| - '../webkit/storage_browser.gyp:webkit_storage_browser',
|
| - '../webkit/storage_common.gyp:webkit_storage_common',
|
| + '../storage/storage.gyp:webkit_storage_browser',
|
| + '../storage/storage.gyp:webkit_storage_common',
|
| ],
|
| 'export_dependent_settings': [
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| @@ -757,8 +757,8 @@
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| '../ui/gl/gl.gyp:gl',
|
| - '../webkit/storage_browser.gyp:webkit_storage_browser',
|
| - '../webkit/storage_common.gyp:webkit_storage_common',
|
| + '../storage/storage.gyp:webkit_storage_browser',
|
| + '../storage/storage.gyp:webkit_storage_common',
|
| ],
|
| }],
|
| ['enable_plugins==0', {
|
|
|