Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1241443003: Add mesa dependency to target chrome. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698