Index: webkit/browser/BUILD.gn |
diff --git a/webkit/browser/BUILD.gn b/webkit/browser/BUILD.gn |
index ab47b35da50cb1b516a08ac0f5c6db9afc5b0200..0a74f5eaec81cc6a4d502f6ad71f33ff77047333 100644 |
--- a/webkit/browser/BUILD.gn |
+++ b/webkit/browser/BUILD.gn |
@@ -2,6 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+# GYP version: webkit/storage_browser.gyp:storage |
component("storage") { |
output_name = "storage" |
sources = [ |
@@ -164,11 +165,10 @@ component("storage") { |
"//base/third_party/dynamic_annotations", |
"//net", |
"//sql", |
+ "//storage/common", |
"//third_party/leveldatabase", |
"//third_party/sqlite", |
"//url", |
- "//webkit/common", |
- "//webkit/common:storage_common", |
] |
# TODO(GYP) support chrome_multiple_dll |
@@ -187,6 +187,6 @@ executable("dump_file_system") { |
deps = [ |
":storage", |
"//base", |
- "//webkit/common:storage_common", |
+ "//storage/common", |
] |
} |