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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/webgl/__init__.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/webgl/__init__.py b/third_party/WebKit/Tools/Scripts/webkitpy/webgl/__init__.py
deleted file mode 100644
index c0528b7833309227dc0ec89f800471dc7674d224..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Tools/Scripts/webkitpy/webgl/__init__.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# Required for Python to search this directory for module files
-# This directory houses Python modules that do not yet have a proper home.
-#
-# Some of the Python modules in this directory aren't really part of webkitpy
-# in the sense that they're not classes that are meant to be used as part of
-# the webkitpy library. Instead, they're a bunch of helper code for individual
-# scripts in in Tools/Scripts.
-#
-# Really, all this code should either be refactored or moved somewhere else,
-# hence the somewhat lame name for this directory.

Powered by Google App Engine
This is Rietveld 408576698