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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 'root_window_host_mac.h', | 86 'root_window_host_mac.h', |
87 'root_window_host_mac.mm', | 87 'root_window_host_mac.mm', |
88 'root_window_host_win.cc', | 88 'root_window_host_win.cc', |
89 'root_window_host_win.h', | 89 'root_window_host_win.h', |
90 'root_window_mac.h', | 90 'root_window_mac.h', |
91 'root_window_mac.mm', | 91 'root_window_mac.mm', |
92 'root_window_view_mac.h', | 92 'root_window_view_mac.h', |
93 'root_window_view_mac.mm', | 93 'root_window_view_mac.mm', |
94 'root_window.cc', | 94 'root_window.cc', |
95 'root_window.h', | 95 'root_window.h', |
96 'ui_controls_win.cc', | |
97 'ui_controls_x11.cc', | |
98 'window.cc', | 96 'window.cc', |
99 'window.h', | 97 'window.h', |
100 'window_delegate.h', | 98 'window_delegate.h', |
101 'window_observer.h', | 99 'window_observer.h', |
102 'window_tracker.cc', | 100 'window_tracker.cc', |
103 'window_tracker.h', | 101 'window_tracker.h', |
104 ], | 102 ], |
105 'conditions': [ | 103 'conditions': [ |
106 ['OS=="mac"', { | 104 ['OS=="mac"', { |
107 'sources/': [ | 105 'sources/': [ |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 # osmesa GL implementation is used on linux. | 271 # osmesa GL implementation is used on linux. |
274 ['OS=="linux"', { | 272 ['OS=="linux"', { |
275 'dependencies': [ | 273 'dependencies': [ |
276 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 274 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
277 ], | 275 ], |
278 }], | 276 }], |
279 ], | 277 ], |
280 }, | 278 }, |
281 ], | 279 ], |
282 } | 280 } |
OLD | NEW |