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

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 1887 matching lines...) Expand 10 before | Expand all | Expand 10 after
1898 'page/CreateWindow.cpp', 1898 'page/CreateWindow.cpp',
1899 'page/CreateWindow.h', 1899 'page/CreateWindow.h',
1900 'page/CustomContextMenuProvider.cpp', 1900 'page/CustomContextMenuProvider.cpp',
1901 'page/CustomContextMenuProvider.h', 1901 'page/CustomContextMenuProvider.h',
1902 'page/DOMWindowPagePopup.cpp', 1902 'page/DOMWindowPagePopup.cpp',
1903 'page/DOMWindowPagePopup.h', 1903 'page/DOMWindowPagePopup.h',
1904 'page/DragController.cpp', 1904 'page/DragController.cpp',
1905 'page/DragData.cpp', 1905 'page/DragData.cpp',
1906 'page/EventSource.cpp', 1906 'page/EventSource.cpp',
1907 'page/EventSource.h', 1907 'page/EventSource.h',
1908 'page/EventSourceParser.cpp',
1909 'page/EventSourceParser.h',
1908 'page/EventWithHitTestResults.h', 1910 'page/EventWithHitTestResults.h',
1909 'page/FocusController.cpp', 1911 'page/FocusController.cpp',
1910 'page/FrameTree.cpp', 1912 'page/FrameTree.cpp',
1911 'page/NetworkStateNotifier.cpp', 1913 'page/NetworkStateNotifier.cpp',
1912 'page/NetworkStateNotifier.h', 1914 'page/NetworkStateNotifier.h',
1913 'page/Page.cpp', 1915 'page/Page.cpp',
1914 'page/Page.h', 1916 'page/Page.h',
1915 'page/PageAnimator.cpp', 1917 'page/PageAnimator.cpp',
1916 'page/PageAnimator.h', 1918 'page/PageAnimator.h',
1917 'page/PageLifecycleNotifier.cpp', 1919 'page/PageLifecycleNotifier.cpp',
(...skipping 2071 matching lines...) Expand 10 before | Expand all | Expand 10 after
3989 'layout/compositing/CompositedLayerMappingTest.cpp', 3991 'layout/compositing/CompositedLayerMappingTest.cpp',
3990 'layout/shapes/BoxShapeTest.cpp', 3992 'layout/shapes/BoxShapeTest.cpp',
3991 'loader/DocumentLoadTimingTest.cpp', 3993 'loader/DocumentLoadTimingTest.cpp',
3992 'loader/FrameFetchContextTest.cpp', 3994 'loader/FrameFetchContextTest.cpp',
3993 'loader/LinkHeaderTest.cpp', 3995 'loader/LinkHeaderTest.cpp',
3994 'loader/LinkLoaderTest.cpp', 3996 'loader/LinkLoaderTest.cpp',
3995 'loader/MixedContentCheckerTest.cpp', 3997 'loader/MixedContentCheckerTest.cpp',
3996 'origin_trials/OriginTrialContextTest.cpp', 3998 'origin_trials/OriginTrialContextTest.cpp',
3997 'page/ChromeClientTest.cpp', 3999 'page/ChromeClientTest.cpp',
3998 'page/ContextMenuControllerTest.cpp', 4000 'page/ContextMenuControllerTest.cpp',
3999 'page/EventSourceTest.cpp', 4001 'page/EventSourceParserTest.cpp',
4000 'page/NetworkStateNotifierTest.cpp', 4002 'page/NetworkStateNotifierTest.cpp',
4001 'page/PagePopupClientTest.cpp', 4003 'page/PagePopupClientTest.cpp',
4002 'page/PrintContextTest.cpp', 4004 'page/PrintContextTest.cpp',
4003 'page/WindowFeaturesTest.cpp', 4005 'page/WindowFeaturesTest.cpp',
4004 'page/scrolling/ScrollStateTest.cpp', 4006 'page/scrolling/ScrollStateTest.cpp',
4005 'paint/LayerClipRecorderTest.cpp', 4007 'paint/LayerClipRecorderTest.cpp',
4006 'paint/LayoutObjectDrawingRecorderTest.cpp', 4008 'paint/LayoutObjectDrawingRecorderTest.cpp',
4007 'paint/NinePieceImageGridTest.cpp', 4009 'paint/NinePieceImageGridTest.cpp',
4008 'paint/PaintControllerPaintTest.cpp', 4010 'paint/PaintControllerPaintTest.cpp',
4009 'paint/PaintControllerPaintTest.h', 4011 'paint/PaintControllerPaintTest.h',
4010 'paint/PaintInfoTest.cpp', 4012 'paint/PaintInfoTest.cpp',
4011 'paint/PaintLayerPainterTest.cpp', 4013 'paint/PaintLayerPainterTest.cpp',
4012 'paint/PaintPropertyTreeBuilderTest.cpp', 4014 'paint/PaintPropertyTreeBuilderTest.cpp',
4013 'paint/TableCellPainterTest.cpp', 4015 'paint/TableCellPainterTest.cpp',
4014 'paint/TextPainterTest.cpp', 4016 'paint/TextPainterTest.cpp',
4015 'streams/ReadableStreamReaderTest.cpp', 4017 'streams/ReadableStreamReaderTest.cpp',
4016 'streams/ReadableStreamTest.cpp', 4018 'streams/ReadableStreamTest.cpp',
4017 'style/ComputedStyleTest.cpp', 4019 'style/ComputedStyleTest.cpp',
4018 'style/OutlineValueTest.cpp', 4020 'style/OutlineValueTest.cpp',
4019 'style/SVGComputedStyleTest.cpp', 4021 'style/SVGComputedStyleTest.cpp',
4020 'svg/SVGPathParserTest.cpp', 4022 'svg/SVGPathParserTest.cpp',
4021 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4023 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4022 'testing/PrivateScriptTestTest.cpp', 4024 'testing/PrivateScriptTestTest.cpp',
4023 'timing/MemoryInfoTest.cpp', 4025 'timing/MemoryInfoTest.cpp',
4024 'workers/WorkerThreadTest.cpp', 4026 'workers/WorkerThreadTest.cpp',
4025 'xml/parser/SharedBufferReaderTest.cpp', 4027 'xml/parser/SharedBufferReaderTest.cpp',
4026 ], 4028 ],
4027 } 4029 }
4028 } 4030 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698