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

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

Issue 2851543002: Update avatar button to MD (part 1) (Closed)
Patch Set: More review changes 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 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 "sync/one_click_signin_links_delegate_impl.cc", 2023 "sync/one_click_signin_links_delegate_impl.cc",
2024 "sync/one_click_signin_links_delegate_impl.h", 2024 "sync/one_click_signin_links_delegate_impl.h",
2025 "sync/one_click_signin_sync_observer.cc", 2025 "sync/one_click_signin_sync_observer.cc",
2026 "sync/one_click_signin_sync_observer.h", 2026 "sync/one_click_signin_sync_observer.h",
2027 "sync/one_click_signin_sync_starter.cc", 2027 "sync/one_click_signin_sync_starter.cc",
2028 "sync/one_click_signin_sync_starter.h", 2028 "sync/one_click_signin_sync_starter.h",
2029 "views/external_protocol_dialog.cc", 2029 "views/external_protocol_dialog.cc",
2030 "views/external_protocol_dialog.h", 2030 "views/external_protocol_dialog.h",
2031 "views/frame/avatar_button_manager.cc", 2031 "views/frame/avatar_button_manager.cc",
2032 "views/frame/avatar_button_manager.h", 2032 "views/frame/avatar_button_manager.h",
2033 "views/profiles/avatar_button_delegate.h", 2033 "views/profiles/avatar_button.cc",
2034 "views/profiles/avatar_button.h",
2034 "views/profiles/avatar_button_style.h", 2035 "views/profiles/avatar_button_style.h",
2035 "views/profiles/new_avatar_button.cc", 2036 "views/profiles/themed_avatar_button.cc",
2036 "views/profiles/new_avatar_button.h", 2037 "views/profiles/themed_avatar_button.h",
2037 "webui/app_launcher_page_ui.cc", 2038 "webui/app_launcher_page_ui.cc",
2038 "webui/app_launcher_page_ui.h", 2039 "webui/app_launcher_page_ui.h",
2039 "webui/settings/settings_default_browser_handler.cc", 2040 "webui/settings/settings_default_browser_handler.cc",
2040 "webui/settings/settings_default_browser_handler.h", 2041 "webui/settings/settings_default_browser_handler.h",
2041 "webui/settings/system_handler.cc", 2042 "webui/settings/system_handler.cc",
2042 "webui/settings/system_handler.h", 2043 "webui/settings/system_handler.h",
2043 "webui/settings_utils_linux.cc", 2044 "webui/settings_utils_linux.cc",
2044 "webui/settings_utils_mac.mm", 2045 "webui/settings_utils_mac.mm",
2045 "webui/settings_utils_win.cc", 2046 "webui/settings_utils_win.cc",
2046 "webui/signin/inline_login_handler.cc", 2047 "webui/signin/inline_login_handler.cc",
(...skipping 27 matching lines...) Expand all
2074 "webui/welcome_ui.cc", 2075 "webui/welcome_ui.cc",
2075 "webui/welcome_ui.h", 2076 "webui/welcome_ui.h",
2076 ] 2077 ]
2077 if (is_mac && !mac_views_browser) { 2078 if (is_mac && !mac_views_browser) {
2078 sources -= [ 2079 sources -= [
2079 # This is not explicitly excluded in GYP, but I think the static 2080 # This is not explicitly excluded in GYP, but I think the static
2080 # library linking rules means it's never referenced when compiling in 2081 # library linking rules means it's never referenced when compiling in
2081 # non-Views mode on Mac. It appears not to link in that case. 2082 # non-Views mode on Mac. It appears not to link in that case.
2082 "views/frame/avatar_button_manager.cc", 2083 "views/frame/avatar_button_manager.cc",
2083 "views/frame/avatar_button_manager.h", 2084 "views/frame/avatar_button_manager.h",
2084 "views/profiles/new_avatar_button.cc", 2085 "views/profiles/avatar_button.cc",
2085 "views/profiles/new_avatar_button.h", 2086 "views/profiles/avatar_button.h",
2086 ] 2087 ]
2087 sources += [ 2088 sources += [
2088 "startup/session_crashed_infobar_delegate.cc", 2089 "startup/session_crashed_infobar_delegate.cc",
2089 "startup/session_crashed_infobar_delegate.h", 2090 "startup/session_crashed_infobar_delegate.h",
2090 ] 2091 ]
2091 } 2092 }
2092 } 2093 }
2093 if (use_aura) { 2094 if (use_aura) {
2094 sources += [ 2095 sources += [
2095 "aura/accessibility/automation_manager_aura.cc", 2096 "aura/accessibility/automation_manager_aura.cc",
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
3084 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h", 3085 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h",
3085 "views/frame/browser_desktop_window_tree_host.h", 3086 "views/frame/browser_desktop_window_tree_host.h",
3086 "views/frame/browser_desktop_window_tree_host_win.cc", 3087 "views/frame/browser_desktop_window_tree_host_win.cc",
3087 "views/frame/browser_desktop_window_tree_host_win.h", 3088 "views/frame/browser_desktop_window_tree_host_win.h",
3088 "views/frame/glass_browser_frame_view.cc", 3089 "views/frame/glass_browser_frame_view.cc",
3089 "views/frame/glass_browser_frame_view.h", 3090 "views/frame/glass_browser_frame_view.h",
3090 "views/frame/native_browser_frame_factory_aurawin.cc", 3091 "views/frame/native_browser_frame_factory_aurawin.cc",
3091 "views/frame/windows_10_caption_button.cc", 3092 "views/frame/windows_10_caption_button.cc",
3092 "views/frame/windows_10_caption_button.h", 3093 "views/frame/windows_10_caption_button.h",
3093 "views/network_profile_bubble_view.cc", 3094 "views/network_profile_bubble_view.cc",
3095 "views/profiles/win10_native_avatar_button.cc",
3096 "views/profiles/win10_native_avatar_button.h",
3094 "views/settings_reset_prompt_dialog.cc", 3097 "views/settings_reset_prompt_dialog.cc",
3095 "views/settings_reset_prompt_dialog.h", 3098 "views/settings_reset_prompt_dialog.h",
3096 "views/uninstall_view.cc", 3099 "views/uninstall_view.cc",
3097 "views/uninstall_view.h", 3100 "views/uninstall_view.h",
3098 "webui/cleanup_tool/cleanup_action_handler.cc", 3101 "webui/cleanup_tool/cleanup_action_handler.cc",
3099 "webui/cleanup_tool/cleanup_action_handler.h", 3102 "webui/cleanup_tool/cleanup_action_handler.h",
3100 "webui/cleanup_tool/cleanup_tool_ui.cc", 3103 "webui/cleanup_tool/cleanup_tool_ui.cc",
3101 "webui/cleanup_tool/cleanup_tool_ui.h", 3104 "webui/cleanup_tool/cleanup_tool_ui.h",
3102 "webui/conflicts_ui.cc", 3105 "webui/conflicts_ui.cc",
3103 "webui/conflicts_ui.h", 3106 "webui/conflicts_ui.h",
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
3584 "test/test_confirm_bubble_model.cc", 3587 "test/test_confirm_bubble_model.cc",
3585 "test/test_confirm_bubble_model.h", 3588 "test/test_confirm_bubble_model.h",
3586 ] 3589 ]
3587 deps += [ "//chrome/test:test_support_ui" ] 3590 deps += [ "//chrome/test:test_support_ui" ]
3588 } 3591 }
3589 3592
3590 if (enable_extensions) { 3593 if (enable_extensions) {
3591 deps += [ "//extensions/browser" ] 3594 deps += [ "//extensions/browser" ]
3592 } 3595 }
3593 } 3596 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698