| 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 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1994 'streams/Stream.cpp', | 1994 'streams/Stream.cpp', |
| 1995 'streams/Stream.h', | 1995 'streams/Stream.h', |
| 1996 'streams/UnderlyingSource.h', | 1996 'streams/UnderlyingSource.h', |
| 1997 'timing/ConsoleMemory.cpp', | 1997 'timing/ConsoleMemory.cpp', |
| 1998 'timing/ConsoleMemory.h', | 1998 'timing/ConsoleMemory.h', |
| 1999 'timing/DOMWindowPerformance.cpp', | 1999 'timing/DOMWindowPerformance.cpp', |
| 2000 'timing/DOMWindowPerformance.h', | 2000 'timing/DOMWindowPerformance.h', |
| 2001 'timing/MemoryInfo.cpp', | 2001 'timing/MemoryInfo.cpp', |
| 2002 'timing/Performance.cpp', | 2002 'timing/Performance.cpp', |
| 2003 'timing/Performance.h', | 2003 'timing/Performance.h', |
| 2004 'timing/PerformanceBase.cpp', |
| 2005 'timing/PerformanceBase.h', |
| 2004 'timing/PerformanceCompositeTiming.cpp', | 2006 'timing/PerformanceCompositeTiming.cpp', |
| 2005 'timing/PerformanceCompositeTiming.h', | 2007 'timing/PerformanceCompositeTiming.h', |
| 2006 'timing/PerformanceEntry.cpp', | 2008 'timing/PerformanceEntry.cpp', |
| 2007 'timing/PerformanceEntry.h', | 2009 'timing/PerformanceEntry.h', |
| 2008 'timing/PerformanceMark.h', | 2010 'timing/PerformanceMark.h', |
| 2009 'timing/PerformanceMeasure.h', | 2011 'timing/PerformanceMeasure.h', |
| 2010 'timing/PerformanceNavigation.cpp', | 2012 'timing/PerformanceNavigation.cpp', |
| 2011 'timing/PerformanceNavigation.h', | 2013 'timing/PerformanceNavigation.h', |
| 2012 'timing/PerformanceRenderTiming.cpp', | 2014 'timing/PerformanceRenderTiming.cpp', |
| 2013 'timing/PerformanceRenderTiming.h', | 2015 'timing/PerformanceRenderTiming.h', |
| (...skipping 1906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3920 'style/ComputedStyleTest.cpp', | 3922 'style/ComputedStyleTest.cpp', |
| 3921 'style/OutlineValueTest.cpp', | 3923 'style/OutlineValueTest.cpp', |
| 3922 'style/SVGComputedStyleTest.cpp', | 3924 'style/SVGComputedStyleTest.cpp', |
| 3923 'testing/PrivateScriptTestTest.cpp', | 3925 'testing/PrivateScriptTestTest.cpp', |
| 3924 'timing/MemoryInfoTest.cpp', | 3926 'timing/MemoryInfoTest.cpp', |
| 3925 'workers/WorkerThreadTest.cpp', | 3927 'workers/WorkerThreadTest.cpp', |
| 3926 'xml/parser/SharedBufferReaderTest.cpp', | 3928 'xml/parser/SharedBufferReaderTest.cpp', |
| 3927 ], | 3929 ], |
| 3928 } | 3930 } |
| 3929 } | 3931 } |
| OLD | NEW |