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

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

Issue 808563003: Revert of Remove WindowFocusAllowedIndicator and associated code. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@window_focus
Patch Set: Created 6 years 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 | Source/core/dom/ExecutionContext.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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 'page/PopupOpeningObserver.h', 1433 'page/PopupOpeningObserver.h',
1434 'page/PrintContext.cpp', 1434 'page/PrintContext.cpp',
1435 'page/ScopedPageLoadDeferrer.cpp', 1435 'page/ScopedPageLoadDeferrer.cpp',
1436 'page/ScopedPageLoadDeferrer.h', 1436 'page/ScopedPageLoadDeferrer.h',
1437 'page/SpatialNavigation.cpp', 1437 'page/SpatialNavigation.cpp',
1438 'page/TouchAdjustment.cpp', 1438 'page/TouchAdjustment.cpp',
1439 'page/TouchAdjustment.h', 1439 'page/TouchAdjustment.h',
1440 'page/TouchDisambiguation.cpp', 1440 'page/TouchDisambiguation.cpp',
1441 'page/TouchDisambiguation.h', 1441 'page/TouchDisambiguation.h',
1442 'page/WindowFeatures.cpp', 1442 'page/WindowFeatures.cpp',
1443 'page/WindowFocusAllowedIndicator.cpp',
1443 'page/scrolling/ScrollingConstraints.cpp', 1444 'page/scrolling/ScrollingConstraints.cpp',
1444 'page/scrolling/ScrollingConstraints.h', 1445 'page/scrolling/ScrollingConstraints.h',
1445 'page/scrolling/ScrollingCoordinator.cpp', 1446 'page/scrolling/ScrollingCoordinator.cpp',
1446 'page/scrolling/ScrollingCoordinator.h', 1447 'page/scrolling/ScrollingCoordinator.h',
1447 'paint/BackgroundImageGeometry.cpp', 1448 'paint/BackgroundImageGeometry.cpp',
1448 'paint/BackgroundImageGeometry.h', 1449 'paint/BackgroundImageGeometry.h',
1449 'paint/BlockFlowPainter.cpp', 1450 'paint/BlockFlowPainter.cpp',
1450 'paint/BlockFlowPainter.h', 1451 'paint/BlockFlowPainter.h',
1451 'paint/BlockPainter.cpp', 1452 'paint/BlockPainter.cpp',
1452 'paint/BlockPainter.h', 1453 'paint/BlockPainter.h',
(...skipping 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after
3640 'rendering/style/RenderStyleTest.cpp', 3641 'rendering/style/RenderStyleTest.cpp',
3641 'rendering/style/SVGRenderStyleTest.cpp', 3642 'rendering/style/SVGRenderStyleTest.cpp',
3642 'streams/ReadableStreamTest.cpp', 3643 'streams/ReadableStreamTest.cpp',
3643 'testing/PrivateScriptTestTest.cpp', 3644 'testing/PrivateScriptTestTest.cpp',
3644 'testing/UnitTestHelpers.cpp', 3645 'testing/UnitTestHelpers.cpp',
3645 'testing/UnitTestHelpers.h', 3646 'testing/UnitTestHelpers.h',
3646 'xml/parser/SharedBufferReaderTest.cpp', 3647 'xml/parser/SharedBufferReaderTest.cpp',
3647 ], 3648 ],
3648 } 3649 }
3649 } 3650 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/ExecutionContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698