| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 "controls/textfield/textfield_model.cc", | 241 "controls/textfield/textfield_model.cc", |
| 242 "controls/textfield/textfield_model.h", | 242 "controls/textfield/textfield_model.h", |
| 243 "controls/throbber.cc", | 243 "controls/throbber.cc", |
| 244 "controls/throbber.h", | 244 "controls/throbber.h", |
| 245 "controls/tree/tree_view.cc", | 245 "controls/tree/tree_view.cc", |
| 246 "controls/tree/tree_view.h", | 246 "controls/tree/tree_view.h", |
| 247 "controls/tree/tree_view_controller.cc", | 247 "controls/tree/tree_view_controller.cc", |
| 248 "controls/tree/tree_view_controller.h", | 248 "controls/tree/tree_view_controller.h", |
| 249 "debug_utils.cc", | 249 "debug_utils.cc", |
| 250 "debug_utils.h", | 250 "debug_utils.h", |
| 251 "devtools_observer.h", |
| 251 "drag_controller.h", | 252 "drag_controller.h", |
| 252 "drag_utils.cc", | 253 "drag_utils.cc", |
| 253 "drag_utils.h", | 254 "drag_utils.h", |
| 254 "drag_utils_mac.mm", | 255 "drag_utils_mac.mm", |
| 255 "event_monitor.h", | 256 "event_monitor.h", |
| 256 "event_monitor_mac.h", | 257 "event_monitor_mac.h", |
| 257 "event_monitor_mac.mm", | 258 "event_monitor_mac.mm", |
| 258 "focus/external_focus_tracker.cc", | 259 "focus/external_focus_tracker.cc", |
| 259 "focus/external_focus_tracker.h", | 260 "focus/external_focus_tracker.h", |
| 260 "focus/focus_manager.cc", | 261 "focus/focus_manager.cc", |
| (...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 "//ui/base:test_support", | 1019 "//ui/base:test_support", |
| 1019 "//ui/compositor", | 1020 "//ui/compositor", |
| 1020 "//ui/events:test_support", | 1021 "//ui/events:test_support", |
| 1021 "//ui/gl:test_support", | 1022 "//ui/gl:test_support", |
| 1022 "//ui/resources", | 1023 "//ui/resources", |
| 1023 "//ui/resources:ui_test_pak", | 1024 "//ui/resources:ui_test_pak", |
| 1024 "//ui/strings", | 1025 "//ui/strings", |
| 1025 ] | 1026 ] |
| 1026 } | 1027 } |
| 1027 } | 1028 } |
| OLD | NEW |