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

Unified Diff: components/chooser_controller.gypi

Issue 1984923002: Refactor ChooserBubbleController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 7 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 | « chrome/chrome_browser_ui.gypi ('k') | components/chooser_controller/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/chooser_controller.gypi
diff --git a/components/browsing_data_ui.gypi b/components/chooser_controller.gypi
similarity index 60%
copy from components/browsing_data_ui.gypi
copy to components/chooser_controller.gypi
index f7d10e0f6c36fc41799401bd5b09749d62b72b89..dd94dae33ba0c017fd93ca5020dcb335402b06f8 100644
--- a/components/browsing_data_ui.gypi
+++ b/components/chooser_controller.gypi
@@ -5,22 +5,20 @@
{
'targets': [
{
- # GN version: //components/browsing_data_ui
- 'target_name': 'browsing_data_ui',
+ # GN version: //components/chooser_controller
+ 'target_name': 'chooser_controller',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- 'history_core_browser',
- 'sync_driver',
- 'version_info',
+ '../content/content.gyp:content_browser',
],
'include_dirs': [
'..',
],
'sources': [
# Note: sources list duplicated in GN build.
- 'browsing_data_ui/history_notice_utils.cc',
- 'browsing_data_ui/history_notice_utils.h',
+ 'chooser_controller/chooser_controller.cc',
+ 'chooser_controller/chooser_controller.h',
],
},
],
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/chooser_controller/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698