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

Side by Side Diff: ash/BUILD.gn

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 years 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/test/BUILD.gn » ('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 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 "//skia", 878 "//skia",
879 "//third_party/icu", 879 "//third_party/icu",
880 "//ui/accessibility", 880 "//ui/accessibility",
881 "//ui/app_list/presenter", 881 "//ui/app_list/presenter",
882 "//ui/aura", 882 "//ui/aura",
883 "//ui/base", 883 "//ui/base",
884 "//ui/base:ui_data_pack", 884 "//ui/base:ui_data_pack",
885 "//ui/base/ime", 885 "//ui/base/ime",
886 "//ui/compositor", 886 "//ui/compositor",
887 "//ui/display", 887 "//ui/display",
888 "//ui/display/manager",
888 "//ui/display/types", 889 "//ui/display/types",
889 "//ui/events", 890 "//ui/events",
890 "//ui/events:events_base", 891 "//ui/events:events_base",
891 "//ui/events:gesture_detection", 892 "//ui/events:gesture_detection",
892 "//ui/events/devices", 893 "//ui/events/devices",
893 "//ui/gfx", 894 "//ui/gfx",
894 "//ui/gfx/geometry", 895 "//ui/gfx/geometry",
895 "//ui/keyboard", 896 "//ui/keyboard",
896 "//ui/message_center", 897 "//ui/message_center",
897 "//ui/native_theme", 898 "//ui/native_theme",
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1503 if (is_win) { 1504 if (is_win) {
1504 configs -= [ "//build/config/win:console" ] 1505 configs -= [ "//build/config/win:console" ]
1505 configs += [ "//build/config/win:windowed" ] 1506 configs += [ "//build/config/win:windowed" ]
1506 deps += [ "//sandbox" ] 1507 deps += [ "//sandbox" ]
1507 } 1508 }
1508 1509
1509 if (is_chromeos) { 1510 if (is_chromeos) {
1510 deps += [ "//device/bluetooth" ] 1511 deps += [ "//device/bluetooth" ]
1511 } 1512 }
1512 } 1513 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698