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/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", |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 "layout_manager.h", | 68 "layout_manager.h", |
69 "remote_window_tree_host_win.cc", | 69 "remote_window_tree_host_win.cc", |
70 "remote_window_tree_host_win.h", | 70 "remote_window_tree_host_win.h", |
71 "scoped_window_targeter.cc", | 71 "scoped_window_targeter.cc", |
72 "scoped_window_targeter.h", | 72 "scoped_window_targeter.h", |
73 "window.cc", | 73 "window.cc", |
74 "window.h", | 74 "window.h", |
75 "window_delegate.h", | 75 "window_delegate.h", |
76 "window_event_dispatcher.cc", | 76 "window_event_dispatcher.cc", |
77 "window_event_dispatcher.h", | 77 "window_event_dispatcher.h", |
78 "window_layer_type.h", | |
79 "window_observer.cc", | 78 "window_observer.cc", |
80 "window_observer.h", | 79 "window_observer.h", |
81 "window_targeter.cc", | 80 "window_targeter.cc", |
82 "window_targeter.h", | 81 "window_targeter.h", |
83 "window_tracker.cc", | 82 "window_tracker.cc", |
84 "window_tracker.h", | 83 "window_tracker.h", |
85 "window_tree_host.cc", | 84 "window_tree_host.cc", |
86 "window_tree_host.h", | 85 "window_tree_host.h", |
87 "window_tree_host_mac.h", | 86 "window_tree_host_mac.h", |
88 "window_tree_host_mac.mm", | 87 "window_tree_host_mac.mm", |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 "//ui/events:gesture_detection", | 296 "//ui/events:gesture_detection", |
298 "//ui/gfx", | 297 "//ui/gfx", |
299 "//ui/gfx/geometry", | 298 "//ui/gfx/geometry", |
300 "//ui/gl", | 299 "//ui/gl", |
301 ] | 300 ] |
302 | 301 |
303 if (is_linux) { | 302 if (is_linux) { |
304 deps += [ "//third_party/mesa" ] | 303 deps += [ "//third_party/mesa" ] |
305 } | 304 } |
306 } | 305 } |
OLD | NEW |