| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "focus/view_storage.h", | 270 "focus/view_storage.h", |
| 271 "focus/widget_focus_manager.cc", | 271 "focus/widget_focus_manager.cc", |
| 272 "focus/widget_focus_manager.h", | 272 "focus/widget_focus_manager.h", |
| 273 "layout/box_layout.cc", | 273 "layout/box_layout.cc", |
| 274 "layout/box_layout.h", | 274 "layout/box_layout.h", |
| 275 "layout/fill_layout.cc", | 275 "layout/fill_layout.cc", |
| 276 "layout/fill_layout.h", | 276 "layout/fill_layout.h", |
| 277 "layout/grid_layout.cc", | 277 "layout/grid_layout.cc", |
| 278 "layout/grid_layout.h", | 278 "layout/grid_layout.h", |
| 279 "layout/layout_constants.h", | 279 "layout/layout_constants.h", |
| 280 "layout/layout_delegate.cc", |
| 281 "layout/layout_delegate.h", |
| 280 "layout/layout_manager.cc", | 282 "layout/layout_manager.cc", |
| 281 "layout/layout_manager.h", | 283 "layout/layout_manager.h", |
| 282 "linux_ui/linux_ui.cc", | 284 "linux_ui/linux_ui.cc", |
| 283 "linux_ui/linux_ui.h", | 285 "linux_ui/linux_ui.h", |
| 284 "linux_ui/status_icon_linux.cc", | 286 "linux_ui/status_icon_linux.cc", |
| 285 "linux_ui/status_icon_linux.h", | 287 "linux_ui/status_icon_linux.h", |
| 286 "linux_ui/window_button_order_observer.h", | 288 "linux_ui/window_button_order_observer.h", |
| 287 "linux_ui/window_button_order_provider.cc", | 289 "linux_ui/window_button_order_provider.cc", |
| 288 "masked_targeter_delegate.cc", | 290 "masked_targeter_delegate.cc", |
| 289 "masked_targeter_delegate.h", | 291 "masked_targeter_delegate.h", |
| (...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 "//ui/base:test_support", | 1021 "//ui/base:test_support", |
| 1020 "//ui/compositor", | 1022 "//ui/compositor", |
| 1021 "//ui/events:test_support", | 1023 "//ui/events:test_support", |
| 1022 "//ui/gl:test_support", | 1024 "//ui/gl:test_support", |
| 1023 "//ui/resources", | 1025 "//ui/resources", |
| 1024 "//ui/resources:ui_test_pak", | 1026 "//ui/resources:ui_test_pak", |
| 1025 "//ui/strings", | 1027 "//ui/strings", |
| 1026 ] | 1028 ] |
| 1027 } | 1029 } |
| 1028 } | 1030 } |
| OLD | NEW |