| 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 import("//ui/vector_icons/vector_icons.gni") | 10 import("//ui/vector_icons/vector_icons.gni") |
| (...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 906 configs += [ "//build/config:precompiled_headers" ] | 906 configs += [ "//build/config:precompiled_headers" ] |
| 907 | 907 |
| 908 # Make all deps in this target public so both views_unittests and | 908 # Make all deps in this target public so both views_unittests and |
| 909 # views_mus_unittests will get them. | 909 # views_mus_unittests will get them. |
| 910 public_deps = [ | 910 public_deps = [ |
| 911 ":test_support", | 911 ":test_support", |
| 912 "//base", | 912 "//base", |
| 913 "//base:i18n", | 913 "//base:i18n", |
| 914 "//base/test:test_support", | 914 "//base/test:test_support", |
| 915 "//cc", | 915 "//cc", |
| 916 "//cc/paint", |
| 916 "//services/ui/public/interfaces", | 917 "//services/ui/public/interfaces", |
| 917 "//skia", | 918 "//skia", |
| 918 "//testing/gtest", | 919 "//testing/gtest", |
| 919 "//third_party/icu", | 920 "//third_party/icu", |
| 920 "//ui/accessibility", | 921 "//ui/accessibility", |
| 921 "//ui/base", | 922 "//ui/base", |
| 922 "//ui/base:test_support", | 923 "//ui/base:test_support", |
| 923 "//ui/base/ime", | 924 "//ui/base/ime", |
| 924 "//ui/compositor:test_support", | 925 "//ui/compositor:test_support", |
| 925 "//ui/events:dom_keycode_converter", | 926 "//ui/events:dom_keycode_converter", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 "//ui/base:test_support", | 1051 "//ui/base:test_support", |
| 1051 "//ui/compositor", | 1052 "//ui/compositor", |
| 1052 "//ui/events:test_support", | 1053 "//ui/events:test_support", |
| 1053 "//ui/gl:test_support", | 1054 "//ui/gl:test_support", |
| 1054 "//ui/resources", | 1055 "//ui/resources", |
| 1055 "//ui/resources:ui_test_pak", | 1056 "//ui/resources:ui_test_pak", |
| 1056 "//ui/strings", | 1057 "//ui/strings", |
| 1057 ] | 1058 ] |
| 1058 } | 1059 } |
| 1059 } | 1060 } |
| OLD | NEW |