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

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

Issue 2764643003: cros: Move TrayBluetoothHelper out of chrome into ash (Closed)
Patch Set: rebase fix Created 3 years, 9 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 | « ash/shell.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.h » ('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 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1386 "ash/networking_config_delegate_chromeos.cc", 1386 "ash/networking_config_delegate_chromeos.cc",
1387 "ash/networking_config_delegate_chromeos.h", 1387 "ash/networking_config_delegate_chromeos.h",
1388 "ash/palette_delegate_chromeos.cc", 1388 "ash/palette_delegate_chromeos.cc",
1389 "ash/palette_delegate_chromeos.h", 1389 "ash/palette_delegate_chromeos.h",
1390 "ash/session_state_delegate_chromeos.cc", 1390 "ash/session_state_delegate_chromeos.cc",
1391 "ash/session_state_delegate_chromeos.h", 1391 "ash/session_state_delegate_chromeos.h",
1392 "ash/session_util.cc", 1392 "ash/session_util.cc",
1393 "ash/session_util.h", 1393 "ash/session_util.h",
1394 "ash/system_tray_delegate_chromeos.cc", 1394 "ash/system_tray_delegate_chromeos.cc",
1395 "ash/system_tray_delegate_chromeos.h", 1395 "ash/system_tray_delegate_chromeos.h",
1396 "ash/tray_bluetooth_helper.cc",
1397 "ash/tray_bluetooth_helper.h",
1398 "ash/volume_controller.cc", 1396 "ash/volume_controller.cc",
1399 "ash/volume_controller.h", 1397 "ash/volume_controller.h",
1400 "ash/vpn_list_forwarder.cc", 1398 "ash/vpn_list_forwarder.cc",
1401 "ash/vpn_list_forwarder.h", 1399 "ash/vpn_list_forwarder.h",
1402 "views/ash/chrome_browser_main_extra_parts_ash.cc", 1400 "views/ash/chrome_browser_main_extra_parts_ash.cc",
1403 "views/ash/chrome_browser_main_extra_parts_ash.h", 1401 "views/ash/chrome_browser_main_extra_parts_ash.h",
1404 "views/ash/tab_scrubber.cc", 1402 "views/ash/tab_scrubber.cc",
1405 "views/ash/tab_scrubber.h", 1403 "views/ash/tab_scrubber.h",
1406 "views/touch_uma/touch_uma_ash.cc", 1404 "views/touch_uma/touch_uma_ash.cc",
1407 "window_sizer/window_sizer_ash.cc", 1405 "window_sizer/window_sizer_ash.cc",
(...skipping 2125 matching lines...) Expand 10 before | Expand all | Expand 10 after
3533 "test/test_confirm_bubble_model.cc", 3531 "test/test_confirm_bubble_model.cc",
3534 "test/test_confirm_bubble_model.h", 3532 "test/test_confirm_bubble_model.h",
3535 ] 3533 ]
3536 deps += [ "//chrome/test:test_support_ui" ] 3534 deps += [ "//chrome/test:test_support_ui" ]
3537 } 3535 }
3538 3536
3539 if (enable_extensions) { 3537 if (enable_extensions) {
3540 deps += [ "//extensions/browser" ] 3538 deps += [ "//extensions/browser" ]
3541 } 3539 }
3542 } 3540 }
OLDNEW
« no previous file with comments | « ash/shell.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698