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

Side by Side Diff: third_party/WebKit/Tools/Scripts/webkitpy/webgl/__init__.py

Issue 2890663002: Remove update-webgl-conformance-tests. (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Required for Python to search this directory for module files
2 # This directory houses Python modules that do not yet have a proper home.
3 #
4 # Some of the Python modules in this directory aren't really part of webkitpy
5 # in the sense that they're not classes that are meant to be used as part of
6 # the webkitpy library. Instead, they're a bunch of helper code for individual
7 # scripts in in Tools/Scripts.
8 #
9 # Really, all this code should either be refactored or moved somewhere else,
10 # hence the somewhat lame name for this directory.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698