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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 'layout_manager.h', | 90 'layout_manager.h', |
91 'remote_window_tree_host_win.cc', | 91 'remote_window_tree_host_win.cc', |
92 'remote_window_tree_host_win.h', | 92 'remote_window_tree_host_win.h', |
93 'scoped_window_targeter.cc', | 93 'scoped_window_targeter.cc', |
94 'scoped_window_targeter.h', | 94 'scoped_window_targeter.h', |
95 'window.cc', | 95 'window.cc', |
96 'window.h', | 96 'window.h', |
97 'window_delegate.h', | 97 'window_delegate.h', |
98 'window_event_dispatcher.cc', | 98 'window_event_dispatcher.cc', |
99 'window_event_dispatcher.h', | 99 'window_event_dispatcher.h', |
100 'window_layer_type.h', | |
101 'window_observer.cc', | 100 'window_observer.cc', |
102 'window_observer.h', | 101 'window_observer.h', |
103 'window_targeter.cc', | 102 'window_targeter.cc', |
104 'window_targeter.h', | 103 'window_targeter.h', |
105 'window_tracker.cc', | 104 'window_tracker.cc', |
106 'window_tracker.h', | 105 'window_tracker.h', |
107 'window_tree_host.cc', | 106 'window_tree_host.cc', |
108 'window_tree_host.h', | 107 'window_tree_host.h', |
109 'window_tree_host_mac.h', | 108 'window_tree_host_mac.h', |
110 'window_tree_host_mac.mm', | 109 'window_tree_host_mac.mm', |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 ['OS=="linux" and use_allocator!="none"', { | 308 ['OS=="linux" and use_allocator!="none"', { |
310 'dependencies': [ | 309 'dependencies': [ |
311 # See http://crbug.com/162998#c4 for why this is needed. | 310 # See http://crbug.com/162998#c4 for why this is needed. |
312 '../../base/allocator/allocator.gyp:allocator', | 311 '../../base/allocator/allocator.gyp:allocator', |
313 ], | 312 ], |
314 }], | 313 }], |
315 ], | 314 ], |
316 }, | 315 }, |
317 ], | 316 ], |
318 } | 317 } |
OLD | NEW |