summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorpilgrim <pilgrim@chromium.org>2014-09-05 10:30:15 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-05 17:32:24 +0000
commit4af8c2120e23d17c1cac3f929c3a1d901c5701ab (patch)
tree40e4ca0d45ec498ea74b9b4b232764abc1ec6ab1 /BUILD.gn
parenta602902631a762be0b49ac0af09de0c9c840e183 (diff)
downloadchromium_src-4af8c2120e23d17c1cac3f929c3a1d901c5701ab.zip
chromium_src-4af8c2120e23d17c1cac3f929c3a1d901c5701ab.tar.gz
chromium_src-4af8c2120e23d17c1cac3f929c3a1d901c5701ab.tar.bz2
Migrate webkit/browser/ to storage/browser/
using TBR because Darin told me he defers to James' judgement. Using NOTRY because there is one presubmit error (dump_file_system.cc was moved and it spews printf). BUG=338338 TBR=darin@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/539143002 Cr-Commit-Position: refs/heads/master@{#293547}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c576d41..a980e85 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",
]
}