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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 # osmesa GL implementation is used on linux. | 128 # osmesa GL implementation is used on linux. |
129 ['OS=="linux"', { | 129 ['OS=="linux"', { |
130 'dependencies': [ | 130 'dependencies': [ |
131 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 131 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
132 ], | 132 ], |
133 }], | 133 }], |
134 ], | 134 ], |
135 }, | 135 }, |
136 ], | 136 ], |
137 } | 137 } |
OLD | NEW |