| 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/ozone/ozone.gni") | 8 import("//ui/ozone/ozone.gni") |
| 9 | 9 |
| 10 config("flags") { | 10 config("flags") { |
| (...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 visibility = [ "./*" ] | 711 visibility = [ "./*" ] |
| 712 | 712 |
| 713 configs += [ "//build/config:precompiled_headers" ] | 713 configs += [ "//build/config:precompiled_headers" ] |
| 714 | 714 |
| 715 public_deps = [ | 715 public_deps = [ |
| 716 ":views", | 716 ":views", |
| 717 ] | 717 ] |
| 718 deps = [ | 718 deps = [ |
| 719 "//base", | 719 "//base", |
| 720 "//base/test:test_support", | 720 "//base/test:test_support", |
| 721 "//gpu/ipc/service", |
| 721 "//ipc:test_support", | 722 "//ipc:test_support", |
| 722 "//skia", | 723 "//skia", |
| 723 "//testing/gtest", | 724 "//testing/gtest", |
| 724 "//ui/base", | 725 "//ui/base", |
| 725 "//ui/base:test_support", | 726 "//ui/base:test_support", |
| 726 "//ui/base/ime", | 727 "//ui/base/ime", |
| 727 "//ui/compositor", | 728 "//ui/compositor", |
| 728 "//ui/compositor:test_support", | 729 "//ui/compositor:test_support", |
| 729 "//ui/events", | 730 "//ui/events", |
| 730 "//ui/events:events_base", | 731 "//ui/events:events_base", |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1013 "//ui/base:test_support", | 1014 "//ui/base:test_support", |
| 1014 "//ui/compositor", | 1015 "//ui/compositor", |
| 1015 "//ui/events:test_support", | 1016 "//ui/events:test_support", |
| 1016 "//ui/gl:test_support", | 1017 "//ui/gl:test_support", |
| 1017 "//ui/resources", | 1018 "//ui/resources", |
| 1018 "//ui/resources:ui_test_pak", | 1019 "//ui/resources:ui_test_pak", |
| 1019 "//ui/strings", | 1020 "//ui/strings", |
| 1020 ] | 1021 ] |
| 1021 } | 1022 } |
| 1022 } | 1023 } |
| OLD | NEW |