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