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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'client/user_action_client.cc', | 69 'client/user_action_client.cc', |
70 'client/user_action_client.h', | 70 'client/user_action_client.h', |
71 'client/visibility_client.cc', | 71 'client/visibility_client.cc', |
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_stacking_client.cc', | 75 'client/window_stacking_client.cc', |
76 'client/window_stacking_client.h', | 76 'client/window_stacking_client.h', |
77 'client/window_tree_client.cc', | 77 'client/window_tree_client.cc', |
78 'client/window_tree_client.h', | 78 'client/window_tree_client.h', |
79 'client/window_types.h', | |
80 'device_list_updater_aurax11.cc', | 79 'device_list_updater_aurax11.cc', |
81 'device_list_updater_aurax11.h', | 80 'device_list_updater_aurax11.h', |
82 'dispatcher_win.cc', | 81 'dispatcher_win.cc', |
83 'env.cc', | 82 'env.cc', |
84 'env.h', | 83 'env.h', |
85 'env_observer.h', | 84 'env_observer.h', |
86 'input_state_lookup.cc', | 85 'input_state_lookup.cc', |
87 'input_state_lookup.h', | 86 'input_state_lookup.h', |
88 'input_state_lookup_win.cc', | 87 'input_state_lookup_win.cc', |
89 'input_state_lookup_win.h', | 88 'input_state_lookup_win.h', |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 ['OS=="linux" and linux_use_tcmalloc==1', { | 286 ['OS=="linux" and linux_use_tcmalloc==1', { |
288 'dependencies': [ | 287 'dependencies': [ |
289 # See http://crbug.com/162998#c4 for why this is needed. | 288 # See http://crbug.com/162998#c4 for why this is needed. |
290 '../../base/allocator/allocator.gyp:allocator', | 289 '../../base/allocator/allocator.gyp:allocator', |
291 ], | 290 ], |
292 }], | 291 }], |
293 ], | 292 ], |
294 }, | 293 }, |
295 ], | 294 ], |
296 } | 295 } |
OLD | NEW |