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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 'client/focus_client.cc', | 61 'client/focus_client.cc', |
62 'client/focus_client.h', | 62 'client/focus_client.h', |
63 'client/scoped_tooltip_disabler.cc', | 63 'client/scoped_tooltip_disabler.cc', |
64 'client/scoped_tooltip_disabler.h', | 64 'client/scoped_tooltip_disabler.h', |
65 'client/screen_position_client.cc', | 65 'client/screen_position_client.cc', |
66 'client/screen_position_client.h', | 66 'client/screen_position_client.h', |
67 'client/tooltip_client.cc', | 67 'client/tooltip_client.cc', |
68 'client/tooltip_client.h', | 68 'client/tooltip_client.h', |
69 'client/transient_window_client.cc', | 69 'client/transient_window_client.cc', |
70 'client/transient_window_client.h', | 70 'client/transient_window_client.h', |
| 71 'client/user_action_client.cc', |
| 72 'client/user_action_client.h', |
71 'client/visibility_client.cc', | 73 'client/visibility_client.cc', |
72 'client/visibility_client.h', | 74 'client/visibility_client.h', |
73 'client/window_move_client.cc', | 75 'client/window_move_client.cc', |
74 'client/window_move_client.h', | 76 'client/window_move_client.h', |
75 'client/window_stacking_client.cc', | 77 'client/window_stacking_client.cc', |
76 'client/window_stacking_client.h', | 78 'client/window_stacking_client.h', |
77 'client/window_tree_client.cc', | 79 'client/window_tree_client.cc', |
78 'client/window_tree_client.h', | 80 'client/window_tree_client.h', |
79 'device_list_updater_aurax11.cc', | 81 'device_list_updater_aurax11.cc', |
80 'device_list_updater_aurax11.h', | 82 'device_list_updater_aurax11.h', |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { | 284 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { |
283 'dependencies': [ | 285 'dependencies': [ |
284 # See http://crbug.com/162998#c4 for why this is needed. | 286 # See http://crbug.com/162998#c4 for why this is needed. |
285 '../../base/allocator/allocator.gyp:allocator', | 287 '../../base/allocator/allocator.gyp:allocator', |
286 ], | 288 ], |
287 }], | 289 }], |
288 ], | 290 ], |
289 }, | 291 }, |
290 ], | 292 ], |
291 } | 293 } |
OLD | NEW |