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

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: Rebase 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..8c6848a845808e4658d028c860daac8ac46eb78b 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
@@ -9,6 +9,7 @@ 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/19 17:50:08 (can be removed)
jeffcarp 2016/12/19 21:19:20 Oops thanks, I think that was a rebase error on my
CHROMIUM_WPT_DIR = 'third_party/WebKit/LayoutTests/imported/wpt/'

Powered by Google App Engine
This is Rietveld 408576698