OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 15 matching lines...) Expand all Loading... |
26 'aura_switches.cc', | 26 'aura_switches.cc', |
27 'aura_switches.h', | 27 'aura_switches.h', |
28 'client/activation_client.cc', | 28 'client/activation_client.cc', |
29 'client/activation_client.h', | 29 'client/activation_client.h', |
30 'client/activation_delegate.cc', | 30 'client/activation_delegate.cc', |
31 'client/activation_delegate.h', | 31 'client/activation_delegate.h', |
32 'client/aura_constants.cc', | 32 'client/aura_constants.cc', |
33 'client/aura_constants.h', | 33 'client/aura_constants.h', |
34 'client/drag_drop_client.cc', | 34 'client/drag_drop_client.cc', |
35 'client/drag_drop_client.h', | 35 'client/drag_drop_client.h', |
| 36 'client/drag_drop_delegate.cc', |
| 37 'client/drag_drop_delegate.h', |
36 'client/stacking_client.cc', | 38 'client/stacking_client.cc', |
37 'client/stacking_client.h', | 39 'client/stacking_client.h', |
38 'client/tooltip_client.cc', | 40 'client/tooltip_client.cc', |
39 'client/tooltip_client.h', | 41 'client/tooltip_client.h', |
40 'client/drag_drop_delegate.cc', | 42 'client/window_types.h', |
41 'client/drag_drop_delegate.h', | |
42 'cursor.h', | 43 'cursor.h', |
43 'root_window_host.h', | 44 'root_window_host.h', |
44 'root_window_host_linux.cc', | 45 'root_window_host_linux.cc', |
45 'root_window_host_win.cc', | 46 'root_window_host_win.cc', |
46 'root_window_host_win.h', | 47 'root_window_host_win.h', |
47 'root_window.cc', | 48 'root_window.cc', |
48 'root_window.h', | 49 'root_window.h', |
49 'event.cc', | 50 'event.cc', |
50 'event.h', | 51 'event.h', |
51 'event_filter.cc', | 52 'event_filter.cc', |
52 'event_filter.h', | 53 'event_filter.h', |
53 'focus_manager.h', | 54 'focus_manager.h', |
54 'layout_manager.cc', | 55 'layout_manager.cc', |
55 'layout_manager.h', | 56 'layout_manager.h', |
56 'screen_aura.cc', | 57 'screen_aura.cc', |
57 'screen_aura.h', | 58 'screen_aura.h', |
58 'window.cc', | 59 'window.cc', |
59 'window.h', | 60 'window.h', |
60 'window_delegate.h', | 61 'window_delegate.h', |
61 'window_observer.h', | 62 'window_observer.h', |
62 'window_types.h', | |
63 ], | 63 ], |
64 }, | 64 }, |
65 { | 65 { |
66 'target_name': 'test_support_aura', | 66 'target_name': 'test_support_aura', |
67 'type': 'static_library', | 67 'type': 'static_library', |
68 'dependencies': [ | 68 'dependencies': [ |
69 '../../skia/skia.gyp:skia', | 69 '../../skia/skia.gyp:skia', |
70 '../../testing/gtest.gyp:gtest', | 70 '../../testing/gtest.gyp:gtest', |
71 '../ui.gyp:ui', | 71 '../ui.gyp:ui', |
72 'aura', | 72 'aura', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 ], | 163 ], |
164 }, { # use_webkit_compositor!=1 | 164 }, { # use_webkit_compositor!=1 |
165 'dependencies': [ | 165 'dependencies': [ |
166 '../gfx/compositor/compositor.gyp:test_compositor', | 166 '../gfx/compositor/compositor.gyp:test_compositor', |
167 ], | 167 ], |
168 }], | 168 }], |
169 ], | 169 ], |
170 }, | 170 }, |
171 ], | 171 ], |
172 } | 172 } |
OLD | NEW |