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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'input_state_lookup.h', | 87 'input_state_lookup.h', |
88 'input_state_lookup_win.cc', | 88 'input_state_lookup_win.cc', |
89 'input_state_lookup_win.h', | 89 'input_state_lookup_win.h', |
90 'layout_manager.cc', | 90 'layout_manager.cc', |
91 'layout_manager.h', | 91 'layout_manager.h', |
92 'remote_window_tree_host_win.cc', | 92 'remote_window_tree_host_win.cc', |
93 'remote_window_tree_host_win.h', | 93 'remote_window_tree_host_win.h', |
94 'root_window_transformer.h', | 94 'root_window_transformer.h', |
95 'scoped_window_targeter.cc', | 95 'scoped_window_targeter.cc', |
96 'scoped_window_targeter.h', | 96 'scoped_window_targeter.h', |
| 97 'touch_ctm.h', |
| 98 'touch_ctm.cc', |
97 'window.cc', | 99 'window.cc', |
98 'window.h', | 100 'window.h', |
99 'window_event_dispatcher.cc', | 101 'window_event_dispatcher.cc', |
100 'window_event_dispatcher.h', | 102 'window_event_dispatcher.h', |
101 'window_delegate.h', | 103 'window_delegate.h', |
102 'window_layer_type.h', | 104 'window_layer_type.h', |
103 'window_observer.h', | 105 'window_observer.h', |
104 'window_targeter.cc', | 106 'window_targeter.cc', |
105 'window_targeter.h', | 107 'window_targeter.h', |
106 'window_tracker.cc', | 108 'window_tracker.cc', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 ['OS=="linux" and linux_use_tcmalloc==1', { | 285 ['OS=="linux" and linux_use_tcmalloc==1', { |
284 'dependencies': [ | 286 'dependencies': [ |
285 # See http://crbug.com/162998#c4 for why this is needed. | 287 # See http://crbug.com/162998#c4 for why this is needed. |
286 '../../base/allocator/allocator.gyp:allocator', | 288 '../../base/allocator/allocator.gyp:allocator', |
287 ], | 289 ], |
288 }], | 290 }], |
289 ], | 291 ], |
290 }, | 292 }, |
291 ], | 293 ], |
292 } | 294 } |
OLD | NEW |