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

Unified Diff: webkit/common/BUILD.gn

Issue 512253002: Combine storage_browser_export.h and storage_common_export.h (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
Index: webkit/common/BUILD.gn
diff --git a/webkit/common/BUILD.gn b/webkit/common/BUILD.gn
index 4761a77e58b909accf0794b56e7547e8f519852a..d56622c516ad3c162cc4b7533ff853aec3865064 100644
--- a/webkit/common/BUILD.gn
+++ b/webkit/common/BUILD.gn
@@ -23,7 +23,7 @@ component("common") {
component("storage") {
output_name = "storage_common"
sources = [
- "storage_common_export.h",
+ "storage_export.h",
"blob/blob_data.cc",
"blob/blob_data.h",
"blob/scoped_file.cc",

Powered by Google App Engine
This is Rietveld 408576698