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 30 matching lines...) Expand all Loading... |
41 'client/default_capture_client.cc', | 41 'client/default_capture_client.cc', |
42 'client/default_capture_client.h', | 42 'client/default_capture_client.h', |
43 'client/event_client.cc', | 43 'client/event_client.cc', |
44 'client/event_client.h', | 44 'client/event_client.h', |
45 'client/focus_change_observer.cc', | 45 'client/focus_change_observer.cc', |
46 'client/focus_change_observer.h', | 46 'client/focus_change_observer.h', |
47 'client/focus_client.cc', | 47 'client/focus_client.cc', |
48 'client/focus_client.h', | 48 'client/focus_client.h', |
49 'client/screen_position_client.cc', | 49 'client/screen_position_client.cc', |
50 'client/screen_position_client.h', | 50 'client/screen_position_client.h', |
| 51 'client/virtual_keyboard_client.cc', |
| 52 'client/virtual_keyboard_client.h', |
| 53 'client/virtual_keyboard_observer.h', |
51 'client/visibility_client.cc', | 54 'client/visibility_client.cc', |
52 'client/visibility_client.h', | 55 'client/visibility_client.h', |
53 'client/window_stacking_client.cc', | 56 'client/window_stacking_client.cc', |
54 'client/window_stacking_client.h', | 57 'client/window_stacking_client.h', |
55 'client/window_tree_client.cc', | 58 'client/window_tree_client.cc', |
56 'client/window_tree_client.h', | 59 'client/window_tree_client.h', |
57 'device_list_updater_aurax11.cc', | 60 'device_list_updater_aurax11.cc', |
58 'device_list_updater_aurax11.h', | 61 'device_list_updater_aurax11.h', |
59 'env.cc', | 62 'env.cc', |
60 'env.h', | 63 'env.h', |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 ['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 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { |
281 'dependencies': [ | 284 'dependencies': [ |
282 # See http://crbug.com/162998#c4 for why this is needed. | 285 # See http://crbug.com/162998#c4 for why this is needed. |
283 '../../base/allocator/allocator.gyp:allocator', | 286 '../../base/allocator/allocator.gyp:allocator', |
284 ], | 287 ], |
285 }], | 288 }], |
286 ], | 289 ], |
287 }, | 290 }, |
288 ], | 291 ], |
289 } | 292 } |
OLD | NEW |