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

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

Issue 2074643003: MacViews: Views accelerators table should match the Cocoa one. (Closed) Base URL: ssh://bitbucket.browser.yandex-team.ru/chromium/src.git@master
Patch Set: Updated accelerator_table.cc, removed non-Cocoa shortcuts, added global_keyboard_shortcuts_mac.mm h… Created 4 years, 2 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 849499a5344ce432138edd81ad1af1e553172722..06124c4dae16a31d74e4ca018c896dcf71bb7946 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1649,6 +1649,9 @@ split_static_library("ui") {
"views/frame/browser_view_layout.cc",
"views/frame/browser_view_layout.h",
"views/frame/browser_view_layout_delegate.h",
+ "views/frame/browser_view_platform.h",
+ "views/frame/browser_view_platform_common.cc",
+ "views/frame/browser_view_platform_mac.mm",
"views/frame/browser_window_factory.cc",
"views/frame/browser_window_property_manager_win.cc",
"views/frame/browser_window_property_manager_win.h",

Powered by Google App Engine
This is Rietveld 408576698