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

Unified Diff: ios/chrome/browser/ui/toolbar/BUILD.gn

Issue 2914193002: [iOS] Factor out the KeyboardAccessoryView. (Closed)
Patch Set: Addressed comments and broke retain cycle. Created 3 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 | « no previous file | ios/chrome/browser/ui/toolbar/keyboard_accessory_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/toolbar/BUILD.gn
diff --git a/ios/chrome/browser/ui/toolbar/BUILD.gn b/ios/chrome/browser/ui/toolbar/BUILD.gn
index 32b6c41f6d8b0ffc700ea151fca937fa79f364c0..9bc5dfcb2d8ab2c9fea49583bd88e3060b7b93ce 100644
--- a/ios/chrome/browser/ui/toolbar/BUILD.gn
+++ b/ios/chrome/browser/ui/toolbar/BUILD.gn
@@ -40,6 +40,8 @@ bundle_data("resources") {
source_set("toolbar") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
+ "keyboard_accessory_view.h",
+ "keyboard_accessory_view.mm",
"new_tab_button.h",
"new_tab_button.mm",
"toolbar_button_tints.h",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/toolbar/keyboard_accessory_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698