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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'client/user_action_client.cc', | 68 'client/user_action_client.cc', |
69 'client/user_action_client.h', | 69 'client/user_action_client.h', |
70 'client/visibility_client.cc', | 70 'client/visibility_client.cc', |
71 'client/visibility_client.h', | 71 'client/visibility_client.h', |
72 'client/window_move_client.cc', | 72 'client/window_move_client.cc', |
73 'client/window_move_client.h', | 73 'client/window_move_client.h', |
74 'client/window_stacking_client.cc', | 74 'client/window_stacking_client.cc', |
75 'client/window_stacking_client.h', | 75 'client/window_stacking_client.h', |
76 'client/window_tree_client.cc', | 76 'client/window_tree_client.cc', |
77 'client/window_tree_client.h', | 77 'client/window_tree_client.h', |
78 'client/window_types.h', | |
79 'device_list_updater_aurax11.cc', | 78 'device_list_updater_aurax11.cc', |
80 'device_list_updater_aurax11.h', | 79 'device_list_updater_aurax11.h', |
81 'dispatcher_win.cc', | 80 'dispatcher_win.cc', |
82 'env.cc', | 81 'env.cc', |
83 'env.h', | 82 'env.h', |
84 'env_observer.h', | 83 'env_observer.h', |
85 'input_state_lookup.cc', | 84 'input_state_lookup.cc', |
86 'input_state_lookup.h', | 85 'input_state_lookup.h', |
87 'input_state_lookup_win.cc', | 86 'input_state_lookup_win.cc', |
88 'input_state_lookup_win.h', | 87 'input_state_lookup_win.h', |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 ['OS=="linux" and linux_use_tcmalloc==1', { | 280 ['OS=="linux" and linux_use_tcmalloc==1', { |
282 'dependencies': [ | 281 'dependencies': [ |
283 # See http://crbug.com/162998#c4 for why this is needed. | 282 # See http://crbug.com/162998#c4 for why this is needed. |
284 '../../base/allocator/allocator.gyp:allocator', | 283 '../../base/allocator/allocator.gyp:allocator', |
285 ], | 284 ], |
286 }], | 285 }], |
287 ], | 286 ], |
288 }, | 287 }, |
289 ], | 288 ], |
290 } | 289 } |
OLD | NEW |