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

Unified Diff: components/browsing_data_ui/BUILD.gn

Issue 1837233005: Add a base dependency to browsing_data_ui. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « components/browsing_data_ui.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data_ui/BUILD.gn
diff --git a/components/browsing_data_ui/BUILD.gn b/components/browsing_data_ui/BUILD.gn
index a9eceed0726aceb69b598af1a42ebfcb905bf84a..3faf508eb15deef98ab977d69f5e1fe77e08a4cf 100644
--- a/components/browsing_data_ui/BUILD.gn
+++ b/components/browsing_data_ui/BUILD.gn
@@ -9,6 +9,7 @@ static_library("browsing_data_ui") {
]
deps = [
+ "//base",
"//components/browser_sync/browser",
"//components/history/core/browser",
]
« no previous file with comments | « components/browsing_data_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698