Commit a9ca4ac5 by Zhenyao Mo

Remove duplicated translator_glsl target.

BUG= TEST= R=kbr@chromium.org Review URL: https://codereview.appspot.com/14409043
parent 19b932a6
...@@ -181,30 +181,6 @@ ...@@ -181,30 +181,6 @@
}], }],
], ],
}, },
# TODO(zmo): once we rid the webkit dependency to tranlator_glsl,
# we can get rid of this translator_glsl.
{
'target_name': 'translator_glsl',
'type': '<(component)',
'dependencies': ['preprocessor'],
'include_dirs': [
'.',
'../include',
],
'defines': [
'ANGLE_TRANSLATOR_IMPLEMENTATION',
],
'sources': ['<@(translator_sources)'],
# TODO(jschuh): http://crbug.com/167187 size_t -> int
'msvs_disabled_warnings': [ 4267 ],
'conditions': [
['OS=="win"', {
'sources': ['compiler/ossource_win.cpp'],
}, { # else: posix
'sources': ['compiler/ossource_posix.cpp'],
}],
],
},
{ {
'target_name': 'translator_static', 'target_name': 'translator_static',
'type': 'static_library', 'type': 'static_library',
......
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