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

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

Issue 2461493002: Moves DragDropClient to aura/client (Closed)
Patch Set: 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
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_client.cc",
19 "../wm/public/drag_drop_client.h",
20 "../wm/public/drag_drop_delegate.cc", 18 "../wm/public/drag_drop_delegate.cc",
21 "../wm/public/drag_drop_delegate.h", 19 "../wm/public/drag_drop_delegate.h",
22 "../wm/public/scoped_drag_drop_disabler.cc", 20 "../wm/public/scoped_drag_drop_disabler.cc",
23 "../wm/public/scoped_drag_drop_disabler.h", 21 "../wm/public/scoped_drag_drop_disabler.h",
24 "../wm/public/scoped_tooltip_disabler.cc", 22 "../wm/public/scoped_tooltip_disabler.cc",
25 "../wm/public/scoped_tooltip_disabler.h", 23 "../wm/public/scoped_tooltip_disabler.h",
26 "../wm/public/tooltip_client.cc", 24 "../wm/public/tooltip_client.cc",
27 "../wm/public/tooltip_client.h", 25 "../wm/public/tooltip_client.h",
28 "../wm/public/transient_window_client.cc", 26 "../wm/public/transient_window_client.cc",
29 "../wm/public/transient_window_client.h", 27 "../wm/public/transient_window_client.h",
30 "../wm/public/window_move_client.cc", 28 "../wm/public/window_move_client.cc",
31 "../wm/public/window_move_client.h", 29 "../wm/public/window_move_client.h",
32 "../wm/public/window_types.h", 30 "../wm/public/window_types.h",
33 "client/aura_constants.cc", 31 "client/aura_constants.cc",
34 "client/aura_constants.h", 32 "client/aura_constants.h",
35 "client/capture_client.cc", 33 "client/capture_client.cc",
36 "client/capture_client.h", 34 "client/capture_client.h",
37 "client/capture_client_observer.h", 35 "client/capture_client_observer.h",
38 "client/capture_delegate.h", 36 "client/capture_delegate.h",
39 "client/cursor_client.cc", 37 "client/cursor_client.cc",
40 "client/cursor_client.h", 38 "client/cursor_client.h",
41 "client/cursor_client_observer.cc", 39 "client/cursor_client_observer.cc",
42 "client/cursor_client_observer.h", 40 "client/cursor_client_observer.h",
43 "client/default_capture_client.cc", 41 "client/default_capture_client.cc",
44 "client/default_capture_client.h", 42 "client/default_capture_client.h",
43 "client/drag_drop_client.cc",
44 "client/drag_drop_client.h",
45 "client/event_client.cc", 45 "client/event_client.cc",
46 "client/event_client.h", 46 "client/event_client.h",
47 "client/focus_change_observer.cc", 47 "client/focus_change_observer.cc",
48 "client/focus_change_observer.h", 48 "client/focus_change_observer.h",
49 "client/focus_client.cc", 49 "client/focus_client.cc",
50 "client/focus_client.h", 50 "client/focus_client.h",
51 "client/screen_position_client.cc", 51 "client/screen_position_client.cc",
52 "client/screen_position_client.h", 52 "client/screen_position_client.h",
53 "client/visibility_client.cc", 53 "client/visibility_client.cc",
54 "client/visibility_client.h", 54 "client/visibility_client.h",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 ] 325 ]
326 326
327 if (is_linux) { 327 if (is_linux) {
328 deps += [ "//third_party/mesa" ] 328 deps += [ "//third_party/mesa" ]
329 } 329 }
330 330
331 data_deps = [ 331 data_deps = [
332 "//third_party/mesa:osmesa", 332 "//third_party/mesa:osmesa",
333 ] 333 ]
334 } 334 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | ui/aura/client/drag_drop_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698