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

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

Issue 112023010: Make EventHandler::ActiveIntervalTimer mockable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Naming change Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 3237 matching lines...) Expand 10 before | Expand all | Expand 10 after
3248 'fetch/RawResourceTest.cpp', 3248 'fetch/RawResourceTest.cpp',
3249 'fetch/ResourceFetcherTest.cpp', 3249 'fetch/ResourceFetcherTest.cpp',
3250 'html/HTMLDimensionTest.cpp', 3250 'html/HTMLDimensionTest.cpp',
3251 'html/LinkRelAttributeTest.cpp', 3251 'html/LinkRelAttributeTest.cpp',
3252 'html/TimeRangesTest.cpp', 3252 'html/TimeRangesTest.cpp',
3253 'html/track/vtt/BufferedLineReaderTest.cpp', 3253 'html/track/vtt/BufferedLineReaderTest.cpp',
3254 'html/track/vtt/VTTScannerTest.cpp', 3254 'html/track/vtt/VTTScannerTest.cpp',
3255 'frame/ImageBitmapTest.cpp', 3255 'frame/ImageBitmapTest.cpp',
3256 'rendering/RenderOverflowTest.cpp', 3256 'rendering/RenderOverflowTest.cpp',
3257 'rendering/shapes/BoxShapeTest.cpp', 3257 'rendering/shapes/BoxShapeTest.cpp',
3258 'testing/TimerTest.cpp',
3258 'testing/UnitTestHelpers.h', 3259 'testing/UnitTestHelpers.h',
3259 'testing/UnitTestHelpers.cpp', 3260 'testing/UnitTestHelpers.cpp',
3260 ], 3261 ],
3261 } 3262 }
3262 } 3263 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/touch/gesture/gesture-tap-hover-clear.html ('k') | Source/core/page/EventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698