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

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

Issue 478153002: mesa: Don't build mapi.h / mapi.c (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « third_party/mesa/BUILD.gn ('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 'generated_src_dir': 'src/chromium_gensrc', 7 'generated_src_dir': 'src/chromium_gensrc',
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'defines': [ 10 'defines': [
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'clang_warning_flags_unset': [ 276 'clang_warning_flags_unset': [
277 # Don't warn about string->bool used in asserts. 277 # Don't warn about string->bool used in asserts.
278 '-Wstring-conversion', 278 '-Wstring-conversion',
279 ], 279 ],
280 }, 280 },
281 'sources': [ 281 'sources': [
282 '<(generated_src_dir)/mesa/builtin_function.cpp', 282 '<(generated_src_dir)/mesa/builtin_function.cpp',
283 '<(generated_src_dir)/mesa/glapi_mapi_tmp_shared.h', 283 '<(generated_src_dir)/mesa/glapi_mapi_tmp_shared.h',
284 'src/src/mapi/mapi/entry.c', 284 'src/src/mapi/mapi/entry.c',
285 'src/src/mapi/mapi/entry.h', 285 'src/src/mapi/mapi/entry.h',
286 'src/src/mapi/mapi/mapi.c',
287 'src/src/mapi/mapi/mapi.h',
288 'src/src/mapi/mapi/mapi_glapi.c', 286 'src/src/mapi/mapi/mapi_glapi.c',
289 'src/src/mapi/mapi/stub.c', 287 'src/src/mapi/mapi/stub.c',
290 'src/src/mapi/mapi/stub.h', 288 'src/src/mapi/mapi/stub.h',
291 'src/src/mapi/mapi/table.c', 289 'src/src/mapi/mapi/table.c',
292 'src/src/mapi/mapi/table.h', 290 'src/src/mapi/mapi/table.h',
293 'src/src/mapi/mapi/u_current.c', 291 'src/src/mapi/mapi/u_current.c',
294 'src/src/mapi/mapi/u_current.h', 292 'src/src/mapi/mapi/u_current.h',
295 'src/src/mapi/mapi/u_execmem.c', 293 'src/src/mapi/mapi/u_execmem.c',
296 'src/src/mapi/mapi/u_execmem.h', 294 'src/src/mapi/mapi/u_execmem.h',
297 'src/src/mesa/main/accum.c', 295 'src/src/mesa/main/accum.c',
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 '<(PRODUCT_DIR)/libosmesa.so', 729 '<(PRODUCT_DIR)/libosmesa.so',
732 '<(SHARED_LIB_DIR)/libosmesa.so', 730 '<(SHARED_LIB_DIR)/libosmesa.so',
733 ], 731 ],
734 }, 732 },
735 ], 733 ],
736 }, 734 },
737 ], 735 ],
738 }], 736 }],
739 ], 737 ],
740 } 738 }
OLDNEW
« no previous file with comments | « third_party/mesa/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698