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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 'env.h', | 82 'env.h', |
83 'env_observer.h', | 83 'env_observer.h', |
84 'input_state_lookup.cc', | 84 'input_state_lookup.cc', |
85 'input_state_lookup.h', | 85 'input_state_lookup.h', |
86 'input_state_lookup_win.cc', | 86 'input_state_lookup_win.cc', |
87 'input_state_lookup_win.h', | 87 'input_state_lookup_win.h', |
88 'layout_manager.cc', | 88 'layout_manager.cc', |
89 'layout_manager.h', | 89 'layout_manager.h', |
90 'remote_root_window_host_win.cc', | 90 'remote_root_window_host_win.cc', |
91 'remote_root_window_host_win.h', | 91 'remote_root_window_host_win.h', |
| 92 'root_window_host_mac.mm', |
| 93 'root_window_host_mac.h', |
92 'root_window_host_ozone.cc', | 94 'root_window_host_ozone.cc', |
93 'root_window_host_ozone.h', | 95 'root_window_host_ozone.h', |
94 'root_window_host_win.cc', | 96 'root_window_host_win.cc', |
95 'root_window_host_win.h', | 97 'root_window_host_win.h', |
96 'root_window_host_x11.cc', | 98 'root_window_host_x11.cc', |
97 'root_window_host_x11.h', | 99 'root_window_host_x11.h', |
98 'root_window_transformer.h', | 100 'root_window_transformer.h', |
99 'root_window.cc', | 101 'root_window.cc', |
100 'root_window.h', | 102 'root_window.h', |
101 'window.cc', | 103 'window.cc', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 ['OS=="linux" and linux_use_tcmalloc==1', { | 280 ['OS=="linux" and linux_use_tcmalloc==1', { |
279 'dependencies': [ | 281 'dependencies': [ |
280 # See http://crbug.com/162998#c4 for why this is needed. | 282 # See http://crbug.com/162998#c4 for why this is needed. |
281 '../../base/allocator/allocator.gyp:allocator', | 283 '../../base/allocator/allocator.gyp:allocator', |
282 ], | 284 ], |
283 }], | 285 }], |
284 ], | 286 ], |
285 }, | 287 }, |
286 ], | 288 ], |
287 } | 289 } |
OLD | NEW |