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

Unified Diff: build/shim_headers.gypi

Issue 11693007: Linux: use generated shim headers for system mesa. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for windows Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | third_party/khronos/khronos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/shim_headers.gypi
diff --git a/build/shim_headers.gypi b/build/shim_headers.gypi
index f53d7abeffc144f9133b37df8fdadc14a965c60c..8cdbaaf893e3b5203dbd9ed1cd3c1e4c54ed5fee 100644
--- a/build/shim_headers.gypi
+++ b/build/shim_headers.gypi
@@ -11,11 +11,12 @@
{
'variables': {
'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_target_name)/<(_toolset)',
+ 'shim_generator_additional_args%': [],
},
'include_dirs+++': [
'<(shim_headers_path)',
],
- 'direct_dependent_settings': {
+ 'all_dependent_settings': {
'include_dirs++++': [
'<(shim_headers_path)',
],
@@ -27,6 +28,7 @@
'generator_args': [
'--headers-root', '<(headers_root_path)',
'--output-directory', '<(shim_headers_path)',
+ '<@(shim_generator_additional_args)',
'<@(header_filenames)',
],
},
« no previous file with comments | « build/common.gypi ('k') | third_party/khronos/khronos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698