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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'client/visibility_client.h', | 72 'client/visibility_client.h', |
73 'client/window_move_client.cc', | 73 'client/window_move_client.cc', |
74 'client/window_move_client.h', | 74 'client/window_move_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 'focus_manager.cc', | |
83 'focus_manager.h', | |
84 'input_state_lookup.cc', | 82 'input_state_lookup.cc', |
85 'input_state_lookup.h', | 83 'input_state_lookup.h', |
86 'input_state_lookup_win.cc', | 84 'input_state_lookup_win.cc', |
87 'input_state_lookup_win.h', | 85 'input_state_lookup_win.h', |
88 'layout_manager.cc', | 86 'layout_manager.cc', |
89 'layout_manager.h', | 87 'layout_manager.h', |
90 'remote_root_window_host_win.cc', | 88 'remote_root_window_host_win.cc', |
91 'remote_root_window_host_win.h', | 89 'remote_root_window_host_win.h', |
92 'root_window_host.h', | 90 'root_window_host.h', |
93 'root_window_host_delegate.h', | 91 'root_window_host_delegate.h', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 'test/aura_test_helper.h', | 150 'test/aura_test_helper.h', |
153 'test/env_test_helper.h', | 151 'test/env_test_helper.h', |
154 'test/event_generator.cc', | 152 'test/event_generator.cc', |
155 'test/event_generator.h', | 153 'test/event_generator.h', |
156 'test/test_aura_initializer.cc', | 154 'test/test_aura_initializer.cc', |
157 'test/test_aura_initializer.h', | 155 'test/test_aura_initializer.h', |
158 'test/test_cursor_client.cc', | 156 'test/test_cursor_client.cc', |
159 'test/test_cursor_client.h', | 157 'test/test_cursor_client.h', |
160 'test/test_event_handler.cc', | 158 'test/test_event_handler.cc', |
161 'test/test_event_handler.h', | 159 'test/test_event_handler.h', |
| 160 'test/test_focus_client.cc', |
| 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_stacking_client.cc', |
165 'test/test_stacking_client.h', | 165 'test/test_stacking_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', |
(...skipping 127 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 |