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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'client/drag_drop_delegate.cc', | 55 'client/drag_drop_delegate.cc', |
56 'client/drag_drop_delegate.h', | 56 'client/drag_drop_delegate.h', |
57 'client/event_client.cc', | 57 'client/event_client.cc', |
58 'client/event_client.h', | 58 'client/event_client.h', |
59 'client/focus_change_observer.cc', | 59 'client/focus_change_observer.cc', |
60 'client/focus_change_observer.h', | 60 'client/focus_change_observer.h', |
61 'client/focus_client.cc', | 61 'client/focus_client.cc', |
62 'client/focus_client.h', | 62 'client/focus_client.h', |
63 'client/screen_position_client.cc', | 63 'client/screen_position_client.cc', |
64 'client/screen_position_client.h', | 64 'client/screen_position_client.h', |
65 'client/stacking_client.cc', | |
66 'client/stacking_client.h', | |
67 'client/tooltip_client.cc', | 65 'client/tooltip_client.cc', |
68 'client/tooltip_client.h', | 66 'client/tooltip_client.h', |
69 'client/user_action_client.cc', | 67 'client/user_action_client.cc', |
70 'client/user_action_client.h', | 68 'client/user_action_client.h', |
71 'client/visibility_client.cc', | 69 'client/visibility_client.cc', |
72 'client/visibility_client.h', | 70 'client/visibility_client.h', |
73 'client/window_move_client.cc', | 71 'client/window_move_client.cc', |
74 'client/window_move_client.h', | 72 'client/window_move_client.h', |
| 73 'client/window_tree_client.cc', |
| 74 'client/window_tree_client.h', |
75 'client/window_types.h', | 75 'client/window_types.h', |
76 'device_list_updater_aurax11.cc', | 76 'device_list_updater_aurax11.cc', |
77 'device_list_updater_aurax11.h', | 77 'device_list_updater_aurax11.h', |
78 'dispatcher_win.cc', | 78 'dispatcher_win.cc', |
79 'env.cc', | 79 'env.cc', |
80 'env.h', | 80 'env.h', |
81 'env_observer.h', | 81 'env_observer.h', |
82 'input_state_lookup.cc', | 82 'input_state_lookup.cc', |
83 'input_state_lookup.h', | 83 'input_state_lookup.h', |
84 'input_state_lookup_win.cc', | 84 'input_state_lookup_win.cc', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'test/test_aura_initializer.cc', | 154 'test/test_aura_initializer.cc', |
155 'test/test_aura_initializer.h', | 155 'test/test_aura_initializer.h', |
156 'test/test_cursor_client.cc', | 156 'test/test_cursor_client.cc', |
157 'test/test_cursor_client.h', | 157 'test/test_cursor_client.h', |
158 'test/test_event_handler.cc', | 158 'test/test_event_handler.cc', |
159 'test/test_event_handler.h', | 159 'test/test_event_handler.h', |
160 'test/test_focus_client.cc', | 160 'test/test_focus_client.cc', |
161 'test/test_focus_client.h', | 161 'test/test_focus_client.h', |
162 'test/test_screen.cc', | 162 'test/test_screen.cc', |
163 'test/test_screen.h', | 163 'test/test_screen.h', |
164 'test/test_stacking_client.cc', | 164 'test/test_window_tree_client.cc', |
165 'test/test_stacking_client.h', | 165 'test/test_window_tree_client.h', |
166 'test/test_windows.cc', | 166 'test/test_windows.cc', |
167 'test/test_windows.h', | 167 'test/test_windows.h', |
168 'test/test_window_delegate.cc', | 168 'test/test_window_delegate.cc', |
169 'test/test_window_delegate.h', | 169 'test/test_window_delegate.h', |
170 'test/ui_controls_factory_aura.h', | 170 'test/ui_controls_factory_aura.h', |
171 'test/ui_controls_factory_aurawin.cc', | 171 'test/ui_controls_factory_aurawin.cc', |
172 'test/ui_controls_factory_aurax11.cc', | 172 'test/ui_controls_factory_aurax11.cc', |
173 'test/window_test_api.cc', | 173 'test/window_test_api.cc', |
174 'test/window_test_api.h', | 174 'test/window_test_api.h', |
175 ], | 175 ], |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 ['OS=="linux" and linux_use_tcmalloc==1', { | 299 ['OS=="linux" and linux_use_tcmalloc==1', { |
300 'dependencies': [ | 300 'dependencies': [ |
301 # See http://crbug.com/162998#c4 for why this is needed. | 301 # See http://crbug.com/162998#c4 for why this is needed. |
302 '../../base/allocator/allocator.gyp:allocator', | 302 '../../base/allocator/allocator.gyp:allocator', |
303 ], | 303 ], |
304 }], | 304 }], |
305 ], | 305 ], |
306 }, | 306 }, |
307 ], | 307 ], |
308 } | 308 } |
OLD | NEW |