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 '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 Loading... |
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 Loading... |
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 } |
OLD | NEW |