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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1631 matching lines...) Expand 10 before | Expand all | Expand 10 after
1642 "views/frame/browser_frame.h", 1642 "views/frame/browser_frame.h",
1643 "views/frame/browser_non_client_frame_view.cc", 1643 "views/frame/browser_non_client_frame_view.cc",
1644 "views/frame/browser_non_client_frame_view.h", 1644 "views/frame/browser_non_client_frame_view.h",
1645 "views/frame/browser_root_view.cc", 1645 "views/frame/browser_root_view.cc",
1646 "views/frame/browser_root_view.h", 1646 "views/frame/browser_root_view.h",
1647 "views/frame/browser_view.cc", 1647 "views/frame/browser_view.cc",
1648 "views/frame/browser_view.h", 1648 "views/frame/browser_view.h",
1649 "views/frame/browser_view_layout.cc", 1649 "views/frame/browser_view_layout.cc",
1650 "views/frame/browser_view_layout.h", 1650 "views/frame/browser_view_layout.h",
1651 "views/frame/browser_view_layout_delegate.h", 1651 "views/frame/browser_view_layout_delegate.h",
1652 "views/frame/browser_view_platform.h",
1653 "views/frame/browser_view_platform_common.cc",
1654 "views/frame/browser_view_platform_mac.mm",
1652 "views/frame/browser_window_factory.cc", 1655 "views/frame/browser_window_factory.cc",
1653 "views/frame/browser_window_property_manager_win.cc", 1656 "views/frame/browser_window_property_manager_win.cc",
1654 "views/frame/browser_window_property_manager_win.h", 1657 "views/frame/browser_window_property_manager_win.h",
1655 "views/frame/contents_layout_manager.cc", 1658 "views/frame/contents_layout_manager.cc",
1656 "views/frame/contents_layout_manager.h", 1659 "views/frame/contents_layout_manager.h",
1657 "views/frame/contents_web_view.cc", 1660 "views/frame/contents_web_view.cc",
1658 "views/frame/contents_web_view.h", 1661 "views/frame/contents_web_view.h",
1659 "views/frame/immersive_mode_controller.cc", 1662 "views/frame/immersive_mode_controller.cc",
1660 "views/frame/immersive_mode_controller.h", 1663 "views/frame/immersive_mode_controller.h",
1661 "views/frame/immersive_mode_controller_factory_views.cc", 1664 "views/frame/immersive_mode_controller_factory_views.cc",
(...skipping 1752 matching lines...) Expand 10 before | Expand all | Expand 10 after
3414 "test/test_confirm_bubble_model.cc", 3417 "test/test_confirm_bubble_model.cc",
3415 "test/test_confirm_bubble_model.h", 3418 "test/test_confirm_bubble_model.h",
3416 ] 3419 ]
3417 deps += [ "//chrome/test:test_support_ui" ] 3420 deps += [ "//chrome/test:test_support_ui" ]
3418 } 3421 }
3419 3422
3420 if (enable_extensions) { 3423 if (enable_extensions) {
3421 deps += [ "//extensions/browser" ] 3424 deps += [ "//extensions/browser" ]
3422 } 3425 }
3423 } 3426 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698