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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 'remote_window_tree_host_win.cc', | 66 'remote_window_tree_host_win.cc', |
67 'remote_window_tree_host_win.h', | 67 'remote_window_tree_host_win.h', |
68 'scoped_window_targeter.cc', | 68 'scoped_window_targeter.cc', |
69 'scoped_window_targeter.h', | 69 'scoped_window_targeter.h', |
70 'window.cc', | 70 'window.cc', |
71 'window.h', | 71 'window.h', |
72 'window_event_dispatcher.cc', | 72 'window_event_dispatcher.cc', |
73 'window_event_dispatcher.h', | 73 'window_event_dispatcher.h', |
74 'window_delegate.h', | 74 'window_delegate.h', |
75 'window_layer_type.h', | 75 'window_layer_type.h', |
| 76 'window_observer.cc', |
76 'window_observer.h', | 77 'window_observer.h', |
77 'window_targeter.cc', | 78 'window_targeter.cc', |
78 'window_targeter.h', | 79 'window_targeter.h', |
79 'window_tracker.cc', | 80 'window_tracker.cc', |
80 'window_tracker.h', | 81 'window_tracker.h', |
81 'window_tree_host.cc', | 82 'window_tree_host.cc', |
82 'window_tree_host.h', | 83 'window_tree_host.h', |
83 'window_tree_host_mac.mm', | 84 'window_tree_host_mac.mm', |
84 'window_tree_host_mac.h', | 85 'window_tree_host_mac.h', |
85 'window_tree_host_observer.h', | 86 'window_tree_host_observer.h', |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { | 292 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc
malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { |
292 'dependencies': [ | 293 'dependencies': [ |
293 # See http://crbug.com/162998#c4 for why this is needed. | 294 # See http://crbug.com/162998#c4 for why this is needed. |
294 '../../base/allocator/allocator.gyp:allocator', | 295 '../../base/allocator/allocator.gyp:allocator', |
295 ], | 296 ], |
296 }], | 297 }], |
297 ], | 298 ], |
298 }, | 299 }, |
299 ], | 300 ], |
300 } | 301 } |
OLD | NEW |