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

Unified Diff: storage/browser/BUILD.gn

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: storage/browser/BUILD.gn
diff --git a/webkit/browser/BUILD.gn b/storage/browser/BUILD.gn
similarity index 98%
rename from webkit/browser/BUILD.gn
rename to storage/browser/BUILD.gn
index 0a74f5eaec81cc6a4d502f6ad71f33ff77047333..7b0b461da1a0bf10503f84a964d788046b0d8aaa 100644
--- a/webkit/browser/BUILD.gn
+++ b/storage/browser/BUILD.gn
@@ -2,9 +2,9 @@
# 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"
+# GYP version: storage/storage_browser.gyp:storage
+component("browser") {
+ output_name = "storage_browser"
sources = [
"storage_browser_export.h",
"blob/blob_data_handle.cc",
@@ -185,7 +185,7 @@ executable("dump_file_system") {
]
deps = [
- ":storage",
+ ":browser",
"//base",
"//storage/common",
]

Powered by Google App Engine
This is Rietveld 408576698