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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'chrome', | 8 'target_name': 'chrome', |
9 'type': 'none', | 9 'type': 'none', |
10 'dependencies': [ 'chrome_initial', ], | 10 'dependencies': [ |
| 11 'chrome_initial', |
| 12 '../third_party/mesa/mesa.gyp:osmesa', |
| 13 ], |
11 'conditions': [ | 14 'conditions': [ |
12 ['OS=="linux" and clang_type_profiler==1', { | 15 ['OS=="linux" and clang_type_profiler==1', { |
13 'dependencies!': [ | 16 'dependencies!': [ |
14 '<(DEPTH)/base/allocator/allocator.gyp:type_profiler', | 17 '<(DEPTH)/base/allocator/allocator.gyp:type_profiler', |
15 ], | 18 ], |
16 }], | 19 }], |
17 ['OS == "win"', { | 20 ['OS == "win"', { |
18 'actions': [ | 21 'actions': [ |
19 { | 22 { |
20 'variables': { | 23 'variables': { |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 'dependencies': [ | 667 'dependencies': [ |
665 'chrome_nacl_win64', | 668 'chrome_nacl_win64', |
666 ], | 669 ], |
667 }], | 670 }], |
668 ], | 671 ], |
669 }, | 672 }, |
670 ], | 673 ], |
671 }], | 674 }], |
672 ], | 675 ], |
673 } | 676 } |
OLD | NEW |