diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-05 20:44:38 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-05 20:44:38 +0000 |
commit | d56139322a2a4dad7d59d92a6e7ad352aa933ca2 (patch) | |
tree | f500b9a3862615d4781ef5cb372456fe2a03331b /tools/checklicenses | |
parent | aa3bf78d08afb11f14de72890fae1fe143221a7b (diff) | |
download | chromium_src-d56139322a2a4dad7d59d92a6e7ad352aa933ca2.zip chromium_src-d56139322a2a4dad7d59d92a6e7ad352aa933ca2.tar.gz chromium_src-d56139322a2a4dad7d59d92a6e7ad352aa933ca2.tar.bz2 |
Deleted third_party/gles2_book based demos.
They get broken all the time because nobody builds them. These demos were originally added to manually exercise command-buffer. Most of these have already been replaced by gl_tests and gles2 conformance tests.
Note that I am only deleting the gles2_book demos in this patch. I intend to delete the demo framework as well. But I will do it in a subsequent patch so that it is easier to resurrect the framework if needed.
BUG=98130
TBR=apatrick@chromium.org, phajdan.jr@chromium.org
Review URL: https://codereview.chromium.org/21998003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 9c27256..b3493c1 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -213,9 +213,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/freetype2': [ # http://crbug.com/177319 'UNKNOWN', ], - 'third_party/gles2_book': [ # http://crbug.com/98130 - 'UNKNOWN', - ], 'third_party/gles2_conform/GTF_ES': [ # http://crbug.com/98131 'UNKNOWN', ], |