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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py

Issue 2810063002: Stop skipping dot files in wpt-import. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/resources/webidl2/.travis.yml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py
index 616219366308b08ac7f1a2e351fc82f7d8a109a7..6b865bf52e57ddfb2dc93d8d7bdb441654b87bbb 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py
@@ -127,12 +127,6 @@ class TestCopier(object):
continue
# FIXME: This block should really be a separate function, but the early-continues make that difficult.
- # TODO(qyearsley): Remove the below block.
- if filename != '.gitignore' and (filename.startswith('.') or filename.endswith('.pl')):
- _log.debug('Skipping: %s', path_full)
- _log.debug(' Reason: Hidden files and perl scripts are not necessary.')
- continue
-
if filename == 'OWNERS' or filename == 'reftest.list':
# See http://crbug.com/584660 and http://crbug.com/582838.
_log.debug('Skipping: %s', path_full)
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/resources/webidl2/.travis.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698