| 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 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1997 'streams/Stream.cpp', | 1997 'streams/Stream.cpp', |
| 1998 'streams/Stream.h', | 1998 'streams/Stream.h', |
| 1999 'streams/UnderlyingSource.h', | 1999 'streams/UnderlyingSource.h', |
| 2000 'timing/ConsoleMemory.cpp', | 2000 'timing/ConsoleMemory.cpp', |
| 2001 'timing/ConsoleMemory.h', | 2001 'timing/ConsoleMemory.h', |
| 2002 'timing/DOMWindowPerformance.cpp', | 2002 'timing/DOMWindowPerformance.cpp', |
| 2003 'timing/DOMWindowPerformance.h', | 2003 'timing/DOMWindowPerformance.h', |
| 2004 'timing/MemoryInfo.cpp', | 2004 'timing/MemoryInfo.cpp', |
| 2005 'timing/Performance.cpp', | 2005 'timing/Performance.cpp', |
| 2006 'timing/Performance.h', | 2006 'timing/Performance.h', |
| 2007 'timing/PerformanceBase.cpp', |
| 2008 'timing/PerformanceBase.h', |
| 2007 'timing/PerformanceCompositeTiming.cpp', | 2009 'timing/PerformanceCompositeTiming.cpp', |
| 2008 'timing/PerformanceCompositeTiming.h', | 2010 'timing/PerformanceCompositeTiming.h', |
| 2009 'timing/PerformanceEntry.cpp', | 2011 'timing/PerformanceEntry.cpp', |
| 2010 'timing/PerformanceEntry.h', | 2012 'timing/PerformanceEntry.h', |
| 2011 'timing/PerformanceMark.h', | 2013 'timing/PerformanceMark.h', |
| 2012 'timing/PerformanceMeasure.h', | 2014 'timing/PerformanceMeasure.h', |
| 2013 'timing/PerformanceNavigation.cpp', | 2015 'timing/PerformanceNavigation.cpp', |
| 2014 'timing/PerformanceNavigation.h', | 2016 'timing/PerformanceNavigation.h', |
| 2015 'timing/PerformanceRenderTiming.cpp', | 2017 'timing/PerformanceRenderTiming.cpp', |
| 2016 'timing/PerformanceRenderTiming.h', | 2018 'timing/PerformanceRenderTiming.h', |
| (...skipping 1915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3932 'style/ComputedStyleTest.cpp', | 3934 'style/ComputedStyleTest.cpp', |
| 3933 'style/OutlineValueTest.cpp', | 3935 'style/OutlineValueTest.cpp', |
| 3934 'style/SVGComputedStyleTest.cpp', | 3936 'style/SVGComputedStyleTest.cpp', |
| 3935 'testing/PrivateScriptTestTest.cpp', | 3937 'testing/PrivateScriptTestTest.cpp', |
| 3936 'timing/MemoryInfoTest.cpp', | 3938 'timing/MemoryInfoTest.cpp', |
| 3937 'workers/WorkerThreadTest.cpp', | 3939 'workers/WorkerThreadTest.cpp', |
| 3938 'xml/parser/SharedBufferReaderTest.cpp', | 3940 'xml/parser/SharedBufferReaderTest.cpp', |
| 3939 ], | 3941 ], |
| 3940 } | 3942 } |
| 3941 } | 3943 } |
| OLD | NEW |