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

Side by Side Diff: third_party/WebKit/Tools/Scripts/webkitpy/bindings/testdata/new_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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "FilePath": "Source/core/events/AnimationEvent.idl", 109 "FilePath": "Source/core/events/AnimationEvent.idl",
110 "Inherit": [ 110 "Inherit": [
111 { 111 {
112 "Name": "Event" 112 "Name": "Event"
113 } 113 }
114 ], 114 ],
115 "Name": "AnimationEvent", 115 "Name": "AnimationEvent",
116 "Operations": [] 116 "Operations": []
117 } 117 }
118 } 118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698