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

Unified Diff: third_party/WebKit/LayoutTests/PRESUBMIT.py

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 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
« no previous file with comments | « third_party/WebKit/LayoutTests/LeakExpectations ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/PRESUBMIT.py
diff --git a/third_party/WebKit/LayoutTests/PRESUBMIT.py b/third_party/WebKit/LayoutTests/PRESUBMIT.py
index 815b34e120ef324ceddda848b5f81fd94639bae0..c1d2a806b6b525b12e8a98a551c015002ce0068c 100644
--- a/third_party/WebKit/LayoutTests/PRESUBMIT.py
+++ b/third_party/WebKit/LayoutTests/PRESUBMIT.py
@@ -64,6 +64,8 @@ def _CheckIdenticalFiles(input_api, output_api):
"""
dirty_files = set(input_api.LocalPaths())
+ # TODO(tkent): Remove vendor-prefix.js, testharnessreport.js, and
+ # WebIDLParser.js from |groups| after enabling WPTServe.
groups = [
('imported/wpt/common/vendor-prefix.js', 'resources/vendor-prefix.js'),
('imported/wpt/resources/idlharness.js', 'resources/idlharness.js'),
« no previous file with comments | « third_party/WebKit/LayoutTests/LeakExpectations ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698