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

Unified Diff: chrome/browser/extensions/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: 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: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index d2b456537166c296ce1c28b056295d5755c55cb4..01603ea9aea4133b8c8a4dd1bc05e7dda6ccb028 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -74,7 +74,7 @@ static_library("extensions") {
"//ui/strings",
"//url",
"//webkit/browser:storage",
- "//webkit/common:storage",
+ "//webkit/common:storage_common",
#"../third_party/webrtc/modules/modules.gyp:desktop_capture", TODO(GYP)
]
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | webkit/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698