Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
angle
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
angle
Commits
a9ca4ac5
Commit
a9ca4ac5
authored
Oct 04, 2013
by
Zhenyao Mo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicated translator_glsl target.
BUG= TEST= R=kbr@chromium.org Review URL:
https://codereview.appspot.com/14409043
parent
19b932a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
build_angle.gypi
src/build_angle.gypi
+0
-24
No files found.
src/build_angle.gypi
View file @
a9ca4ac5
...
@@ -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',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment