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

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

Issue 2576353003: Change ChromiumCommit.format_patch to use a filtered list of files (Closed)
Patch Set: Address CL feedback Created 4 years 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/w3c/test_exporter.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
index 4700f29bd9d8d955969bf80d4b6da4ff8303e039..a3231e4ed41692080932111570c3528ca86a63a7 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
@@ -9,7 +9,6 @@ from webkitpy.w3c.chromium_commit import ChromiumCommit
from webkitpy.w3c.deps_updater import DepsUpdater
_log = logging.getLogger(__name__)
-
CHROMIUM_WPT_DIR = 'third_party/WebKit/LayoutTests/imported/wpt/'
qyearsley 2016/12/21 00:24:46 Optionally, no need to remove this line; this file
jeffcarp 2016/12/21 19:12:52 Done

Powered by Google App Engine
This is Rietveld 408576698