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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json

Issue 2480143002: wptserve: Don't use copies of testharnessreport.js and vendor-prefix.js. (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json
index 1fcd20a020128052b604b27e0fd7209cf8dfdb92..f017f038ba7412920cf18c9bda2b7dc0337d9447 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json
@@ -22,6 +22,14 @@
{
"url-path": "/wpt_automation/",
"local-dir": "../../../../../../LayoutTests/imported/wpt_automation"
+ },
+ {
+ "url-path": "/resources/testharnessreport.js",
+ "local-dir": "../../../../../../LayoutTests/resources"
+ },
+ {
+ "url-path": "/common/vendor-prefix.js",
+ "local-dir": "../../../../../../LayoutTests/resources"
}
]
}
« no previous file with comments | « third_party/WebKit/LayoutTests/PRESUBMIT.py ('k') | third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698