| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'core_generated.gypi', | 3 'core_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
| 7 'core_idl_files': [ | 7 'core_idl_files': [ |
| 8 'animation/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 2432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2443 'dom/NonDocumentTypeChildNode.h', | 2443 'dom/NonDocumentTypeChildNode.h', |
| 2444 'dom/NonElementParentNode.h', | 2444 'dom/NonElementParentNode.h', |
| 2445 'dom/NthIndexCache.cpp', | 2445 'dom/NthIndexCache.cpp', |
| 2446 'dom/NthIndexCache.h', | 2446 'dom/NthIndexCache.h', |
| 2447 'dom/ParentNode.h', | 2447 'dom/ParentNode.h', |
| 2448 'dom/PendingScript.cpp', | 2448 'dom/PendingScript.cpp', |
| 2449 'dom/PresentationAttributeStyle.cpp', | 2449 'dom/PresentationAttributeStyle.cpp', |
| 2450 'dom/PresentationAttributeStyle.h', | 2450 'dom/PresentationAttributeStyle.h', |
| 2451 'dom/ProcessingInstruction.cpp', | 2451 'dom/ProcessingInstruction.cpp', |
| 2452 'dom/ProcessingInstruction.h', | 2452 'dom/ProcessingInstruction.h', |
| 2453 'dom/ProxiedPropertyCounts.cpp', |
| 2454 'dom/ProxiedPropertyCounts.h', |
| 2453 'dom/PseudoElement.cpp', | 2455 'dom/PseudoElement.cpp', |
| 2454 'dom/QualifiedName.cpp', | 2456 'dom/QualifiedName.cpp', |
| 2455 'dom/Range.cpp', | 2457 'dom/Range.cpp', |
| 2456 'dom/RawDataDocumentParser.h', | 2458 'dom/RawDataDocumentParser.h', |
| 2457 'dom/RemoteSecurityContext.cpp', | 2459 'dom/RemoteSecurityContext.cpp', |
| 2458 'dom/RemoteSecurityContext.h', | 2460 'dom/RemoteSecurityContext.h', |
| 2459 'dom/SandboxFlags.cpp', | 2461 'dom/SandboxFlags.cpp', |
| 2460 'dom/SandboxFlags.h', | 2462 'dom/SandboxFlags.h', |
| 2461 'dom/ScopedWindowFocusAllowedIndicator.h', | 2463 'dom/ScopedWindowFocusAllowedIndicator.h', |
| 2462 'dom/ScriptLoader.cpp', | 2464 'dom/ScriptLoader.cpp', |
| (...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3933 'style/SVGComputedStyleTest.cpp', | 3935 'style/SVGComputedStyleTest.cpp', |
| 3934 'svg/SVGPathParserTest.cpp', | 3936 'svg/SVGPathParserTest.cpp', |
| 3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3937 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3936 'testing/PrivateScriptTestTest.cpp', | 3938 'testing/PrivateScriptTestTest.cpp', |
| 3937 'timing/MemoryInfoTest.cpp', | 3939 'timing/MemoryInfoTest.cpp', |
| 3938 'workers/WorkerThreadTest.cpp', | 3940 'workers/WorkerThreadTest.cpp', |
| 3939 'xml/parser/SharedBufferReaderTest.cpp', | 3941 'xml/parser/SharedBufferReaderTest.cpp', |
| 3940 ], | 3942 ], |
| 3941 } | 3943 } |
| 3942 } | 3944 } |
| OLD | NEW |