| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 2b928e8372684f259a30d4e7c8c2c03b791ae14c..acb3724d38e1bbd875f1161182aa53f32ef0c262 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -283,7 +283,7 @@
|
| '../ui/surface/surface.gyp:surface',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| - '../webkit/storage_browser.gyp:storage',
|
| + '../storage/storage_browser.gyp:storage',
|
| ],
|
| 'export_dependent_settings': [
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| @@ -766,7 +766,7 @@
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| '../ui/gl/gl.gyp:gl',
|
| - '../webkit/storage_browser.gyp:storage',
|
| + '../storage/storage_browser.gyp:storage',
|
| ],
|
| }],
|
| ['enable_plugins==0', {
|
|
|