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

Unified Diff: ui/base/BUILD.gn

Issue 2921083003: [Mac] Touch Bar Support for Dialogs (Closed)
Patch Set: Added test and renamed methods Created 3 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 | « chrome/browser/ui/cocoa/dialog_text_field_editor.mm ('k') | ui/base/cocoa/touch_bar_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 05cb33baac5cd928c06cdca8923e9ea1fe4718ca..650e33f8b56971a3169b5ecf0feec94fe1077460 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -143,6 +143,8 @@ component("base") {
"cocoa/tool_tip_base_view.mm",
"cocoa/touch_bar_forward_declarations.h",
"cocoa/touch_bar_forward_declarations.mm",
+ "cocoa/touch_bar_util.h",
+ "cocoa/touch_bar_util.mm",
"cocoa/tracking_area.h",
"cocoa/tracking_area.mm",
"cocoa/underlay_opengl_hosting_window.h",
@@ -821,6 +823,7 @@ test("ui_base_unittests") {
"cocoa/nsgraphics_context_additions_unittest.mm",
"cocoa/nsview_additions_unittest.mm",
"cocoa/three_part_image_unittest.mm",
+ "cocoa/touch_bar_util_unittest.mm",
"cocoa/tracking_area_unittest.mm",
"models/list_model_unittest.cc",
"models/list_selection_model_unittest.cc",
« no previous file with comments | « chrome/browser/ui/cocoa/dialog_text_field_editor.mm ('k') | ui/base/cocoa/touch_bar_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698