Commit 2f3ba210 by Geoff Lang

Rename translator to shader_translator and remove redundant projects.

The essl_to_hlsl and essl_to_glsl projects were exactly the same so it doesn't make sense to keep both. BUG=angleproject:981 Change-Id: Ibf034a71e94ba5002f9c40ac87720bf0de74ae18 Reviewed-on: https://chromium-review.googlesource.com/266872Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarBrandon Jones <bajones@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 413fd933
......@@ -6,12 +6,12 @@
'targets':
[
{
'target_name': 'essl_to_glsl',
'target_name': 'shader_translator',
'type': 'executable',
'includes': [ '../build/common_defines.gypi', ],
'dependencies': [ '../src/angle.gyp:translator_static', ],
'include_dirs': [ '../include', ],
'sources': [ '<!@(python <(angle_path)/enumerate_files.py translator -types *.cpp *.h)' ],
'sources': [ 'shader_translator/shader_translator.cpp' ],
},
],
'conditions':
......@@ -21,22 +21,6 @@
'targets':
[
{
'target_name': 'essl_to_hlsl',
'type': 'executable',
'includes': [ '../build/common_defines.gypi', ],
'dependencies': [ '../src/angle.gyp:translator_static', ],
'include_dirs':
[
'../include',
'../src',
],
'sources':
[
'<!@(python <(angle_path)/enumerate_files.py translator -types *.cpp *.h)',
],
},
{
'target_name': 'sample_util',
'type': 'static_library',
'includes': [ '../build/common_defines.gypi', ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment