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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 'window_event_dispatcher.h', | 98 'window_event_dispatcher.h', |
99 'window_delegate.h', | 99 'window_delegate.h', |
100 'window_layer_type.h', | 100 'window_layer_type.h', |
101 'window_observer.h', | 101 'window_observer.h', |
102 'window_targeter.cc', | 102 'window_targeter.cc', |
103 'window_targeter.h', | 103 'window_targeter.h', |
104 'window_tracker.cc', | 104 'window_tracker.cc', |
105 'window_tracker.h', | 105 'window_tracker.h', |
106 'window_tree_host.cc', | 106 'window_tree_host.cc', |
107 'window_tree_host.h', | 107 'window_tree_host.h', |
108 'window_tree_host_delegate.h', | |
109 'window_tree_host_mac.mm', | 108 'window_tree_host_mac.mm', |
110 'window_tree_host_mac.h', | 109 'window_tree_host_mac.h', |
111 'window_tree_host_observer.h', | 110 'window_tree_host_observer.h', |
112 'window_tree_host_ozone.cc', | 111 'window_tree_host_ozone.cc', |
113 'window_tree_host_ozone.h', | 112 'window_tree_host_ozone.h', |
114 'window_tree_host_win.cc', | 113 'window_tree_host_win.cc', |
115 'window_tree_host_win.h', | 114 'window_tree_host_win.h', |
116 'window_tree_host_x11.cc', | 115 'window_tree_host_x11.cc', |
117 'window_tree_host_x11.h', | 116 'window_tree_host_x11.h', |
118 ], | 117 ], |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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))', { | 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 'dependencies': [ | 283 'dependencies': [ |
285 # See http://crbug.com/162998#c4 for why this is needed. | 284 # See http://crbug.com/162998#c4 for why this is needed. |
286 '../../base/allocator/allocator.gyp:allocator', | 285 '../../base/allocator/allocator.gyp:allocator', |
287 ], | 286 ], |
288 }], | 287 }], |
289 ], | 288 ], |
290 }, | 289 }, |
291 ], | 290 ], |
292 } | 291 } |
OLD | NEW |