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

Side by Side Diff: ash/BUILD.gn

Issue 2381493005: Add bluetooth device type icons on MD system tray. (Closed)
Patch Set: Add depencency //ui/gfx/vector_icons:vector_icons to //ash:ash Created 4 years, 2 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 | ash/common/system/chromeos/bluetooth/tray_bluetooth.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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 assert(use_aura) 10 assert(use_aura)
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 "//ui/base/ime", 845 "//ui/base/ime",
846 "//ui/compositor", 846 "//ui/compositor",
847 "//ui/display", 847 "//ui/display",
848 "//ui/display/types", 848 "//ui/display/types",
849 "//ui/events", 849 "//ui/events",
850 "//ui/events:events_base", 850 "//ui/events:events_base",
851 "//ui/events:gesture_detection", 851 "//ui/events:gesture_detection",
852 "//ui/events/devices", 852 "//ui/events/devices",
853 "//ui/gfx", 853 "//ui/gfx",
854 "//ui/gfx/geometry", 854 "//ui/gfx/geometry",
855 "//ui/gfx/vector_icons:vector_icons",
855 "//ui/keyboard", 856 "//ui/keyboard",
856 "//ui/message_center", 857 "//ui/message_center",
857 "//ui/native_theme", 858 "//ui/native_theme",
858 "//ui/platform_window", 859 "//ui/platform_window",
859 "//ui/platform_window/stub", 860 "//ui/platform_window/stub",
860 "//ui/resources", 861 "//ui/resources",
861 "//ui/strings", 862 "//ui/strings",
862 "//ui/views", 863 "//ui/views",
863 "//ui/wm", 864 "//ui/wm",
864 "//url", 865 "//url",
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 if (is_win) { 1673 if (is_win) {
1673 configs -= [ "//build/config/win:console" ] 1674 configs -= [ "//build/config/win:console" ]
1674 configs += [ "//build/config/win:windowed" ] 1675 configs += [ "//build/config/win:windowed" ]
1675 deps += [ "//sandbox" ] 1676 deps += [ "//sandbox" ]
1676 } 1677 }
1677 1678
1678 if (is_chromeos) { 1679 if (is_chromeos) {
1679 deps += [ "//device/bluetooth" ] 1680 deps += [ "//device/bluetooth" ]
1680 } 1681 }
1681 } 1682 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/chromeos/bluetooth/tray_bluetooth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698