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

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

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « third_party/mesa/BUILD.gn ('k') | third_party/protobuf/BUILD.gn » ('j') | 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 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 4005, 4018, 4065, 4090, 4099, 4291, 4345, 4267, 693 4005, 4018, 4065, 4090, 4099, 4291, 4345, 4267,
694 ], 694 ],
695 'sources': [ 695 'sources': [
696 'src/src/mesa/drivers/common/driverfuncs.c', 696 'src/src/mesa/drivers/common/driverfuncs.c',
697 'src/src/mesa/drivers/common/driverfuncs.h', 697 'src/src/mesa/drivers/common/driverfuncs.h',
698 'src/src/mesa/drivers/common/meta.c', 698 'src/src/mesa/drivers/common/meta.c',
699 'src/src/mesa/drivers/common/meta.h', 699 'src/src/mesa/drivers/common/meta.h',
700 'src/src/mesa/drivers/osmesa/osmesa.c', 700 'src/src/mesa/drivers/osmesa/osmesa.c',
701 'src/src/mesa/drivers/osmesa/osmesa.def', 701 'src/src/mesa/drivers/osmesa/osmesa.def',
702 ], 702 ],
703 'variables': {
704 'clang_warning_flags_unset': [
705 # Don't warn about string->bool used in asserts.
706 '-Wstring-conversion',
707 ],
708 },
703 }, 709 },
704 ], 710 ],
705 'conditions': [ 711 'conditions': [
706 ['OS=="android"', { 712 ['OS=="android"', {
707 'targets': [ 713 'targets': [
708 { 714 {
709 # Copies libosmesa.so to the out/$BUILDTYPE/lib/ directory so that 715 # Copies libosmesa.so to the out/$BUILDTYPE/lib/ directory so that
710 # the write_ordered_libraries.py script won't assume it to be a 716 # the write_ordered_libraries.py script won't assume it to be a
711 # system library. This will cause the library to be stripped allowing 717 # system library. This will cause the library to be stripped allowing
712 # targets to embed it in the to-be-generated APK. 718 # targets to embed it in the to-be-generated APK.
(...skipping 12 matching lines...) Expand all
725 '<(PRODUCT_DIR)/libosmesa.so', 731 '<(PRODUCT_DIR)/libosmesa.so',
726 '<(SHARED_LIB_DIR)/libosmesa.so', 732 '<(SHARED_LIB_DIR)/libosmesa.so',
727 ], 733 ],
728 }, 734 },
729 ], 735 ],
730 }, 736 },
731 ], 737 ],
732 }], 738 }],
733 ], 739 ],
734 } 740 }
OLDNEW
« no previous file with comments | « third_party/mesa/BUILD.gn ('k') | third_party/protobuf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698