| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 "painter.h", | 302 "painter.h", |
| 303 "pointer_watcher.h", | 303 "pointer_watcher.h", |
| 304 "rect_based_targeting_utils.cc", | 304 "rect_based_targeting_utils.cc", |
| 305 "rect_based_targeting_utils.h", | 305 "rect_based_targeting_utils.h", |
| 306 "repeat_controller.cc", | 306 "repeat_controller.cc", |
| 307 "repeat_controller.h", | 307 "repeat_controller.h", |
| 308 "round_rect_painter.cc", | 308 "round_rect_painter.cc", |
| 309 "round_rect_painter.h", | 309 "round_rect_painter.h", |
| 310 "shadow_border.cc", | 310 "shadow_border.cc", |
| 311 "shadow_border.h", | 311 "shadow_border.h", |
| 312 "style/mac/combobox_background_mac.cc", | |
| 313 "style/mac/combobox_background_mac.h", | |
| 314 "style/platform_style.cc", | 312 "style/platform_style.cc", |
| 315 "style/platform_style.h", | 313 "style/platform_style.h", |
| 316 "style/platform_style_mac.mm", | 314 "style/platform_style_mac.mm", |
| 317 "view.cc", | 315 "view.cc", |
| 318 "view.h", | 316 "view.h", |
| 319 "view_constants.cc", | 317 "view_constants.cc", |
| 320 "view_constants.h", | 318 "view_constants.h", |
| 321 "view_model.cc", | 319 "view_model.cc", |
| 322 "view_model.h", | 320 "view_model.h", |
| 323 "view_model_utils.cc", | 321 "view_model_utils.cc", |
| (...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1011 "//ui/base:test_support", | 1009 "//ui/base:test_support", |
| 1012 "//ui/compositor", | 1010 "//ui/compositor", |
| 1013 "//ui/events:test_support", | 1011 "//ui/events:test_support", |
| 1014 "//ui/gl:test_support", | 1012 "//ui/gl:test_support", |
| 1015 "//ui/resources", | 1013 "//ui/resources", |
| 1016 "//ui/resources:ui_test_pak", | 1014 "//ui/resources:ui_test_pak", |
| 1017 "//ui/strings", | 1015 "//ui/strings", |
| 1018 ] | 1016 ] |
| 1019 } | 1017 } |
| 1020 } | 1018 } |
| OLD | NEW |