| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 9f85ca5cd2fca696edfc8d41bd06fbc9ac73ee5f..9b6480b7fba1c8f5e2577038ff948958d639bbfe 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -281,8 +281,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',
|
| + '../webkit/storage_browser.gyp:storage',
|
| + '../webkit/storage_common.gyp:storage_common',
|
| ],
|
| 'export_dependent_settings': [
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| @@ -750,8 +750,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',
|
| + '../webkit/storage_browser.gyp:storage',
|
| + '../webkit/storage_common.gyp:storage_common',
|
| ],
|
| }],
|
| ['enable_plugins==0', {
|
|
|