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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2858313002: Refactored AppMenuAnimation (Closed)
Patch Set: Fix for msw Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ui/toolbar/app_menu_animation.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 "tabs/tab_strip_model_order_controller.cc", 874 "tabs/tab_strip_model_order_controller.cc",
875 "tabs/tab_strip_model_order_controller.h", 875 "tabs/tab_strip_model_order_controller.h",
876 "tabs/tab_strip_model_stats_recorder.cc", 876 "tabs/tab_strip_model_stats_recorder.cc",
877 "tabs/tab_strip_model_stats_recorder.h", 877 "tabs/tab_strip_model_stats_recorder.h",
878 "tabs/tab_utils.cc", 878 "tabs/tab_utils.cc",
879 "tabs/tab_utils.h", 879 "tabs/tab_utils.h",
880 "task_manager/task_manager_columns.cc", 880 "task_manager/task_manager_columns.cc",
881 "task_manager/task_manager_columns.h", 881 "task_manager/task_manager_columns.h",
882 "task_manager/task_manager_table_model.cc", 882 "task_manager/task_manager_table_model.cc",
883 "task_manager/task_manager_table_model.h", 883 "task_manager/task_manager_table_model.h",
884 "toolbar/app_menu_animation.cc",
885 "toolbar/app_menu_animation.h",
884 "toolbar/app_menu_icon_controller.cc", 886 "toolbar/app_menu_icon_controller.cc",
885 "toolbar/app_menu_icon_controller.h", 887 "toolbar/app_menu_icon_controller.h",
886 "toolbar/app_menu_model.cc", 888 "toolbar/app_menu_model.cc",
887 "toolbar/app_menu_model.h", 889 "toolbar/app_menu_model.h",
888 "toolbar/back_forward_menu_model.cc", 890 "toolbar/back_forward_menu_model.cc",
889 "toolbar/back_forward_menu_model.h", 891 "toolbar/back_forward_menu_model.h",
890 "toolbar/bookmark_sub_menu_model.cc", 892 "toolbar/bookmark_sub_menu_model.cc",
891 "toolbar/bookmark_sub_menu_model.h", 893 "toolbar/bookmark_sub_menu_model.h",
892 "toolbar/component_action_delegate.h", 894 "toolbar/component_action_delegate.h",
893 "toolbar/component_toolbar_actions_factory.cc", 895 "toolbar/component_toolbar_actions_factory.cc",
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1890 "views/tabs/tab_strip_layout.cc", 1892 "views/tabs/tab_strip_layout.cc",
1891 "views/tabs/tab_strip_layout.h", 1893 "views/tabs/tab_strip_layout.h",
1892 "views/tabs/window_finder.cc", 1894 "views/tabs/window_finder.cc",
1893 "views/tabs/window_finder.h", 1895 "views/tabs/window_finder.h",
1894 "views/tabs/window_finder_chromeos.cc", 1896 "views/tabs/window_finder_chromeos.cc",
1895 "views/tabs/window_finder_win.cc", 1897 "views/tabs/window_finder_win.cc",
1896 "views/theme_copying_widget.cc", 1898 "views/theme_copying_widget.cc",
1897 "views/theme_copying_widget.h", 1899 "views/theme_copying_widget.h",
1898 "views/toolbar/app_menu.cc", 1900 "views/toolbar/app_menu.cc",
1899 "views/toolbar/app_menu.h", 1901 "views/toolbar/app_menu.h",
1900 "views/toolbar/app_menu_animation.cc",
1901 "views/toolbar/app_menu_animation.h",
1902 "views/toolbar/app_menu_button.cc", 1902 "views/toolbar/app_menu_button.cc",
1903 "views/toolbar/app_menu_button.h", 1903 "views/toolbar/app_menu_button.h",
1904 "views/toolbar/app_menu_observer.h", 1904 "views/toolbar/app_menu_observer.h",
1905 "views/toolbar/back_button.cc", 1905 "views/toolbar/back_button.cc",
1906 "views/toolbar/back_button.h", 1906 "views/toolbar/back_button.h",
1907 "views/toolbar/browser_actions_container.cc", 1907 "views/toolbar/browser_actions_container.cc",
1908 "views/toolbar/browser_actions_container.h", 1908 "views/toolbar/browser_actions_container.h",
1909 "views/toolbar/extension_toolbar_menu_view.cc", 1909 "views/toolbar/extension_toolbar_menu_view.cc",
1910 "views/toolbar/extension_toolbar_menu_view.h", 1910 "views/toolbar/extension_toolbar_menu_view.h",
1911 "views/toolbar/home_button.cc", 1911 "views/toolbar/home_button.cc",
(...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after
3584 "test/test_confirm_bubble_model.cc", 3584 "test/test_confirm_bubble_model.cc",
3585 "test/test_confirm_bubble_model.h", 3585 "test/test_confirm_bubble_model.h",
3586 ] 3586 ]
3587 deps += [ "//chrome/test:test_support_ui" ] 3587 deps += [ "//chrome/test:test_support_ui" ]
3588 } 3588 }
3589 3589
3590 if (enable_extensions) { 3590 if (enable_extensions) {
3591 deps += [ "//extensions/browser" ] 3591 deps += [ "//extensions/browser" ]
3592 } 3592 }
3593 } 3593 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/toolbar/app_menu_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698