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

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

Issue 1642563002: Introduce EventSourceParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event-source-retry-fix
Patch Set: Created 4 years, 10 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 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1930 'page/CreateWindow.cpp', 1930 'page/CreateWindow.cpp',
1931 'page/CreateWindow.h', 1931 'page/CreateWindow.h',
1932 'page/CustomContextMenuProvider.cpp', 1932 'page/CustomContextMenuProvider.cpp',
1933 'page/CustomContextMenuProvider.h', 1933 'page/CustomContextMenuProvider.h',
1934 'page/DOMWindowPagePopup.cpp', 1934 'page/DOMWindowPagePopup.cpp',
1935 'page/DOMWindowPagePopup.h', 1935 'page/DOMWindowPagePopup.h',
1936 'page/DragController.cpp', 1936 'page/DragController.cpp',
1937 'page/DragData.cpp', 1937 'page/DragData.cpp',
1938 'page/EventSource.cpp', 1938 'page/EventSource.cpp',
1939 'page/EventSource.h', 1939 'page/EventSource.h',
1940 'page/EventSourceParser.cpp',
1941 'page/EventSourceParser.h',
1940 'page/EventWithHitTestResults.h', 1942 'page/EventWithHitTestResults.h',
1941 'page/FocusController.cpp', 1943 'page/FocusController.cpp',
1942 'page/FrameTree.cpp', 1944 'page/FrameTree.cpp',
1943 'page/NetworkStateNotifier.cpp', 1945 'page/NetworkStateNotifier.cpp',
1944 'page/NetworkStateNotifier.h', 1946 'page/NetworkStateNotifier.h',
1945 'page/Page.cpp', 1947 'page/Page.cpp',
1946 'page/Page.h', 1948 'page/Page.h',
1947 'page/PageAnimator.cpp', 1949 'page/PageAnimator.cpp',
1948 'page/PageAnimator.h', 1950 'page/PageAnimator.h',
1949 'page/PageLifecycleNotifier.cpp', 1951 'page/PageLifecycleNotifier.cpp',
(...skipping 2058 matching lines...) Expand 10 before | Expand all | Expand 10 after
4008 'layout/PaginationTest.cpp', 4010 'layout/PaginationTest.cpp',
4009 'layout/PaintContainmentTest.cpp', 4011 'layout/PaintContainmentTest.cpp',
4010 'layout/compositing/CompositedLayerMappingTest.cpp', 4012 'layout/compositing/CompositedLayerMappingTest.cpp',
4011 'layout/shapes/BoxShapeTest.cpp', 4013 'layout/shapes/BoxShapeTest.cpp',
4012 'loader/FrameFetchContextTest.cpp', 4014 'loader/FrameFetchContextTest.cpp',
4013 'loader/LinkHeaderTest.cpp', 4015 'loader/LinkHeaderTest.cpp',
4014 'loader/LinkLoaderTest.cpp', 4016 'loader/LinkLoaderTest.cpp',
4015 'loader/MixedContentCheckerTest.cpp', 4017 'loader/MixedContentCheckerTest.cpp',
4016 'page/ChromeClientTest.cpp', 4018 'page/ChromeClientTest.cpp',
4017 'page/ContextMenuControllerTest.cpp', 4019 'page/ContextMenuControllerTest.cpp',
4018 'page/EventSourceTest.cpp', 4020 'page/EventSourceParserTest.cpp',
4019 'page/NetworkStateNotifierTest.cpp', 4021 'page/NetworkStateNotifierTest.cpp',
4020 'page/PagePopupClientTest.cpp', 4022 'page/PagePopupClientTest.cpp',
4021 'page/PrintContextTest.cpp', 4023 'page/PrintContextTest.cpp',
4022 'page/WindowFeaturesTest.cpp', 4024 'page/WindowFeaturesTest.cpp',
4023 'page/scrolling/ScrollStateTest.cpp', 4025 'page/scrolling/ScrollStateTest.cpp',
4024 'paint/LayerClipRecorderTest.cpp', 4026 'paint/LayerClipRecorderTest.cpp',
4025 'paint/LayoutObjectDrawingRecorderTest.cpp', 4027 'paint/LayoutObjectDrawingRecorderTest.cpp',
4026 'paint/NinePieceImageGridTest.cpp', 4028 'paint/NinePieceImageGridTest.cpp',
4027 'paint/PaintControllerPaintTest.cpp', 4029 'paint/PaintControllerPaintTest.cpp',
4028 'paint/PaintControllerPaintTest.h', 4030 'paint/PaintControllerPaintTest.h',
4029 'paint/PaintInfoTest.cpp', 4031 'paint/PaintInfoTest.cpp',
4030 'paint/PaintLayerPainterTest.cpp', 4032 'paint/PaintLayerPainterTest.cpp',
4031 'paint/PaintPropertyTreeBuilderTest.cpp', 4033 'paint/PaintPropertyTreeBuilderTest.cpp',
4032 'paint/TableCellPainterTest.cpp', 4034 'paint/TableCellPainterTest.cpp',
4033 'paint/TextPainterTest.cpp', 4035 'paint/TextPainterTest.cpp',
4034 'streams/ReadableStreamReaderTest.cpp', 4036 'streams/ReadableStreamReaderTest.cpp',
4035 'streams/ReadableStreamTest.cpp', 4037 'streams/ReadableStreamTest.cpp',
4036 'style/ComputedStyleTest.cpp', 4038 'style/ComputedStyleTest.cpp',
4037 'style/OutlineValueTest.cpp', 4039 'style/OutlineValueTest.cpp',
4038 'style/SVGComputedStyleTest.cpp', 4040 'style/SVGComputedStyleTest.cpp',
4039 'svg/SVGPathParserTest.cpp', 4041 'svg/SVGPathParserTest.cpp',
4040 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4041 'testing/PrivateScriptTestTest.cpp', 4043 'testing/PrivateScriptTestTest.cpp',
4042 'timing/MemoryInfoTest.cpp', 4044 'timing/MemoryInfoTest.cpp',
4043 'workers/WorkerThreadTest.cpp', 4045 'workers/WorkerThreadTest.cpp',
4044 'xml/parser/SharedBufferReaderTest.cpp', 4046 'xml/parser/SharedBufferReaderTest.cpp',
4045 ], 4047 ],
4046 } 4048 }
4047 } 4049 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698