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

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

Issue 2910773002: cros: CustomFrameViewAsh avatar icon from a window prop (Closed)
Patch Set: add test Created 3 years, 6 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 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 "ash/multi_user/multi_user_window_manager_stub.cc", 1391 "ash/multi_user/multi_user_window_manager_stub.cc",
1392 "ash/multi_user/multi_user_window_manager_stub.h", 1392 "ash/multi_user/multi_user_window_manager_stub.h",
1393 "ash/multi_user/user_switch_animator_chromeos.cc", 1393 "ash/multi_user/user_switch_animator_chromeos.cc",
1394 "ash/multi_user/user_switch_animator_chromeos.h", 1394 "ash/multi_user/user_switch_animator_chromeos.h",
1395 "ash/multi_user/user_switch_util.cc", 1395 "ash/multi_user/user_switch_util.cc",
1396 "ash/multi_user/user_switch_util.h", 1396 "ash/multi_user/user_switch_util.h",
1397 "ash/networking_config_delegate_chromeos.cc", 1397 "ash/networking_config_delegate_chromeos.cc",
1398 "ash/networking_config_delegate_chromeos.h", 1398 "ash/networking_config_delegate_chromeos.h",
1399 "ash/palette_delegate_chromeos.cc", 1399 "ash/palette_delegate_chromeos.cc",
1400 "ash/palette_delegate_chromeos.h", 1400 "ash/palette_delegate_chromeos.h",
1401 "ash/session_state_delegate_chromeos.cc",
1402 "ash/session_state_delegate_chromeos.h",
1403 "ash/session_util.cc", 1401 "ash/session_util.cc",
1404 "ash/session_util.h", 1402 "ash/session_util.h",
1405 "ash/system_tray_delegate_chromeos.cc", 1403 "ash/system_tray_delegate_chromeos.cc",
1406 "ash/system_tray_delegate_chromeos.h", 1404 "ash/system_tray_delegate_chromeos.h",
1407 "ash/volume_controller.cc", 1405 "ash/volume_controller.cc",
1408 "ash/volume_controller.h", 1406 "ash/volume_controller.h",
1409 "ash/vpn_list_forwarder.cc", 1407 "ash/vpn_list_forwarder.cc",
1410 "ash/vpn_list_forwarder.h", 1408 "ash/vpn_list_forwarder.h",
1411 "views/ash/chrome_browser_main_extra_parts_ash.cc", 1409 "views/ash/chrome_browser_main_extra_parts_ash.cc",
1412 "views/ash/chrome_browser_main_extra_parts_ash.h", 1410 "views/ash/chrome_browser_main_extra_parts_ash.h",
(...skipping 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after
3605 deps += [ 3603 deps += [
3606 "//chrome/test:test_support_ui", 3604 "//chrome/test:test_support_ui",
3607 "//components/zoom", 3605 "//components/zoom",
3608 ] 3606 ]
3609 } 3607 }
3610 3608
3611 if (enable_extensions) { 3609 if (enable_extensions) {
3612 deps += [ "//extensions/browser" ] 3610 deps += [ "//extensions/browser" ]
3613 } 3611 }
3614 } 3612 }
OLDNEW
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698