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

Unified Diff: third_party/mesa/mesa_gensrc.gypi

Issue 612523002: Roll mesa 457812d9:9731cb9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BUILD.gn and mesa_gensrc.gypi changes Created 6 years, 3 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 | « third_party/mesa/mesa.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/mesa_gensrc.gypi
diff --git a/third_party/mesa/mesa_gensrc.gypi b/third_party/mesa/mesa_gensrc.gypi
index 8b4b225a4c7ce4194dd3289d3e1c0d2090cf559d..f35c23e0031aac7d6c123d8324dc2888bf0a8543 100644
--- a/third_party/mesa/mesa_gensrc.gypi
+++ b/third_party/mesa/mesa_gensrc.gypi
@@ -585,28 +585,6 @@
'message': "Generating indirect_size.c ...",
},
{
- 'action_name': 'api_exec_es1_c',
- 'inputs': [
- '<@(xmlfiles)',
- 'redirectoutput.py',
- 'src/src/mesa/main/es_generator.py',
- ],
- 'outputs': [
- '<(generated_src_dir)/mesa/api_exec_es1.c',
- ],
- 'action': [
- 'python',
- 'redirectoutput.py',
- '<(generated_src_dir)/mesa/api_exec_es1.c',
- 'src/src/mesa/main/es_generator.py',
- '-S',
- 'src/src/mesa/main/APIspec.xml',
- '-V',
- 'GLES1.1',
- ],
- 'message': "Generating api_exec_es1.c ...",
- },
- {
'action_name': 'git_sha1_h',
'inputs': [
],
« no previous file with comments | « third_party/mesa/mesa.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698