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

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

Issue 1759413002: FocusController::setInitialFocus should ignore sequential focus navigation starting point. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/FocusController.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4013 matching lines...) Expand 10 before | Expand all | Expand 10 after
4024 'layout/shapes/BoxShapeTest.cpp', 4024 'layout/shapes/BoxShapeTest.cpp',
4025 'loader/DocumentLoadTimingTest.cpp', 4025 'loader/DocumentLoadTimingTest.cpp',
4026 'loader/FrameFetchContextTest.cpp', 4026 'loader/FrameFetchContextTest.cpp',
4027 'loader/LinkHeaderTest.cpp', 4027 'loader/LinkHeaderTest.cpp',
4028 'loader/LinkLoaderTest.cpp', 4028 'loader/LinkLoaderTest.cpp',
4029 'loader/MixedContentCheckerTest.cpp', 4029 'loader/MixedContentCheckerTest.cpp',
4030 'origin_trials/OriginTrialContextTest.cpp', 4030 'origin_trials/OriginTrialContextTest.cpp',
4031 'page/ChromeClientTest.cpp', 4031 'page/ChromeClientTest.cpp',
4032 'page/ContextMenuControllerTest.cpp', 4032 'page/ContextMenuControllerTest.cpp',
4033 'page/EventSourceParserTest.cpp', 4033 'page/EventSourceParserTest.cpp',
4034 'page/FocusControllerTest.cpp',
4034 'page/NetworkStateNotifierTest.cpp', 4035 'page/NetworkStateNotifierTest.cpp',
4035 'page/PagePopupClientTest.cpp', 4036 'page/PagePopupClientTest.cpp',
4036 'page/PrintContextTest.cpp', 4037 'page/PrintContextTest.cpp',
4037 'page/WindowFeaturesTest.cpp', 4038 'page/WindowFeaturesTest.cpp',
4038 'page/scrolling/ScrollStateTest.cpp', 4039 'page/scrolling/ScrollStateTest.cpp',
4039 'paint/LayerClipRecorderTest.cpp', 4040 'paint/LayerClipRecorderTest.cpp',
4040 'paint/LayoutObjectDrawingRecorderTest.cpp', 4041 'paint/LayoutObjectDrawingRecorderTest.cpp',
4041 'paint/NinePieceImageGridTest.cpp', 4042 'paint/NinePieceImageGridTest.cpp',
4042 'paint/PaintControllerPaintTest.cpp', 4043 'paint/PaintControllerPaintTest.cpp',
4043 'paint/PaintControllerPaintTest.h', 4044 'paint/PaintControllerPaintTest.h',
4044 'paint/PaintInfoTest.cpp', 4045 'paint/PaintInfoTest.cpp',
4045 'paint/PaintLayerPainterTest.cpp', 4046 'paint/PaintLayerPainterTest.cpp',
4046 'paint/PaintPropertyTreeBuilderTest.cpp', 4047 'paint/PaintPropertyTreeBuilderTest.cpp',
4047 'paint/TableCellPainterTest.cpp', 4048 'paint/TableCellPainterTest.cpp',
4048 'paint/TextPainterTest.cpp', 4049 'paint/TextPainterTest.cpp',
4049 'streams/ReadableStreamReaderTest.cpp', 4050 'streams/ReadableStreamReaderTest.cpp',
4050 'streams/ReadableStreamTest.cpp', 4051 'streams/ReadableStreamTest.cpp',
4051 'style/ComputedStyleTest.cpp', 4052 'style/ComputedStyleTest.cpp',
4052 'style/OutlineValueTest.cpp', 4053 'style/OutlineValueTest.cpp',
4053 'style/SVGComputedStyleTest.cpp', 4054 'style/SVGComputedStyleTest.cpp',
4054 'svg/SVGPathParserTest.cpp', 4055 'svg/SVGPathParserTest.cpp',
4055 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4056 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4056 'testing/PrivateScriptTestTest.cpp', 4057 'testing/PrivateScriptTestTest.cpp',
4057 'timing/MemoryInfoTest.cpp', 4058 'timing/MemoryInfoTest.cpp',
4058 'workers/WorkerThreadTest.cpp', 4059 'workers/WorkerThreadTest.cpp',
4059 'xml/parser/SharedBufferReaderTest.cpp', 4060 'xml/parser/SharedBufferReaderTest.cpp',
4060 ], 4061 ],
4061 } 4062 }
4062 } 4063 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/FocusController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698