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

Unified Diff: third_party/WebKit/Tools/Scripts/generate-w3c-directory-owner-json

Issue 2627213003: Rename LayoutTests/imported/ -> LayoutTests/external/. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/generate-w3c-directory-owner-json
diff --git a/third_party/WebKit/Tools/Scripts/generate-w3c-directory-owner-json b/third_party/WebKit/Tools/Scripts/generate-w3c-directory-owner-json
index ae06a0ca3a52e192720f3ef530666ef27448fb9a..decda65daf4704447d3be637fd49c8773e25b9d8 100755
--- a/third_party/WebKit/Tools/Scripts/generate-w3c-directory-owner-json
+++ b/third_party/WebKit/Tools/Scripts/generate-w3c-directory-owner-json
@@ -39,7 +39,7 @@ def convert_csv_to_json(filename, output_filename=None, field_names=None, skip_k
with open(filename) as csv_file:
reader = csv.DictReader(csv_file, fieldnames=field_names)
for row in reader:
- if not row['directory'].startswith('imported'):
+ if not row['directory'].startswith('external'):
continue
if skip_keys:
for s in skip_keys:
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698