Chromium Code Reviews| 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", |
| ] |
| } |