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

Unified Diff: components/browsing_data_ui.gypi

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 | « no previous file | components/browsing_data_ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data_ui.gypi
diff --git a/components/browsing_data_ui.gypi b/components/browsing_data_ui.gypi
index 1df5a6e881c885d8dc883880524ab1e8a48ff82e..859c0cc65998670d43ff1741d574a50cf2b0cd6a 100644
--- a/components/browsing_data_ui.gypi
+++ b/components/browsing_data_ui.gypi
@@ -9,6 +9,7 @@
'target_name': 'browsing_data_ui',
'type': 'static_library',
'dependencies': [
+ '../base/base.gyp:base',
'browser_sync_browser',
'history_core_browser',
],
« no previous file with comments | « no previous file | components/browsing_data_ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698