| 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 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1602 'inspector/DevToolsHost.cpp', | 1602 'inspector/DevToolsHost.cpp', |
| 1603 'inspector/DevToolsHost.h', | 1603 'inspector/DevToolsHost.h', |
| 1604 'inspector/EventListenerInfo.cpp', | 1604 'inspector/EventListenerInfo.cpp', |
| 1605 'inspector/EventListenerInfo.h', | 1605 'inspector/EventListenerInfo.h', |
| 1606 'inspector/IdentifiersFactory.cpp', | 1606 'inspector/IdentifiersFactory.cpp', |
| 1607 'inspector/IdentifiersFactory.h', | 1607 'inspector/IdentifiersFactory.h', |
| 1608 'inspector/InjectedScript.cpp', | 1608 'inspector/InjectedScript.cpp', |
| 1609 'inspector/InjectedScript.h', | 1609 'inspector/InjectedScript.h', |
| 1610 'inspector/InjectedScriptNative.cpp', | 1610 'inspector/InjectedScriptNative.cpp', |
| 1611 'inspector/InjectedScriptNative.h', | 1611 'inspector/InjectedScriptNative.h', |
| 1612 'inspector/InjectedScriptBase.cpp', | |
| 1613 'inspector/InjectedScriptBase.h', | |
| 1614 'inspector/InjectedScriptHost.cpp', | 1612 'inspector/InjectedScriptHost.cpp', |
| 1615 'inspector/InjectedScriptHost.h', | 1613 'inspector/InjectedScriptHost.h', |
| 1616 'inspector/InjectedScriptManager.cpp', | 1614 'inspector/InjectedScriptManager.cpp', |
| 1617 'inspector/InjectedScriptManager.h', | 1615 'inspector/InjectedScriptManager.h', |
| 1618 'inspector/InspectorAnimationAgent.cpp', | 1616 'inspector/InspectorAnimationAgent.cpp', |
| 1619 'inspector/InspectorAnimationAgent.h', | 1617 'inspector/InspectorAnimationAgent.h', |
| 1620 'inspector/InspectorApplicationCacheAgent.cpp', | 1618 'inspector/InspectorApplicationCacheAgent.cpp', |
| 1621 'inspector/InspectorApplicationCacheAgent.h', | 1619 'inspector/InspectorApplicationCacheAgent.h', |
| 1622 'inspector/InspectorBaseAgent.cpp', | 1620 'inspector/InspectorBaseAgent.cpp', |
| 1623 'inspector/InspectorCSSAgent.cpp', | 1621 'inspector/InspectorCSSAgent.cpp', |
| (...skipping 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3934 'style/ComputedStyleTest.cpp', | 3932 'style/ComputedStyleTest.cpp', |
| 3935 'style/OutlineValueTest.cpp', | 3933 'style/OutlineValueTest.cpp', |
| 3936 'style/SVGComputedStyleTest.cpp', | 3934 'style/SVGComputedStyleTest.cpp', |
| 3937 'testing/PrivateScriptTestTest.cpp', | 3935 'testing/PrivateScriptTestTest.cpp', |
| 3938 'timing/MemoryInfoTest.cpp', | 3936 'timing/MemoryInfoTest.cpp', |
| 3939 'workers/WorkerThreadTest.cpp', | 3937 'workers/WorkerThreadTest.cpp', |
| 3940 'xml/parser/SharedBufferReaderTest.cpp', | 3938 'xml/parser/SharedBufferReaderTest.cpp', |
| 3941 ], | 3939 ], |
| 3942 } | 3940 } |
| 3943 } | 3941 } |
| OLD | NEW |