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

Unified Diff: BUILD.gn

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
« no previous file with comments | « no previous file | android_webview/native/webview_native.gyp » ('j') | android_webview/native/webview_native.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index b15f69e68328d81a0a0b5aef8c63ca68159f9ff4..10c64ad5a30c925b1bc75daba3d60324b3646233 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -123,7 +123,7 @@ group("root") {
"//ui/wm",
"//url",
"//v8:v8",
- "//webkit/browser:storage",
+ "//storage/browser",
jamesr 2014/09/05 01:02:30 please keep this alphabetical
"//webkit/child",
]
@@ -225,7 +225,7 @@ group("root") {
"//ui/app_list",
"//ui/web_dialogs",
"//ui/wm",
- "//webkit/browser:storage",
+ "//storage/browser",
jamesr 2014/09/05 01:02:30 ditto
"//webkit/child",
]
}
« no previous file with comments | « no previous file | android_webview/native/webview_native.gyp » ('j') | android_webview/native/webview_native.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698