| OLD | NEW | 
|     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  Loading... | 
|   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  Loading... | 
|  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 } | 
| OLD | NEW |