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 13 matching lines...) Expand all Loading... |
24 ], | 24 ], |
25 'sources': [ | 25 'sources': [ |
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.h', | 35 'client/drag_drop_client.h', |
35 'client/stacking_client.cc', | 36 'client/stacking_client.cc', |
36 'client/stacking_client.h', | 37 'client/stacking_client.h', |
37 'client/tooltip_client.h', | 38 'client/tooltip_client.h', |
38 'client/window_drag_drop_delegate.h', | 39 'client/drag_drop_delegate.cc', |
| 40 'client/drag_drop_delegate.h', |
39 'cursor.h', | 41 'cursor.h', |
40 'root_window_host.h', | 42 'root_window_host.h', |
41 'root_window_host_linux.cc', | 43 'root_window_host_linux.cc', |
42 'root_window_host_win.cc', | 44 'root_window_host_win.cc', |
43 'root_window_host_win.h', | 45 'root_window_host_win.h', |
44 'root_window.cc', | 46 'root_window.cc', |
45 'root_window.h', | 47 'root_window.h', |
46 'event.cc', | 48 'event.cc', |
47 'event.h', | 49 'event.h', |
48 'event_filter.cc', | 50 'event_filter.cc', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 ], | 162 ], |
161 }, { # use_webkit_compositor!=1 | 163 }, { # use_webkit_compositor!=1 |
162 'dependencies': [ | 164 'dependencies': [ |
163 '../gfx/compositor/compositor.gyp:test_compositor', | 165 '../gfx/compositor/compositor.gyp:test_compositor', |
164 ], | 166 ], |
165 }], | 167 }], |
166 ], | 168 ], |
167 }, | 169 }, |
168 ], | 170 ], |
169 } | 171 } |
OLD | NEW |