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

Side by Side Diff: sky/tools/webkitpy/webgl/__init__.py

Issue 675343003: Prune a bunch of webkitpy. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/tools/webkitpy/w3c/test_parser_unittest.py ('k') | sky/tools/webkitpy/webgl/update_webgl_conformance_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698