| 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 import("//ui/ozone/ozone.gni") | 9 import("//ui/ozone/ozone.gni") |
| 10 | 10 |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 "//services/ui/public/interfaces", | 401 "//services/ui/public/interfaces", |
| 402 "//skia", | 402 "//skia", |
| 403 "//third_party/icu", | 403 "//third_party/icu", |
| 404 "//ui/accessibility", | 404 "//ui/accessibility", |
| 405 "//ui/display", | 405 "//ui/display", |
| 406 "//ui/native_theme", | 406 "//ui/native_theme", |
| 407 "//ui/native_theme:native_theme_browser", | 407 "//ui/native_theme:native_theme_browser", |
| 408 "//ui/resources", | 408 "//ui/resources", |
| 409 "//ui/strings", | 409 "//ui/strings", |
| 410 "//ui/views/resources", | 410 "//ui/views/resources", |
| 411 "//ui/views/resources/vector_icons", |
| 411 "//url", | 412 "//url", |
| 412 ] | 413 ] |
| 413 | 414 |
| 414 public_deps = [ | 415 public_deps = [ |
| 415 "//base", | 416 "//base", |
| 416 "//ui/accessibility:ax_gen", | 417 "//ui/accessibility:ax_gen", |
| 417 "//ui/base", | 418 "//ui/base", |
| 418 "//ui/base/ime", | 419 "//ui/base/ime", |
| 419 "//ui/compositor", | 420 "//ui/compositor", |
| 420 "//ui/display", | 421 "//ui/display", |
| (...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1021 "//ui/base:test_support", | 1022 "//ui/base:test_support", |
| 1022 "//ui/compositor", | 1023 "//ui/compositor", |
| 1023 "//ui/events:test_support", | 1024 "//ui/events:test_support", |
| 1024 "//ui/gl:test_support", | 1025 "//ui/gl:test_support", |
| 1025 "//ui/resources", | 1026 "//ui/resources", |
| 1026 "//ui/resources:ui_test_pak", | 1027 "//ui/resources:ui_test_pak", |
| 1027 "//ui/strings", | 1028 "//ui/strings", |
| 1028 ] | 1029 ] |
| 1029 } | 1030 } |
| 1030 } | 1031 } |
| OLD | NEW |