OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 17 matching lines...) Expand all Loading... |
28 'aura_switches.h', | 28 'aura_switches.h', |
29 'client/activation_client.cc', | 29 'client/activation_client.cc', |
30 'client/activation_client.h', | 30 'client/activation_client.h', |
31 'client/activation_delegate.cc', | 31 'client/activation_delegate.cc', |
32 'client/activation_delegate.h', | 32 'client/activation_delegate.h', |
33 'client/aura_constants.cc', | 33 'client/aura_constants.cc', |
34 'client/aura_constants.h', | 34 'client/aura_constants.h', |
35 'client/capture_client.cc', | 35 'client/capture_client.cc', |
36 'client/capture_client.h', | 36 'client/capture_client.h', |
37 'client/capture_delegate.h', | 37 'client/capture_delegate.h', |
| 38 'client/cursor_client.cc', |
| 39 'client/cursor_client.h', |
38 'client/dispatcher_client.cc', | 40 'client/dispatcher_client.cc', |
39 'client/dispatcher_client.h', | 41 'client/dispatcher_client.h', |
40 'client/drag_drop_client.cc', | 42 'client/drag_drop_client.cc', |
41 'client/drag_drop_client.h', | 43 'client/drag_drop_client.h', |
42 'client/drag_drop_delegate.cc', | 44 'client/drag_drop_delegate.cc', |
43 'client/drag_drop_delegate.h', | 45 'client/drag_drop_delegate.h', |
44 'client/event_client.cc', | 46 'client/event_client.cc', |
45 'client/event_client.h', | 47 'client/event_client.h', |
46 'client/screen_position_client.cc', | 48 'client/screen_position_client.cc', |
47 'client/screen_position_client.h', | 49 'client/screen_position_client.h', |
48 'client/stacking_client.cc', | 50 'client/stacking_client.cc', |
49 'client/stacking_client.h', | 51 'client/stacking_client.h', |
50 'client/tooltip_client.cc', | 52 'client/tooltip_client.cc', |
51 'client/tooltip_client.h', | 53 'client/tooltip_client.h', |
52 'client/user_action_client.cc', | 54 'client/user_action_client.cc', |
53 'client/user_action_client.h', | 55 'client/user_action_client.h', |
54 'client/visibility_client.cc', | 56 'client/visibility_client.cc', |
55 'client/visibility_client.h', | 57 'client/visibility_client.h', |
56 'client/window_move_client.cc', | 58 'client/window_move_client.cc', |
57 'client/window_move_client.h', | 59 'client/window_move_client.h', |
58 'client/window_types.h', | 60 'client/window_types.h', |
59 'cursor_delegate.h', | |
60 'cursor_manager.cc', | |
61 'cursor_manager.h', | |
62 'desktop/desktop_activation_client.cc', | 61 'desktop/desktop_activation_client.cc', |
63 'desktop/desktop_activation_client.h', | 62 'desktop/desktop_activation_client.h', |
| 63 'desktop/desktop_cursor_client.cc', |
| 64 'desktop/desktop_cursor_client.h', |
64 'desktop/desktop_dispatcher_client.cc', | 65 'desktop/desktop_dispatcher_client.cc', |
65 'desktop/desktop_dispatcher_client.h', | 66 'desktop/desktop_dispatcher_client.h', |
66 'desktop/desktop_screen.h', | 67 'desktop/desktop_screen.h', |
67 'desktop/desktop_screen_win.cc', | 68 'desktop/desktop_screen_win.cc', |
68 'desktop/desktop_screen_win.h', | 69 'desktop/desktop_screen_win.h', |
69 'desktop/desktop_screen_x11.cc', | 70 'desktop/desktop_screen_x11.cc', |
70 'desktop/desktop_stacking_client.cc', | 71 'desktop/desktop_stacking_client.cc', |
71 'desktop/desktop_stacking_client.h', | 72 'desktop/desktop_stacking_client.h', |
72 'dispatcher_linux.cc', | 73 'dispatcher_linux.cc', |
73 'dispatcher_linux.h', | 74 'dispatcher_linux.h', |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 # osmesa GL implementation is used on linux. | 297 # osmesa GL implementation is used on linux. |
297 ['OS=="linux"', { | 298 ['OS=="linux"', { |
298 'dependencies': [ | 299 'dependencies': [ |
299 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 300 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
300 ], | 301 ], |
301 }], | 302 }], |
302 ], | 303 ], |
303 }, | 304 }, |
304 ], | 305 ], |
305 } | 306 } |
OLD | NEW |