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

Unified Diff: components/chooser_controller/BUILD.gn

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 | « components/chooser_controller.gypi ('k') | components/chooser_controller/DEPS » ('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/ios/public/consumer/base/BUILD.gn b/components/chooser_controller/BUILD.gn
similarity index 62%
copy from ios/public/consumer/base/BUILD.gn
copy to components/chooser_controller/BUILD.gn
index eb83ba22b1adcf0d9f15821bbf91574e002c623a..1a313a94570594f40fe555ea0dc832b4aef9a369 100644
--- a/ios/public/consumer/base/BUILD.gn
+++ b/components/chooser_controller/BUILD.gn
@@ -2,12 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("base") {
+source_set("chooser_controller") {
sources = [
- "//ios/consumer/base/debugger.mm",
- "//ios/public/consumer/base/debugger.h",
+ "chooser_controller.cc",
+ "chooser_controller.h",
]
+
deps = [
"//base",
+ "//content/public/browser",
]
}
« no previous file with comments | « components/chooser_controller.gypi ('k') | components/chooser_controller/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698