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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'root_window_mac.h', | 94 'root_window_mac.h', |
95 'root_window_mac.mm', | 95 'root_window_mac.mm', |
96 'root_window_transformer.h', | 96 'root_window_transformer.h', |
97 'root_window_view_mac.h', | 97 'root_window_view_mac.h', |
98 'root_window_view_mac.mm', | 98 'root_window_view_mac.mm', |
99 'root_window.cc', | 99 'root_window.cc', |
100 'root_window.h', | 100 'root_window.h', |
101 'window.cc', | 101 'window.cc', |
102 'window.h', | 102 'window.h', |
103 'window_delegate.h', | 103 'window_delegate.h', |
104 'window_destruction_observer.cc', | |
105 'window_destruction_observer.h', | |
106 'window_observer.h', | 104 'window_observer.h', |
107 'window_tracker.cc', | 105 'window_tracker.cc', |
108 'window_tracker.h', | 106 'window_tracker.h', |
109 ], | 107 ], |
110 'conditions': [ | 108 'conditions': [ |
111 ['OS=="mac"', { | 109 ['OS=="mac"', { |
112 'sources/': [ | 110 'sources/': [ |
113 ['exclude', 'client/dispatcher_client.cc'], | 111 ['exclude', 'client/dispatcher_client.cc'], |
114 ['exclude', 'client/dispatcher_client.h'], | 112 ['exclude', 'client/dispatcher_client.h'], |
115 ], | 113 ], |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 ['OS=="linux" and linux_use_tcmalloc==1', { | 291 ['OS=="linux" and linux_use_tcmalloc==1', { |
294 'dependencies': [ | 292 'dependencies': [ |
295 # See http://crbug.com/162998#c4 for why this is needed. | 293 # See http://crbug.com/162998#c4 for why this is needed. |
296 '../../base/allocator/allocator.gyp:allocator', | 294 '../../base/allocator/allocator.gyp:allocator', |
297 ], | 295 ], |
298 }], | 296 }], |
299 ], | 297 ], |
300 }, | 298 }, |
301 ], | 299 ], |
302 } | 300 } |
OLD | NEW |