| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 "style/typography_provider.h", | 335 "style/typography_provider.h", |
| 336 "view.cc", | 336 "view.cc", |
| 337 "view.h", | 337 "view.h", |
| 338 "view_constants.cc", | 338 "view_constants.cc", |
| 339 "view_constants.h", | 339 "view_constants.h", |
| 340 "view_model.cc", | 340 "view_model.cc", |
| 341 "view_model.h", | 341 "view_model.h", |
| 342 "view_model_utils.cc", | 342 "view_model_utils.cc", |
| 343 "view_model_utils.h", | 343 "view_model_utils.h", |
| 344 "view_observer.h", | 344 "view_observer.h", |
| 345 "view_properties.cc", |
| 346 "view_properties.h", |
| 345 "view_targeter.cc", | 347 "view_targeter.cc", |
| 346 "view_targeter.h", | 348 "view_targeter.h", |
| 347 "view_targeter_delegate.cc", | 349 "view_targeter_delegate.cc", |
| 348 "view_targeter_delegate.h", | 350 "view_targeter_delegate.h", |
| 349 "view_tracker.cc", | 351 "view_tracker.cc", |
| 350 "view_tracker.h", | 352 "view_tracker.h", |
| 351 "views_delegate.cc", | 353 "views_delegate.cc", |
| 352 "views_delegate.h", | 354 "views_delegate.h", |
| 353 "views_export.h", | 355 "views_export.h", |
| 354 "views_exports.cc", | 356 "views_exports.cc", |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1075 "//ui/base:test_support", | 1077 "//ui/base:test_support", |
| 1076 "//ui/compositor", | 1078 "//ui/compositor", |
| 1077 "//ui/events:test_support", | 1079 "//ui/events:test_support", |
| 1078 "//ui/gl:test_support", | 1080 "//ui/gl:test_support", |
| 1079 "//ui/resources", | 1081 "//ui/resources", |
| 1080 "//ui/resources:ui_test_pak", | 1082 "//ui/resources:ui_test_pak", |
| 1081 "//ui/strings", | 1083 "//ui/strings", |
| 1082 ] | 1084 ] |
| 1083 } | 1085 } |
| 1084 } | 1086 } |
| OLD | NEW |