| 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 2423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2434 'dom/NonDocumentTypeChildNode.h', | 2434 'dom/NonDocumentTypeChildNode.h', |
| 2435 'dom/NonElementParentNode.h', | 2435 'dom/NonElementParentNode.h', |
| 2436 'dom/NthIndexCache.cpp', | 2436 'dom/NthIndexCache.cpp', |
| 2437 'dom/NthIndexCache.h', | 2437 'dom/NthIndexCache.h', |
| 2438 'dom/ParentNode.h', | 2438 'dom/ParentNode.h', |
| 2439 'dom/PendingScript.cpp', | 2439 'dom/PendingScript.cpp', |
| 2440 'dom/PresentationAttributeStyle.cpp', | 2440 'dom/PresentationAttributeStyle.cpp', |
| 2441 'dom/PresentationAttributeStyle.h', | 2441 'dom/PresentationAttributeStyle.h', |
| 2442 'dom/ProcessingInstruction.cpp', | 2442 'dom/ProcessingInstruction.cpp', |
| 2443 'dom/ProcessingInstruction.h', | 2443 'dom/ProcessingInstruction.h', |
| 2444 'dom/ProxiedPropertyCounts.cpp', |
| 2445 'dom/ProxiedPropertyCounts.h', |
| 2444 'dom/PseudoElement.cpp', | 2446 'dom/PseudoElement.cpp', |
| 2445 'dom/QualifiedName.cpp', | 2447 'dom/QualifiedName.cpp', |
| 2446 'dom/Range.cpp', | 2448 'dom/Range.cpp', |
| 2447 'dom/RawDataDocumentParser.h', | 2449 'dom/RawDataDocumentParser.h', |
| 2448 'dom/RemoteSecurityContext.cpp', | 2450 'dom/RemoteSecurityContext.cpp', |
| 2449 'dom/RemoteSecurityContext.h', | 2451 'dom/RemoteSecurityContext.h', |
| 2450 'dom/SandboxFlags.cpp', | 2452 'dom/SandboxFlags.cpp', |
| 2451 'dom/SandboxFlags.h', | 2453 'dom/SandboxFlags.h', |
| 2452 'dom/ScopedWindowFocusAllowedIndicator.h', | 2454 'dom/ScopedWindowFocusAllowedIndicator.h', |
| 2453 'dom/ScriptLoader.cpp', | 2455 'dom/ScriptLoader.cpp', |
| (...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3918 'style/SVGComputedStyleTest.cpp', | 3920 'style/SVGComputedStyleTest.cpp', |
| 3919 'svg/SVGPathParserTest.cpp', | 3921 'svg/SVGPathParserTest.cpp', |
| 3920 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3922 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3921 'testing/PrivateScriptTestTest.cpp', | 3923 'testing/PrivateScriptTestTest.cpp', |
| 3922 'timing/MemoryInfoTest.cpp', | 3924 'timing/MemoryInfoTest.cpp', |
| 3923 'workers/WorkerThreadTest.cpp', | 3925 'workers/WorkerThreadTest.cpp', |
| 3924 'xml/parser/SharedBufferReaderTest.cpp', | 3926 'xml/parser/SharedBufferReaderTest.cpp', |
| 3925 ], | 3927 ], |
| 3926 } | 3928 } |
| 3927 } | 3929 } |
| OLD | NEW |