Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Side by Side Diff: ui/aura/BUILD.gn

Issue 2455963006: Wires up drag/drop for aura-mus (Closed)
Patch Set: twweaks Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « services/ui/ws/drag_controller.cc ('k') | ui/aura/client/drag_drop_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("aura") { 8 component("aura") {
9 sources = [ 9 sources = [
10 "../wm/public/activation_change_observer.cc", 10 "../wm/public/activation_change_observer.cc",
11 "../wm/public/activation_change_observer.h", 11 "../wm/public/activation_change_observer.h",
12 "../wm/public/activation_client.cc", 12 "../wm/public/activation_client.cc",
13 "../wm/public/activation_client.h", 13 "../wm/public/activation_client.h",
14 "../wm/public/activation_delegate.cc", 14 "../wm/public/activation_delegate.cc",
15 "../wm/public/activation_delegate.h", 15 "../wm/public/activation_delegate.h",
16 "../wm/public/animation_host.cc", 16 "../wm/public/animation_host.cc",
17 "../wm/public/animation_host.h", 17 "../wm/public/animation_host.h",
18 "../wm/public/drag_drop_delegate.cc",
19 "../wm/public/drag_drop_delegate.h",
20 "../wm/public/scoped_drag_drop_disabler.cc", 18 "../wm/public/scoped_drag_drop_disabler.cc",
21 "../wm/public/scoped_drag_drop_disabler.h", 19 "../wm/public/scoped_drag_drop_disabler.h",
22 "../wm/public/scoped_tooltip_disabler.cc", 20 "../wm/public/scoped_tooltip_disabler.cc",
23 "../wm/public/scoped_tooltip_disabler.h", 21 "../wm/public/scoped_tooltip_disabler.h",
24 "../wm/public/tooltip_client.cc", 22 "../wm/public/tooltip_client.cc",
25 "../wm/public/tooltip_client.h", 23 "../wm/public/tooltip_client.h",
26 "../wm/public/window_move_client.cc", 24 "../wm/public/window_move_client.cc",
27 "../wm/public/window_move_client.h", 25 "../wm/public/window_move_client.h",
28 "../wm/public/window_types.h", 26 "../wm/public/window_types.h",
29 "client/aura_constants.cc", 27 "client/aura_constants.cc",
30 "client/aura_constants.h", 28 "client/aura_constants.h",
31 "client/capture_client.cc", 29 "client/capture_client.cc",
32 "client/capture_client.h", 30 "client/capture_client.h",
33 "client/capture_client_observer.h", 31 "client/capture_client_observer.h",
34 "client/capture_delegate.h", 32 "client/capture_delegate.h",
35 "client/cursor_client.cc", 33 "client/cursor_client.cc",
36 "client/cursor_client.h", 34 "client/cursor_client.h",
37 "client/cursor_client_observer.cc", 35 "client/cursor_client_observer.cc",
38 "client/cursor_client_observer.h", 36 "client/cursor_client_observer.h",
39 "client/default_capture_client.cc", 37 "client/default_capture_client.cc",
40 "client/default_capture_client.h", 38 "client/default_capture_client.h",
41 "client/drag_drop_client.cc", 39 "client/drag_drop_client.cc",
42 "client/drag_drop_client.h", 40 "client/drag_drop_client.h",
41 "client/drag_drop_delegate.cc",
42 "client/drag_drop_delegate.h",
43 "client/event_client.cc", 43 "client/event_client.cc",
44 "client/event_client.h", 44 "client/event_client.h",
45 "client/focus_change_observer.cc", 45 "client/focus_change_observer.cc",
46 "client/focus_change_observer.h", 46 "client/focus_change_observer.h",
47 "client/focus_client.cc", 47 "client/focus_client.cc",
48 "client/focus_client.h", 48 "client/focus_client.h",
49 "client/screen_position_client.cc", 49 "client/screen_position_client.cc",
50 "client/screen_position_client.h", 50 "client/screen_position_client.h",
51 "client/transient_window_client.cc", 51 "client/transient_window_client.cc",
52 "client/transient_window_client.h", 52 "client/transient_window_client.h",
53 "client/transient_window_client_observer.h", 53 "client/transient_window_client_observer.h",
54 "client/visibility_client.cc", 54 "client/visibility_client.cc",
55 "client/visibility_client.h", 55 "client/visibility_client.h",
56 "client/window_parenting_client.cc", 56 "client/window_parenting_client.cc",
57 "client/window_parenting_client.h", 57 "client/window_parenting_client.h",
58 "client/window_stacking_client.cc", 58 "client/window_stacking_client.cc",
59 "client/window_stacking_client.h", 59 "client/window_stacking_client.h",
60 "env.cc", 60 "env.cc",
61 "env.h", 61 "env.h",
62 "env_input_state_controller.cc", 62 "env_input_state_controller.cc",
63 "env_input_state_controller.h", 63 "env_input_state_controller.h",
64 "env_observer.h", 64 "env_observer.h",
65 "input_state_lookup.cc", 65 "input_state_lookup.cc",
66 "input_state_lookup.h", 66 "input_state_lookup.h",
67 "input_state_lookup_win.cc", 67 "input_state_lookup_win.cc",
68 "input_state_lookup_win.h", 68 "input_state_lookup_win.h",
69 "layout_manager.cc", 69 "layout_manager.cc",
70 "layout_manager.h", 70 "layout_manager.h",
71 "mus/drag_drop_controller_host.h",
72 "mus/drag_drop_controller_mus.cc",
73 "mus/drag_drop_controller_mus.h",
71 "mus/in_flight_change.cc", 74 "mus/in_flight_change.cc",
72 "mus/in_flight_change.h", 75 "mus/in_flight_change.h",
73 "mus/input_method_mus.cc", 76 "mus/input_method_mus.cc",
74 "mus/input_method_mus.h", 77 "mus/input_method_mus.h",
75 "mus/mus_types.h", 78 "mus/mus_types.h",
76 "mus/mus_util.cc", 79 "mus/mus_util.cc",
77 "mus/mus_util.h", 80 "mus/mus_util.h",
78 "mus/os_exchange_data_provider_mus.cc", 81 "mus/os_exchange_data_provider_mus.cc",
79 "mus/os_exchange_data_provider_mus.h", 82 "mus/os_exchange_data_provider_mus.h",
80 "mus/property_converter.h", 83 "mus/property_converter.h",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 ] 335 ]
333 336
334 if (is_linux) { 337 if (is_linux) {
335 deps += [ "//third_party/mesa" ] 338 deps += [ "//third_party/mesa" ]
336 } 339 }
337 340
338 data_deps = [ 341 data_deps = [
339 "//third_party/mesa:osmesa", 342 "//third_party/mesa:osmesa",
340 ] 343 ]
341 } 344 }
OLDNEW
« no previous file with comments | « services/ui/ws/drag_controller.cc ('k') | ui/aura/client/drag_drop_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698