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

Unified Diff: webkit/browser/BUILD.gn

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit 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 | « webkit/DEPS ('k') | webkit/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « webkit/DEPS ('k') | webkit/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698