Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(917)

Unified Diff: content/content_tests.gypi

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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', {

Powered by Google App Engine
This is Rietveld 408576698