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

Unified Diff: webkit/common/BUILD.gn

Issue 498273002: Rename storage-related export macros and build targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/browser/webkit_storage_browser_export.h ('k') | webkit/common/blob/blob_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/BUILD.gn
diff --git a/webkit/common/BUILD.gn b/webkit/common/BUILD.gn
index bddf46f9b238f6e63e804243eba7cb89f1eb4776..4761a77e58b909accf0794b56e7547e8f519852a 100644
--- a/webkit/common/BUILD.gn
+++ b/webkit/common/BUILD.gn
@@ -21,9 +21,9 @@ component("common") {
}
component("storage") {
- output_name = "webkit_storage_common"
+ output_name = "storage_common"
sources = [
- "webkit_storage_common_export.h",
+ "storage_common_export.h",
"blob/blob_data.cc",
"blob/blob_data.h",
"blob/scoped_file.cc",
« no previous file with comments | « webkit/browser/webkit_storage_browser_export.h ('k') | webkit/common/blob/blob_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698