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

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

Issue 2851543002: Update avatar button to MD (part 1) (Closed)
Patch Set: Renamed NewAvatarButton->ThemedAvatarButton and MaterialDesignAvatarButton->Win10NativeAvatarButton… 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
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 1999 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 "sync/one_click_signin_links_delegate_impl.cc", 2010 "sync/one_click_signin_links_delegate_impl.cc",
2011 "sync/one_click_signin_links_delegate_impl.h", 2011 "sync/one_click_signin_links_delegate_impl.h",
2012 "sync/one_click_signin_sync_observer.cc", 2012 "sync/one_click_signin_sync_observer.cc",
2013 "sync/one_click_signin_sync_observer.h", 2013 "sync/one_click_signin_sync_observer.h",
2014 "sync/one_click_signin_sync_starter.cc", 2014 "sync/one_click_signin_sync_starter.cc",
2015 "sync/one_click_signin_sync_starter.h", 2015 "sync/one_click_signin_sync_starter.h",
2016 "views/external_protocol_dialog.cc", 2016 "views/external_protocol_dialog.cc",
2017 "views/external_protocol_dialog.h", 2017 "views/external_protocol_dialog.h",
2018 "views/frame/avatar_button_manager.cc", 2018 "views/frame/avatar_button_manager.cc",
2019 "views/frame/avatar_button_manager.h", 2019 "views/frame/avatar_button_manager.h",
2020 "views/profiles/avatar_button_delegate.h", 2020 "views/profiles/avatar_button.cc",
2021 "views/profiles/avatar_button.h",
2021 "views/profiles/avatar_button_style.h", 2022 "views/profiles/avatar_button_style.h",
2022 "views/profiles/new_avatar_button.cc", 2023 "views/profiles/themed_avatar_button.cc",
2023 "views/profiles/new_avatar_button.h", 2024 "views/profiles/themed_avatar_button.h",
2024 "webui/app_launcher_page_ui.cc", 2025 "webui/app_launcher_page_ui.cc",
2025 "webui/app_launcher_page_ui.h", 2026 "webui/app_launcher_page_ui.h",
2026 "webui/settings/settings_default_browser_handler.cc", 2027 "webui/settings/settings_default_browser_handler.cc",
2027 "webui/settings/settings_default_browser_handler.h", 2028 "webui/settings/settings_default_browser_handler.h",
2028 "webui/settings/system_handler.cc", 2029 "webui/settings/system_handler.cc",
2029 "webui/settings/system_handler.h", 2030 "webui/settings/system_handler.h",
2030 "webui/settings_utils_linux.cc", 2031 "webui/settings_utils_linux.cc",
2031 "webui/settings_utils_mac.mm", 2032 "webui/settings_utils_mac.mm",
2032 "webui/settings_utils_win.cc", 2033 "webui/settings_utils_win.cc",
2033 "webui/signin/inline_login_handler.cc", 2034 "webui/signin/inline_login_handler.cc",
(...skipping 27 matching lines...) Expand all
2061 "webui/welcome_ui.cc", 2062 "webui/welcome_ui.cc",
2062 "webui/welcome_ui.h", 2063 "webui/welcome_ui.h",
2063 ] 2064 ]
2064 if (is_mac && !mac_views_browser) { 2065 if (is_mac && !mac_views_browser) {
2065 sources -= [ 2066 sources -= [
2066 # This is not explicitly excluded in GYP, but I think the static 2067 # This is not explicitly excluded in GYP, but I think the static
2067 # library linking rules means it's never referenced when compiling in 2068 # library linking rules means it's never referenced when compiling in
2068 # non-Views mode on Mac. It appears not to link in that case. 2069 # non-Views mode on Mac. It appears not to link in that case.
2069 "views/frame/avatar_button_manager.cc", 2070 "views/frame/avatar_button_manager.cc",
2070 "views/frame/avatar_button_manager.h", 2071 "views/frame/avatar_button_manager.h",
2071 "views/profiles/new_avatar_button.cc", 2072 "views/profiles/avatar_button.cc",
2072 "views/profiles/new_avatar_button.h", 2073 "views/profiles/avatar_button.h",
2073 ] 2074 ]
2074 sources += [ 2075 sources += [
2075 "startup/session_crashed_infobar_delegate.cc", 2076 "startup/session_crashed_infobar_delegate.cc",
2076 "startup/session_crashed_infobar_delegate.h", 2077 "startup/session_crashed_infobar_delegate.h",
2077 ] 2078 ]
2078 } 2079 }
2079 } 2080 }
2080 if (use_aura) { 2081 if (use_aura) {
2081 sources += [ 2082 sources += [
2082 "aura/accessibility/automation_manager_aura.cc", 2083 "aura/accessibility/automation_manager_aura.cc",
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
3069 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h", 3070 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h",
3070 "views/frame/browser_desktop_window_tree_host.h", 3071 "views/frame/browser_desktop_window_tree_host.h",
3071 "views/frame/browser_desktop_window_tree_host_win.cc", 3072 "views/frame/browser_desktop_window_tree_host_win.cc",
3072 "views/frame/browser_desktop_window_tree_host_win.h", 3073 "views/frame/browser_desktop_window_tree_host_win.h",
3073 "views/frame/glass_browser_frame_view.cc", 3074 "views/frame/glass_browser_frame_view.cc",
3074 "views/frame/glass_browser_frame_view.h", 3075 "views/frame/glass_browser_frame_view.h",
3075 "views/frame/native_browser_frame_factory_aurawin.cc", 3076 "views/frame/native_browser_frame_factory_aurawin.cc",
3076 "views/frame/windows_10_caption_button.cc", 3077 "views/frame/windows_10_caption_button.cc",
3077 "views/frame/windows_10_caption_button.h", 3078 "views/frame/windows_10_caption_button.h",
3078 "views/network_profile_bubble_view.cc", 3079 "views/network_profile_bubble_view.cc",
3080 "views/profiles/win10_native_avatar_button.cc",
3081 "views/profiles/win10_native_avatar_button.h",
3079 "views/settings_reset_prompt_dialog.cc", 3082 "views/settings_reset_prompt_dialog.cc",
3080 "views/settings_reset_prompt_dialog.h", 3083 "views/settings_reset_prompt_dialog.h",
3081 "views/srt_prompt_dialog.cc", 3084 "views/srt_prompt_dialog.cc",
3082 "views/srt_prompt_dialog.h", 3085 "views/srt_prompt_dialog.h",
3083 "views/uninstall_view.cc", 3086 "views/uninstall_view.cc",
3084 "views/uninstall_view.h", 3087 "views/uninstall_view.h",
3085 "webui/cleanup_tool/cleanup_action_handler.cc", 3088 "webui/cleanup_tool/cleanup_action_handler.cc",
3086 "webui/cleanup_tool/cleanup_action_handler.h", 3089 "webui/cleanup_tool/cleanup_action_handler.h",
3087 "webui/cleanup_tool/cleanup_tool_ui.cc", 3090 "webui/cleanup_tool/cleanup_tool_ui.cc",
3088 "webui/cleanup_tool/cleanup_tool_ui.h", 3091 "webui/cleanup_tool/cleanup_tool_ui.h",
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
3571 "test/test_confirm_bubble_model.cc", 3574 "test/test_confirm_bubble_model.cc",
3572 "test/test_confirm_bubble_model.h", 3575 "test/test_confirm_bubble_model.h",
3573 ] 3576 ]
3574 deps += [ "//chrome/test:test_support_ui" ] 3577 deps += [ "//chrome/test:test_support_ui" ]
3575 } 3578 }
3576 3579
3577 if (enable_extensions) { 3580 if (enable_extensions) {
3578 deps += [ "//extensions/browser" ] 3581 deps += [ "//extensions/browser" ]
3579 } 3582 }
3580 } 3583 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698