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

Unified Diff: chrome/browser/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: #ifdef out Ctrl shortcuts on Mac. Created 4 years, 1 month 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d9e0de941c90f540b672d67de9322d0689ab4bbc..f857268bcbb0a4848ff38b3ace7f327858419999 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3410,6 +3410,12 @@ split_static_library("browser") {
"QuartzCore.framework",
"SecurityInterface.framework",
]
+
+ if (mac_views_browser) {
+ sources += [ "global_keyboard_shortcuts_views_mac.mm" ]
+ } else {
+ sources += [ "global_keyboard_shortcuts_cocoa_mac.mm" ]
+ }
}
if (enable_rlz) {
« no previous file with comments | « no previous file | chrome/browser/global_keyboard_shortcuts_cocoa_mac.mm » ('j') | chrome/browser/ui/views/accelerator_table.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698