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

Unified Diff: third_party/WebKit/Source/bindings/scripts/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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/scripts/testdata/new_blink_idls.json
diff --git a/third_party/WebKit/Source/bindings/scripts/testdata/new_blink_idls.json b/third_party/WebKit/Source/bindings/scripts/testdata/new_blink_idls.json
deleted file mode 100644
index db7b02df254b46b012b76ef4a2f84abddb79e3df..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/bindings/scripts/testdata/new_blink_idls.json
+++ /dev/null
@@ -1,118 +0,0 @@
-{
- "ANGLEInstancedArrays": {
- "Attributes": [
- {
- "ExtAttributes": [],
- "Name": "timing",
- "Readonly": true,
- "Static": false,
- "Type": "AnimationEffectTiming"
- },
- {
- "ExtAttributes": [
- {
- "Name": "maxChannelCount"
- }
- ],
- "Name": "computedTiming",
- "Readonly": true,
- "Static": false,
- "Type": "ComputedTimingProperties"
- }
- ],
- "Consts": [
- {
- "ExtAttributes": [],
- "Name": "VERTEX_ATTRIB_ARRAY_DIVISOR",
- "Type": "unsigned long",
- "Value": "0x88FE"
- }
- ],
- "ExtAttributes": [],
- "FilePath": "Source/modules/webgl/ANGLEInstancedArrays.idl",
- "Inherit": [],
- "Name": "ANGLEInstancedArrays",
- "Operations": [
- {
- "Arguments": [
- {
- "Name": "mode",
- "Type": "unsigned long"
- }
- ],
- "ExtAttributes": [],
- "Name": "drawArraysInstancedANGLE",
- "Static": false,
- "Type": "void"
- },
- {
- "Arguments": [
- {
- "Name": "mode",
- "Type": "unsigned long"
- }
- ],
- "ExtAttributes": [],
- "Name": "drawElementsInstancedANGLE",
- "Static": false,
- "Type": "void"
- }
- ]
- },
- "AbstractWorker": {
- "Attributes": [
- {
- "ExtAttributes": [],
- "Name": "onerror",
- "Readonly": false,
- "Static": false,
- "Type": "EventHandler"
- }
- ],
- "Consts": [],
- "ExtAttributes": [
- {
- "Name": "onerror"
- }
- ],
- "FilePath": "Source/core/workers/AbstractWorker.idl",
- "Inherit": [],
- "Name": "AbstractWorker",
- "Operations": []
- },
- "AnimationEvent": {
- "Attributes": [
- {
- "ExtAttributes": [],
- "Name": "animationName",
- "Readonly": true,
- "Static": false,
- "Type": "DOMString"
- },
- {
- "ExtAttributes": [],
- "Name": "elapsedTime",
- "Readonly": true,
- "Static": false,
- "Type": "double"
- }
- ],
- "Consts": [],
- "ExtAttributes": [
- {
- "Name": "animationName"
- },
- {
- "Name": "elapsedTime"
- }
- ],
- "FilePath": "Source/core/events/AnimationEvent.idl",
- "Inherit": [
- {
- "Name": "Event"
- }
- ],
- "Name": "AnimationEvent",
- "Operations": []
- }
-}

Powered by Google App Engine
This is Rietveld 408576698