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

Side by Side Diff: third_party/mesa/mesa.gyp

Issue 10704208: Some misc gyp fix-up for Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« chrome/chrome_tests.gypi ('K') | « ppapi/ppapi.gyp ('k') | 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 'variables': { 6 'variables': {
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['OS!="win"', { 10 ['OS!="win"', {
11 'defines': [ 11 'defines': [
12 # For talloc 12 # For talloc
13 'HAVE_VA_COPY', 13 'HAVE_VA_COPY',
14 ], 14 ],
15 }], 15 }],
16 ['OS!="mac"', { 16 ['OS!="mac"', {
17 'defines': [ 17 'defines': [
18 # For talloc 18 # For talloc
19 'HAVE_STRNLEN', 19 'HAVE_STRNLEN',
20 ], 20 ],
21 }], 21 }],
22 ['os_posix == 1 and OS != "mac"', { 22 ['os_posix == 1 and OS != "mac" and OS != "android"', {
23 'cflags': [ 23 'cflags': [
24 '-fPIC', 24 '-fPIC',
25 ], 25 ],
26 }], 26 }],
27 ], 27 ],
28 'defines': [ 28 'defines': [
29 # For Mesa 29 # For Mesa
30 'MAPI_GLAPI_CURRENT', 30 'MAPI_GLAPI_CURRENT',
31 ], 31 ],
32 }, 32 },
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'MesaLib/src/mesa/drivers/common/driverfuncs.c', 565 'MesaLib/src/mesa/drivers/common/driverfuncs.c',
566 'MesaLib/src/mesa/drivers/common/driverfuncs.h', 566 'MesaLib/src/mesa/drivers/common/driverfuncs.h',
567 'MesaLib/src/mesa/drivers/common/meta.c', 567 'MesaLib/src/mesa/drivers/common/meta.c',
568 'MesaLib/src/mesa/drivers/common/meta.h', 568 'MesaLib/src/mesa/drivers/common/meta.h',
569 'MesaLib/src/mesa/drivers/osmesa/osmesa.c', 569 'MesaLib/src/mesa/drivers/osmesa/osmesa.c',
570 'MesaLib/src/mesa/drivers/osmesa/osmesa.def', 570 'MesaLib/src/mesa/drivers/osmesa/osmesa.def',
571 ], 571 ],
572 }, 572 },
573 ], 573 ],
574 } 574 }
OLDNEW
« chrome/chrome_tests.gypi ('K') | « ppapi/ppapi.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698