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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'event_filter.h', | 81 'event_filter.h', |
82 'focus_change_observer.h', | 82 'focus_change_observer.h', |
83 'focus_manager.cc', | 83 'focus_manager.cc', |
84 'focus_manager.h', | 84 'focus_manager.h', |
85 'layout_manager.cc', | 85 'layout_manager.cc', |
86 'layout_manager.h', | 86 'layout_manager.h', |
87 'display_change_observer_x11.cc', | 87 'display_change_observer_x11.cc', |
88 'display_change_observer_x11.h', | 88 'display_change_observer_x11.h', |
89 'display_manager.cc', | 89 'display_manager.cc', |
90 'display_manager.h', | 90 'display_manager.h', |
| 91 'remote_root_window_host_win.cc', |
| 92 'remote_root_window_host_win.h', |
91 'root_window_host.h', | 93 'root_window_host.h', |
92 'root_window_host_delegate.h', | 94 'root_window_host_delegate.h', |
93 'root_window_host_linux.cc', | 95 'root_window_host_linux.cc', |
94 'root_window_host_linux.h', | 96 'root_window_host_linux.h', |
95 'root_window_host_mac.h', | 97 'root_window_host_mac.h', |
96 'root_window_host_mac.mm', | 98 'root_window_host_mac.mm', |
97 'root_window_host_win.cc', | 99 'root_window_host_win.cc', |
98 'root_window_host_win.h', | 100 'root_window_host_win.h', |
99 'root_window_mac.h', | 101 'root_window_mac.h', |
100 'root_window_mac.mm', | 102 'root_window_mac.mm', |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 # osmesa GL implementation is used on linux. | 288 # osmesa GL implementation is used on linux. |
287 ['OS=="linux"', { | 289 ['OS=="linux"', { |
288 'dependencies': [ | 290 'dependencies': [ |
289 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 291 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
290 ], | 292 ], |
291 }], | 293 }], |
292 ], | 294 ], |
293 }, | 295 }, |
294 ], | 296 ], |
295 } | 297 } |
OLD | NEW |