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

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

Issue 1257343003: [LoaderTest] Add unit tests for Document/WorkerThreadableLoader (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase, Created 4 years, 9 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 3996 matching lines...) Expand 10 before | Expand all | Expand 10 after
4007 'layout/PaginationTest.cpp', 4007 'layout/PaginationTest.cpp',
4008 'layout/PaintContainmentTest.cpp', 4008 'layout/PaintContainmentTest.cpp',
4009 'layout/ScrollAnchorTest.cpp', 4009 'layout/ScrollAnchorTest.cpp',
4010 'layout/compositing/CompositedLayerMappingTest.cpp', 4010 'layout/compositing/CompositedLayerMappingTest.cpp',
4011 'layout/shapes/BoxShapeTest.cpp', 4011 'layout/shapes/BoxShapeTest.cpp',
4012 'loader/DocumentLoadTimingTest.cpp', 4012 'loader/DocumentLoadTimingTest.cpp',
4013 'loader/FrameFetchContextTest.cpp', 4013 'loader/FrameFetchContextTest.cpp',
4014 'loader/LinkHeaderTest.cpp', 4014 'loader/LinkHeaderTest.cpp',
4015 'loader/LinkLoaderTest.cpp', 4015 'loader/LinkLoaderTest.cpp',
4016 'loader/MixedContentCheckerTest.cpp', 4016 'loader/MixedContentCheckerTest.cpp',
4017 'loader/ThreadableLoaderTest.cpp',
4017 'origin_trials/OriginTrialContextTest.cpp', 4018 'origin_trials/OriginTrialContextTest.cpp',
4018 'page/ChromeClientTest.cpp', 4019 'page/ChromeClientTest.cpp',
4019 'page/ContextMenuControllerTest.cpp', 4020 'page/ContextMenuControllerTest.cpp',
4020 'page/EventSourceParserTest.cpp', 4021 'page/EventSourceParserTest.cpp',
4021 'page/NetworkStateNotifierTest.cpp', 4022 'page/NetworkStateNotifierTest.cpp',
4022 'page/PagePopupClientTest.cpp', 4023 'page/PagePopupClientTest.cpp',
4023 'page/PrintContextTest.cpp', 4024 'page/PrintContextTest.cpp',
4024 'page/WindowFeaturesTest.cpp', 4025 'page/WindowFeaturesTest.cpp',
4025 'page/scrolling/ScrollStateTest.cpp', 4026 'page/scrolling/ScrollStateTest.cpp',
4026 'paint/LayerClipRecorderTest.cpp', 4027 'paint/LayerClipRecorderTest.cpp',
4027 'paint/LayoutObjectDrawingRecorderTest.cpp', 4028 'paint/LayoutObjectDrawingRecorderTest.cpp',
4028 'paint/NinePieceImageGridTest.cpp', 4029 'paint/NinePieceImageGridTest.cpp',
4029 'paint/PaintControllerPaintTest.cpp', 4030 'paint/PaintControllerPaintTest.cpp',
4030 'paint/PaintControllerPaintTest.h', 4031 'paint/PaintControllerPaintTest.h',
4031 'paint/PaintInfoTest.cpp', 4032 'paint/PaintInfoTest.cpp',
4032 'paint/PaintLayerPainterTest.cpp', 4033 'paint/PaintLayerPainterTest.cpp',
4033 'paint/PaintPropertyTreeBuilderTest.cpp', 4034 'paint/PaintPropertyTreeBuilderTest.cpp',
4034 'paint/TableCellPainterTest.cpp', 4035 'paint/TableCellPainterTest.cpp',
4035 'paint/TextPainterTest.cpp', 4036 'paint/TextPainterTest.cpp',
4036 'streams/ReadableStreamReaderTest.cpp', 4037 'streams/ReadableStreamReaderTest.cpp',
4037 'streams/ReadableStreamTest.cpp', 4038 'streams/ReadableStreamTest.cpp',
4038 'style/ComputedStyleTest.cpp', 4039 'style/ComputedStyleTest.cpp',
4039 'style/OutlineValueTest.cpp', 4040 'style/OutlineValueTest.cpp',
4040 'style/SVGComputedStyleTest.cpp', 4041 'style/SVGComputedStyleTest.cpp',
4041 'svg/SVGPathParserTest.cpp', 4042 'svg/SVGPathParserTest.cpp',
4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4043 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4043 'testing/PrivateScriptTestTest.cpp', 4044 'testing/PrivateScriptTestTest.cpp',
4044 'timing/MemoryInfoTest.cpp', 4045 'timing/MemoryInfoTest.cpp',
4045 'workers/WorkerThreadTest.cpp', 4046 'workers/WorkerThreadTest.cpp',
4047 'workers/WorkerThreadTestHelper.h',
4046 'xml/parser/SharedBufferReaderTest.cpp', 4048 'xml/parser/SharedBufferReaderTest.cpp',
4047 ], 4049 ],
4048 } 4050 }
4049 } 4051 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698