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

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: fix android build 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index c576d41b92deb14c9702c79b89ae50378d5f2b33..a980e851be157ae5ff83a9ddc316d85e9556fc2a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -61,6 +61,7 @@ group("root") {
"//sandbox",
"//sdch",
"//skia",
+ "//storage/browser",
"//sql",
"//sync",
"//third_party/WebKit/public:all_blink",
@@ -126,7 +127,6 @@ group("root") {
"//ui/wm",
"//url",
"//v8:v8",
- "//webkit/browser:storage",
]
if (!is_win) {
@@ -221,6 +221,7 @@ group("root") {
# Not tested on Android yet:
"//google_apis/gcm",
"//remoting/client/plugin",
+ "//storage/browser",
"//third_party/cld_2",
"//third_party/libaddressinput",
"//third_party/ffmpeg",
@@ -228,7 +229,6 @@ group("root") {
"//ui/app_list",
"//ui/web_dialogs",
"//ui/wm",
- "//webkit/browser:storage",
]
}
« no previous file with comments | « no previous file | android_webview/native/webview_native.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698