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

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

Issue 2851543002: Update avatar button to MD (part 1) (Closed)
Patch Set: Merged ThemedAvatarButton and Win10NativeAvatarButton into the base AvatarButton class 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/new_avatar_button.h",
2037 "webui/app_launcher_page_ui.cc", 2036 "webui/app_launcher_page_ui.cc",
2038 "webui/app_launcher_page_ui.h", 2037 "webui/app_launcher_page_ui.h",
2039 "webui/settings/settings_default_browser_handler.cc", 2038 "webui/settings/settings_default_browser_handler.cc",
2040 "webui/settings/settings_default_browser_handler.h", 2039 "webui/settings/settings_default_browser_handler.h",
2041 "webui/settings/system_handler.cc", 2040 "webui/settings/system_handler.cc",
2042 "webui/settings/system_handler.h", 2041 "webui/settings/system_handler.h",
2043 "webui/settings_utils_linux.cc", 2042 "webui/settings_utils_linux.cc",
2044 "webui/settings_utils_mac.mm", 2043 "webui/settings_utils_mac.mm",
2045 "webui/settings_utils_win.cc", 2044 "webui/settings_utils_win.cc",
2046 "webui/signin/inline_login_handler.cc", 2045 "webui/signin/inline_login_handler.cc",
(...skipping 27 matching lines...) Expand all
2074 "webui/welcome_ui.cc", 2073 "webui/welcome_ui.cc",
2075 "webui/welcome_ui.h", 2074 "webui/welcome_ui.h",
2076 ] 2075 ]
2077 if (is_mac && !mac_views_browser) { 2076 if (is_mac && !mac_views_browser) {
2078 sources -= [ 2077 sources -= [
2079 # This is not explicitly excluded in GYP, but I think the static 2078 # This is not explicitly excluded in GYP, but I think the static
2080 # library linking rules means it's never referenced when compiling in 2079 # 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. 2080 # non-Views mode on Mac. It appears not to link in that case.
2082 "views/frame/avatar_button_manager.cc", 2081 "views/frame/avatar_button_manager.cc",
2083 "views/frame/avatar_button_manager.h", 2082 "views/frame/avatar_button_manager.h",
2084 "views/profiles/new_avatar_button.cc", 2083 "views/profiles/avatar_button.cc",
2085 "views/profiles/new_avatar_button.h", 2084 "views/profiles/avatar_button.h",
2086 ] 2085 ]
2087 sources += [ 2086 sources += [
2088 "startup/session_crashed_infobar_delegate.cc", 2087 "startup/session_crashed_infobar_delegate.cc",
2089 "startup/session_crashed_infobar_delegate.h", 2088 "startup/session_crashed_infobar_delegate.h",
2090 ] 2089 ]
2091 } 2090 }
2092 } 2091 }
2093 if (use_aura) { 2092 if (use_aura) {
2094 sources += [ 2093 sources += [
2095 "aura/accessibility/automation_manager_aura.cc", 2094 "aura/accessibility/automation_manager_aura.cc",
(...skipping 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after
3584 "test/test_confirm_bubble_model.cc", 3583 "test/test_confirm_bubble_model.cc",
3585 "test/test_confirm_bubble_model.h", 3584 "test/test_confirm_bubble_model.h",
3586 ] 3585 ]
3587 deps += [ "//chrome/test:test_support_ui" ] 3586 deps += [ "//chrome/test:test_support_ui" ]
3588 } 3587 }
3589 3588
3590 if (enable_extensions) { 3589 if (enable_extensions) {
3591 deps += [ "//extensions/browser" ] 3590 deps += [ "//extensions/browser" ]
3592 } 3591 }
3593 } 3592 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698