| 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/ozone/ozone.gni") | 9 import("//ui/ozone/ozone.gni") |
| 9 | 10 |
| 10 config("flags") { | 11 config("flags") { |
| 11 defines = [ "TOOLKIT_VIEWS=1" ] | 12 defines = [ "TOOLKIT_VIEWS=1" ] |
| 12 } | 13 } |
| 13 | 14 |
| 14 component("views") { | 15 component("views") { |
| 15 all_dependent_configs = [ ":flags" ] | 16 all_dependent_configs = [ ":flags" ] |
| 16 sources = [ | 17 sources = [ |
| 17 "accessibility/native_view_accessibility.cc", | 18 "accessibility/native_view_accessibility.cc", |
| (...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 "//ui/base:test_support", | 1016 "//ui/base:test_support", |
| 1016 "//ui/compositor", | 1017 "//ui/compositor", |
| 1017 "//ui/events:test_support", | 1018 "//ui/events:test_support", |
| 1018 "//ui/gl:test_support", | 1019 "//ui/gl:test_support", |
| 1019 "//ui/resources", | 1020 "//ui/resources", |
| 1020 "//ui/resources:ui_test_pak", | 1021 "//ui/resources:ui_test_pak", |
| 1021 "//ui/strings", | 1022 "//ui/strings", |
| 1022 ] | 1023 ] |
| 1023 } | 1024 } |
| 1024 } | 1025 } |
| OLD | NEW |