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

Unified Diff: components/chooser_controller.gypi

Issue 2029863002: Refactor ChooserBubbleUiViewDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make ChooserContentView::ChooserControllerDestroying a private function Created 4 years, 6 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/OWNERS ('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/chooser_controller.gypi b/components/chooser_controller.gypi
index dd94dae33ba0c017fd93ca5020dcb335402b06f8..4c3cb692eea5f9dc89841c57292f815dc0abcbf3 100644
--- a/components/chooser_controller.gypi
+++ b/components/chooser_controller.gypi
@@ -21,5 +21,22 @@
'chooser_controller/chooser_controller.h',
],
},
+ {
+ 'target_name': 'chooser_controller_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../testing/gmock.gyp:gmock',
+ 'chooser_controller',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'chooser_controller/mock_chooser_controller.cc',
+ 'chooser_controller/mock_chooser_controller.h',
+ ],
+ },
],
}
« no previous file with comments | « components/OWNERS ('k') | components/chooser_controller/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698