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

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

Issue 2868293002: Rename new_avatar_button.* to avatar_button in preparation for CL 2851543002 (Closed)
Patch Set: 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/views/frame/avatar_button_manager.cc » ('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 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after
2025 "sync/one_click_signin_links_delegate_impl.cc", 2025 "sync/one_click_signin_links_delegate_impl.cc",
2026 "sync/one_click_signin_links_delegate_impl.h", 2026 "sync/one_click_signin_links_delegate_impl.h",
2027 "sync/one_click_signin_sync_observer.cc", 2027 "sync/one_click_signin_sync_observer.cc",
2028 "sync/one_click_signin_sync_observer.h", 2028 "sync/one_click_signin_sync_observer.h",
2029 "sync/one_click_signin_sync_starter.cc", 2029 "sync/one_click_signin_sync_starter.cc",
2030 "sync/one_click_signin_sync_starter.h", 2030 "sync/one_click_signin_sync_starter.h",
2031 "views/external_protocol_dialog.cc", 2031 "views/external_protocol_dialog.cc",
2032 "views/external_protocol_dialog.h", 2032 "views/external_protocol_dialog.h",
2033 "views/frame/avatar_button_manager.cc", 2033 "views/frame/avatar_button_manager.cc",
2034 "views/frame/avatar_button_manager.h", 2034 "views/frame/avatar_button_manager.h",
2035 "views/profiles/avatar_button.cc",
2036 "views/profiles/avatar_button.h",
2035 "views/profiles/avatar_button_delegate.h", 2037 "views/profiles/avatar_button_delegate.h",
2036 "views/profiles/avatar_button_style.h", 2038 "views/profiles/avatar_button_style.h",
2037 "views/profiles/new_avatar_button.cc",
2038 "views/profiles/new_avatar_button.h",
2039 "webui/app_launcher_page_ui.cc", 2039 "webui/app_launcher_page_ui.cc",
2040 "webui/app_launcher_page_ui.h", 2040 "webui/app_launcher_page_ui.h",
2041 "webui/settings/settings_default_browser_handler.cc", 2041 "webui/settings/settings_default_browser_handler.cc",
2042 "webui/settings/settings_default_browser_handler.h", 2042 "webui/settings/settings_default_browser_handler.h",
2043 "webui/settings/system_handler.cc", 2043 "webui/settings/system_handler.cc",
2044 "webui/settings/system_handler.h", 2044 "webui/settings/system_handler.h",
2045 "webui/settings_utils_linux.cc", 2045 "webui/settings_utils_linux.cc",
2046 "webui/settings_utils_mac.mm", 2046 "webui/settings_utils_mac.mm",
2047 "webui/settings_utils_win.cc", 2047 "webui/settings_utils_win.cc",
2048 "webui/signin/inline_login_handler.cc", 2048 "webui/signin/inline_login_handler.cc",
(...skipping 27 matching lines...) Expand all
2076 "webui/welcome_ui.cc", 2076 "webui/welcome_ui.cc",
2077 "webui/welcome_ui.h", 2077 "webui/welcome_ui.h",
2078 ] 2078 ]
2079 if (is_mac && !mac_views_browser) { 2079 if (is_mac && !mac_views_browser) {
2080 sources -= [ 2080 sources -= [
2081 # This is not explicitly excluded in GYP, but I think the static 2081 # This is not explicitly excluded in GYP, but I think the static
2082 # library linking rules means it's never referenced when compiling in 2082 # library linking rules means it's never referenced when compiling in
2083 # non-Views mode on Mac. It appears not to link in that case. 2083 # non-Views mode on Mac. It appears not to link in that case.
2084 "views/frame/avatar_button_manager.cc", 2084 "views/frame/avatar_button_manager.cc",
2085 "views/frame/avatar_button_manager.h", 2085 "views/frame/avatar_button_manager.h",
2086 "views/profiles/new_avatar_button.cc", 2086 "views/profiles/avatar_button.cc",
2087 "views/profiles/new_avatar_button.h", 2087 "views/profiles/avatar_button.h",
2088 ] 2088 ]
2089 sources += [ 2089 sources += [
2090 "startup/session_crashed_infobar_delegate.cc", 2090 "startup/session_crashed_infobar_delegate.cc",
2091 "startup/session_crashed_infobar_delegate.h", 2091 "startup/session_crashed_infobar_delegate.h",
2092 ] 2092 ]
2093 } 2093 }
2094 } 2094 }
2095 if (use_aura) { 2095 if (use_aura) {
2096 sources += [ 2096 sources += [
2097 "aura/accessibility/automation_manager_aura.cc", 2097 "aura/accessibility/automation_manager_aura.cc",
(...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after
3591 "test/test_confirm_bubble_model.cc", 3591 "test/test_confirm_bubble_model.cc",
3592 "test/test_confirm_bubble_model.h", 3592 "test/test_confirm_bubble_model.h",
3593 ] 3593 ]
3594 deps += [ "//chrome/test:test_support_ui" ] 3594 deps += [ "//chrome/test:test_support_ui" ]
3595 } 3595 }
3596 3596
3597 if (enable_extensions) { 3597 if (enable_extensions) {
3598 deps += [ "//extensions/browser" ] 3598 deps += [ "//extensions/browser" ]
3599 } 3599 }
3600 } 3600 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/avatar_button_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698