| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "style/platform_style.h", | 317 "style/platform_style.h", |
| 318 "style/platform_style_mac.mm", | 318 "style/platform_style_mac.mm", |
| 319 "view.cc", | 319 "view.cc", |
| 320 "view.h", | 320 "view.h", |
| 321 "view_constants.cc", | 321 "view_constants.cc", |
| 322 "view_constants.h", | 322 "view_constants.h", |
| 323 "view_model.cc", | 323 "view_model.cc", |
| 324 "view_model.h", | 324 "view_model.h", |
| 325 "view_model_utils.cc", | 325 "view_model_utils.cc", |
| 326 "view_model_utils.h", | 326 "view_model_utils.h", |
| 327 "view_observer.h", |
| 327 "view_targeter.cc", | 328 "view_targeter.cc", |
| 328 "view_targeter.h", | 329 "view_targeter.h", |
| 329 "view_targeter_delegate.cc", | 330 "view_targeter_delegate.cc", |
| 330 "view_targeter_delegate.h", | 331 "view_targeter_delegate.h", |
| 331 "views_delegate.cc", | 332 "views_delegate.cc", |
| 332 "views_delegate.h", | 333 "views_delegate.h", |
| 333 "views_export.h", | 334 "views_export.h", |
| 334 "views_exports.cc", | 335 "views_exports.cc", |
| 335 "views_switches.cc", | 336 "views_switches.cc", |
| 336 "views_switches.h", | 337 "views_switches.h", |
| (...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1014 "//ui/base:test_support", | 1015 "//ui/base:test_support", |
| 1015 "//ui/compositor", | 1016 "//ui/compositor", |
| 1016 "//ui/events:test_support", | 1017 "//ui/events:test_support", |
| 1017 "//ui/gl:test_support", | 1018 "//ui/gl:test_support", |
| 1018 "//ui/resources", | 1019 "//ui/resources", |
| 1019 "//ui/resources:ui_test_pak", | 1020 "//ui/resources:ui_test_pak", |
| 1020 "//ui/strings", | 1021 "//ui/strings", |
| 1021 ] | 1022 ] |
| 1022 } | 1023 } |
| 1023 } | 1024 } |
| OLD | NEW |