| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'window_event_dispatcher.h', | 100 'window_event_dispatcher.h', |
| 101 'window_delegate.h', | 101 'window_delegate.h', |
| 102 'window_layer_type.h', | 102 'window_layer_type.h', |
| 103 'window_observer.h', | 103 'window_observer.h', |
| 104 'window_targeter.cc', | 104 'window_targeter.cc', |
| 105 'window_targeter.h', | 105 'window_targeter.h', |
| 106 'window_tracker.cc', | 106 'window_tracker.cc', |
| 107 'window_tracker.h', | 107 'window_tracker.h', |
| 108 'window_tree_host.cc', | 108 'window_tree_host.cc', |
| 109 'window_tree_host.h', | 109 'window_tree_host.h', |
| 110 'window_tree_host_delegate.h', |
| 110 'window_tree_host_mac.mm', | 111 'window_tree_host_mac.mm', |
| 111 'window_tree_host_mac.h', | 112 'window_tree_host_mac.h', |
| 112 'window_tree_host_observer.h', | 113 'window_tree_host_observer.h', |
| 113 'window_tree_host_ozone.cc', | 114 'window_tree_host_ozone.cc', |
| 114 'window_tree_host_ozone.h', | 115 'window_tree_host_ozone.h', |
| 115 'window_tree_host_win.cc', | 116 'window_tree_host_win.cc', |
| 116 'window_tree_host_win.h', | 117 'window_tree_host_win.h', |
| 117 'window_tree_host_x11.cc', | 118 'window_tree_host_x11.cc', |
| 118 'window_tree_host_x11.h', | 119 'window_tree_host_x11.h', |
| 119 ], | 120 ], |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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))', { | 285 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { |
| 285 'dependencies': [ | 286 'dependencies': [ |
| 286 # See http://crbug.com/162998#c4 for why this is needed. | 287 # See http://crbug.com/162998#c4 for why this is needed. |
| 287 '../../base/allocator/allocator.gyp:allocator', | 288 '../../base/allocator/allocator.gyp:allocator', |
| 288 ], | 289 ], |
| 289 }], | 290 }], |
| 290 ], | 291 ], |
| 291 }, | 292 }, |
| 292 ], | 293 ], |
| 293 } | 294 } |
| OLD | NEW |