| 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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 569 "widget/desktop_aura/desktop_drag_drop_client_aurax11.h", | 569 "widget/desktop_aura/desktop_drag_drop_client_aurax11.h", |
| 570 "widget/desktop_aura/desktop_screen_x11.cc", | 570 "widget/desktop_aura/desktop_screen_x11.cc", |
| 571 "widget/desktop_aura/desktop_screen_x11.h", | 571 "widget/desktop_aura/desktop_screen_x11.h", |
| 572 "widget/desktop_aura/desktop_window_tree_host_x11.cc", | 572 "widget/desktop_aura/desktop_window_tree_host_x11.cc", |
| 573 "widget/desktop_aura/desktop_window_tree_host_x11.h", | 573 "widget/desktop_aura/desktop_window_tree_host_x11.h", |
| 574 "widget/desktop_aura/x11_desktop_handler.cc", | 574 "widget/desktop_aura/x11_desktop_handler.cc", |
| 575 "widget/desktop_aura/x11_desktop_handler.h", | 575 "widget/desktop_aura/x11_desktop_handler.h", |
| 576 "widget/desktop_aura/x11_desktop_handler_observer.h", | 576 "widget/desktop_aura/x11_desktop_handler_observer.h", |
| 577 "widget/desktop_aura/x11_desktop_window_move_client.cc", | 577 "widget/desktop_aura/x11_desktop_window_move_client.cc", |
| 578 "widget/desktop_aura/x11_desktop_window_move_client.h", | 578 "widget/desktop_aura/x11_desktop_window_move_client.h", |
| 579 "widget/desktop_aura/x11_desktop_window_move_client_managed.cc", |
| 580 "widget/desktop_aura/x11_desktop_window_move_client_managed.h", |
| 579 "widget/desktop_aura/x11_move_loop.h", | 581 "widget/desktop_aura/x11_move_loop.h", |
| 580 "widget/desktop_aura/x11_move_loop_delegate.h", | 582 "widget/desktop_aura/x11_move_loop_delegate.h", |
| 581 "widget/desktop_aura/x11_pointer_grab.cc", | 583 "widget/desktop_aura/x11_pointer_grab.cc", |
| 582 "widget/desktop_aura/x11_pointer_grab.h", | 584 "widget/desktop_aura/x11_pointer_grab.h", |
| 583 "widget/desktop_aura/x11_topmost_window_finder.cc", | 585 "widget/desktop_aura/x11_topmost_window_finder.cc", |
| 584 "widget/desktop_aura/x11_topmost_window_finder.h", | 586 "widget/desktop_aura/x11_topmost_window_finder.h", |
| 585 "widget/desktop_aura/x11_whole_screen_move_loop.cc", | 587 "widget/desktop_aura/x11_whole_screen_move_loop.cc", |
| 586 "widget/desktop_aura/x11_whole_screen_move_loop.h", | 588 "widget/desktop_aura/x11_whole_screen_move_loop.h", |
| 587 "widget/desktop_aura/x11_window_event_filter.cc", | 589 "widget/desktop_aura/x11_window_event_filter.cc", |
| 588 "widget/desktop_aura/x11_window_event_filter.h", | 590 "widget/desktop_aura/x11_window_event_filter.h", |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1009 "//ui/base:test_support", | 1011 "//ui/base:test_support", |
| 1010 "//ui/compositor", | 1012 "//ui/compositor", |
| 1011 "//ui/events:test_support", | 1013 "//ui/events:test_support", |
| 1012 "//ui/gl:test_support", | 1014 "//ui/gl:test_support", |
| 1013 "//ui/resources", | 1015 "//ui/resources", |
| 1014 "//ui/resources:ui_test_pak", | 1016 "//ui/resources:ui_test_pak", |
| 1015 "//ui/strings", | 1017 "//ui/strings", |
| 1016 ] | 1018 ] |
| 1017 } | 1019 } |
| 1018 } | 1020 } |
| OLD | NEW |