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

Side by Side Diff: third_party/WebKit/Tools/Scripts/webkitpy/bindings/testdata/old_blink_idls.json

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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "ANGLEInstancedArrays": { 2 "ANGLEInstancedArrays": {
3 "Attributes": [ 3 "Attributes": [
4 { 4 {
5 "ExtAttributes": [], 5 "ExtAttributes": [],
6 "Name": "timing", 6 "Name": "timing",
7 "Readonly": true, 7 "Readonly": true,
8 "Static": false, 8 "Static": false,
9 "Type": "AnimationEffectTiming" 9 "Type": "AnimationEffectTiming"
10 }, 10 },
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 { 101 {
102 "Name": "computedTiming" 102 "Name": "computedTiming"
103 } 103 }
104 ], 104 ],
105 "FilePath": "Source/core/animation/AnimationEffectReadOnly.idl", 105 "FilePath": "Source/core/animation/AnimationEffectReadOnly.idl",
106 "Inherit": [], 106 "Inherit": [],
107 "Name": "AnimationEffectReadOnly", 107 "Name": "AnimationEffectReadOnly",
108 "Operations": [] 108 "Operations": []
109 } 109 }
110 } 110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698