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

Unified Diff: content/common/BUILD.gn

Issue 520913003: Split storage macros into storage and storage_common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move storage_export.h back to browser/ and rename storage_browser_export.h 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index f05ea3b92d05b3ac52ecb1425a1552c2025257d2..40639a7d658b94d2c520cad01d64c8212aa54bd8 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -65,7 +65,7 @@ source_set("common") {
"//ui/gl",
"//webkit/browser:storage",
"//webkit/common",
- "//webkit/common:storage",
+ "//webkit/common:storage_common",
"//webkit/common/gpu",
]
}

Powered by Google App Engine
This is Rietveld 408576698