| 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 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2023 'timing/PerformanceNavigation.cpp', | 2023 'timing/PerformanceNavigation.cpp', |
| 2024 'timing/PerformanceNavigation.h', | 2024 'timing/PerformanceNavigation.h', |
| 2025 'timing/PerformanceRenderTiming.cpp', | 2025 'timing/PerformanceRenderTiming.cpp', |
| 2026 'timing/PerformanceRenderTiming.h', | 2026 'timing/PerformanceRenderTiming.h', |
| 2027 'timing/PerformanceResourceTiming.cpp', | 2027 'timing/PerformanceResourceTiming.cpp', |
| 2028 'timing/PerformanceResourceTiming.h', | 2028 'timing/PerformanceResourceTiming.h', |
| 2029 'timing/PerformanceTiming.cpp', | 2029 'timing/PerformanceTiming.cpp', |
| 2030 'timing/PerformanceTiming.h', | 2030 'timing/PerformanceTiming.h', |
| 2031 'timing/PerformanceUserTiming.cpp', | 2031 'timing/PerformanceUserTiming.cpp', |
| 2032 'timing/PerformanceUserTiming.h', | 2032 'timing/PerformanceUserTiming.h', |
| 2033 'timing/ResourceTimingInfo.h', | |
| 2034 'timing/SharedWorkerPerformance.cpp', | 2033 'timing/SharedWorkerPerformance.cpp', |
| 2035 'timing/WorkerGlobalScopePerformance.cpp', | 2034 'timing/WorkerGlobalScopePerformance.cpp', |
| 2036 'timing/WorkerGlobalScopePerformance.h', | 2035 'timing/WorkerGlobalScopePerformance.h', |
| 2037 'timing/WorkerPerformance.cpp', | 2036 'timing/WorkerPerformance.cpp', |
| 2038 'timing/WorkerPerformance.h', | 2037 'timing/WorkerPerformance.h', |
| 2039 'workers/AbstractWorker.cpp', | 2038 'workers/AbstractWorker.cpp', |
| 2040 'workers/AbstractWorker.h', | 2039 'workers/AbstractWorker.h', |
| 2041 'workers/DedicatedWorkerGlobalScope.cpp', | 2040 'workers/DedicatedWorkerGlobalScope.cpp', |
| 2042 'workers/DedicatedWorkerGlobalScope.h', | 2041 'workers/DedicatedWorkerGlobalScope.h', |
| 2043 'workers/DedicatedWorkerMessagingProxy.cpp', | 2042 'workers/DedicatedWorkerMessagingProxy.cpp', |
| (...skipping 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3953 'style/OutlineValueTest.cpp', | 3952 'style/OutlineValueTest.cpp', |
| 3954 'style/SVGComputedStyleTest.cpp', | 3953 'style/SVGComputedStyleTest.cpp', |
| 3955 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3954 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3956 'testing/PrivateScriptTestTest.cpp', | 3955 'testing/PrivateScriptTestTest.cpp', |
| 3957 'timing/MemoryInfoTest.cpp', | 3956 'timing/MemoryInfoTest.cpp', |
| 3958 'workers/WorkerThreadTest.cpp', | 3957 'workers/WorkerThreadTest.cpp', |
| 3959 'xml/parser/SharedBufferReaderTest.cpp', | 3958 'xml/parser/SharedBufferReaderTest.cpp', |
| 3960 ], | 3959 ], |
| 3961 } | 3960 } |
| 3962 } | 3961 } |
| OLD | NEW |