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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/bindings/generate_idl_diff.py

Issue 2169673003: Move bindings tooling scripts to Tools/Scripts/webkitpy/bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@change-test
Patch Set: Move test Created 4 years, 5 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
Index: third_party/WebKit/Tools/Scripts/webkitpy/bindings/generate_idl_diff.py
diff --git a/third_party/WebKit/Source/bindings/scripts/generate_idl_diff.py b/third_party/WebKit/Tools/Scripts/webkitpy/bindings/generate_idl_diff.py
similarity index 99%
rename from third_party/WebKit/Source/bindings/scripts/generate_idl_diff.py
rename to third_party/WebKit/Tools/Scripts/webkitpy/bindings/generate_idl_diff.py
index ae98695aa495fcc8895202d8f49a22d7aa9aeed7..95debaffbaac535a75cf3ddf5d605a87f590d74e 100755
--- a/third_party/WebKit/Source/bindings/scripts/generate_idl_diff.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/bindings/generate_idl_diff.py
@@ -12,10 +12,9 @@ Usage: generate_idl_diff.py old_file.json new_file.json diff_file.json
"""
import json
-import os
import sys
-
+# pylint: disable=W0105
"""Data structure of input files of this script.
The format of the json files is as follows. Each json file contains multiple
"interface"s. Each "interface" contains 'ExtAttributes', 'Consts', 'Attributes'

Powered by Google App Engine
This is Rietveld 408576698