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

Unified Diff: components/chooser_controller/BUILD.gn

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/chooser_controller.gypi ('k') | components/chooser_controller/mock_chooser_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/chooser_controller/BUILD.gn
diff --git a/components/chooser_controller/BUILD.gn b/components/chooser_controller/BUILD.gn
index 1a313a94570594f40fe555ea0dc832b4aef9a369..0f821952a72a14fa7b247f17e81cb59c83c18038 100644
--- a/components/chooser_controller/BUILD.gn
+++ b/components/chooser_controller/BUILD.gn
@@ -13,3 +13,21 @@ source_set("chooser_controller") {
"//content/public/browser",
]
}
+
+source_set("test_support") {
+ testonly = true
+
+ sources = [
+ "mock_chooser_controller.cc",
+ "mock_chooser_controller.h",
+ ]
+
+ deps = [
+ ":chooser_controller",
+ "//base",
+ ]
+
+ public_deps = [
+ "//testing/gmock",
+ ]
+}
« no previous file with comments | « components/chooser_controller.gypi ('k') | components/chooser_controller/mock_chooser_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698