Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(770)

Side by Side Diff: Source/core/core.gypi

Issue 908453003: Blink changes to record interest rects for http://w3c.github.io/frame-timing/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update LayoutTests for new properties Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'svg/SVGTitleElement.idl', 413 'svg/SVGTitleElement.idl',
414 'svg/SVGTransform.idl', 414 'svg/SVGTransform.idl',
415 'svg/SVGTransformList.idl', 415 'svg/SVGTransformList.idl',
416 'svg/SVGUnitTypes.idl', 416 'svg/SVGUnitTypes.idl',
417 'svg/SVGUseElement.idl', 417 'svg/SVGUseElement.idl',
418 'svg/SVGViewElement.idl', 418 'svg/SVGViewElement.idl',
419 'svg/SVGViewSpec.idl', 419 'svg/SVGViewSpec.idl',
420 'svg/SVGZoomEvent.idl', 420 'svg/SVGZoomEvent.idl',
421 'timing/MemoryInfo.idl', 421 'timing/MemoryInfo.idl',
422 'timing/Performance.idl', 422 'timing/Performance.idl',
423 'timing/PerformanceCompositeTiming.idl',
423 'timing/PerformanceEntry.idl', 424 'timing/PerformanceEntry.idl',
424 'timing/PerformanceMark.idl', 425 'timing/PerformanceMark.idl',
425 'timing/PerformanceMeasure.idl', 426 'timing/PerformanceMeasure.idl',
426 'timing/PerformanceNavigation.idl', 427 'timing/PerformanceNavigation.idl',
428 'timing/PerformanceRenderTiming.idl',
427 'timing/PerformanceResourceTiming.idl', 429 'timing/PerformanceResourceTiming.idl',
428 'timing/PerformanceTiming.idl', 430 'timing/PerformanceTiming.idl',
429 'workers/Worker.idl', 431 'workers/Worker.idl',
430 'workers/WorkerConsole.idl', 432 'workers/WorkerConsole.idl',
431 'workers/WorkerLocation.idl', 433 'workers/WorkerLocation.idl',
432 'xml/DOMParser.idl', 434 'xml/DOMParser.idl',
433 'xml/XMLSerializer.idl', 435 'xml/XMLSerializer.idl',
434 'xml/XPathEvaluator.idl', 436 'xml/XPathEvaluator.idl',
435 'xml/XPathExpression.idl', 437 'xml/XPathExpression.idl',
436 'xml/XPathNSResolver.idl', 438 'xml/XPathNSResolver.idl',
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1989 'streams/Stream.cpp', 1991 'streams/Stream.cpp',
1990 'streams/Stream.h', 1992 'streams/Stream.h',
1991 'streams/UnderlyingSource.h', 1993 'streams/UnderlyingSource.h',
1992 'timing/ConsoleMemory.cpp', 1994 'timing/ConsoleMemory.cpp',
1993 'timing/ConsoleMemory.h', 1995 'timing/ConsoleMemory.h',
1994 'timing/DOMWindowPerformance.cpp', 1996 'timing/DOMWindowPerformance.cpp',
1995 'timing/DOMWindowPerformance.h', 1997 'timing/DOMWindowPerformance.h',
1996 'timing/MemoryInfo.cpp', 1998 'timing/MemoryInfo.cpp',
1997 'timing/Performance.cpp', 1999 'timing/Performance.cpp',
1998 'timing/Performance.h', 2000 'timing/Performance.h',
2001 'timing/PerformanceCompositeTiming.cpp',
2002 'timing/PerformanceCompositeTiming.h',
1999 'timing/PerformanceEntry.cpp', 2003 'timing/PerformanceEntry.cpp',
2000 'timing/PerformanceEntry.h', 2004 'timing/PerformanceEntry.h',
2001 'timing/PerformanceMark.h', 2005 'timing/PerformanceMark.h',
2002 'timing/PerformanceMeasure.h', 2006 'timing/PerformanceMeasure.h',
2003 'timing/PerformanceNavigation.cpp', 2007 'timing/PerformanceNavigation.cpp',
2004 'timing/PerformanceNavigation.h', 2008 'timing/PerformanceNavigation.h',
2009 'timing/PerformanceRenderTiming.cpp',
2010 'timing/PerformanceRenderTiming.h',
2005 'timing/PerformanceResourceTiming.cpp', 2011 'timing/PerformanceResourceTiming.cpp',
2006 'timing/PerformanceResourceTiming.h', 2012 'timing/PerformanceResourceTiming.h',
2007 'timing/PerformanceTiming.cpp', 2013 'timing/PerformanceTiming.cpp',
2008 'timing/PerformanceTiming.h', 2014 'timing/PerformanceTiming.h',
2009 'timing/PerformanceUserTiming.cpp', 2015 'timing/PerformanceUserTiming.cpp',
2010 'timing/PerformanceUserTiming.h', 2016 'timing/PerformanceUserTiming.h',
2011 'timing/ResourceTimingInfo.h', 2017 'timing/ResourceTimingInfo.h',
2012 'workers/AbstractWorker.cpp', 2018 'workers/AbstractWorker.cpp',
2013 'workers/AbstractWorker.h', 2019 'workers/AbstractWorker.h',
2014 'workers/DedicatedWorkerGlobalScope.cpp', 2020 'workers/DedicatedWorkerGlobalScope.cpp',
(...skipping 1877 matching lines...) Expand 10 before | Expand all | Expand 10 after
3892 'style/ComputedStyleTest.cpp', 3898 'style/ComputedStyleTest.cpp',
3893 'style/OutlineValueTest.cpp', 3899 'style/OutlineValueTest.cpp',
3894 'style/SVGComputedStyleTest.cpp', 3900 'style/SVGComputedStyleTest.cpp',
3895 'testing/PrivateScriptTestTest.cpp', 3901 'testing/PrivateScriptTestTest.cpp',
3896 'timing/MemoryInfoTest.cpp', 3902 'timing/MemoryInfoTest.cpp',
3897 'workers/WorkerThreadTest.cpp', 3903 'workers/WorkerThreadTest.cpp',
3898 'xml/parser/SharedBufferReaderTest.cpp', 3904 'xml/parser/SharedBufferReaderTest.cpp',
3899 ], 3905 ],
3900 } 3906 }
3901 } 3907 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698