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

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: Fix compilation. 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
« no previous file with comments | « no previous file | chrome/browser/global_keyboard_shortcuts_cocoa_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index bbc9f2dc107e7d2174856f61f0a98ba126a78cb5..fcbe08afbae103d9119eee16e1147afa32335b35 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3451,6 +3451,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698