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

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

Issue 722423004: Remove WindowFocusAllowedIndicator and associated code. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@window_focus
Patch Set: rebase Created 5 years, 8 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 | 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 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after
1801 'page/PopupOpeningObserver.h', 1801 'page/PopupOpeningObserver.h',
1802 'page/PrintContext.cpp', 1802 'page/PrintContext.cpp',
1803 'page/ScopedPageLoadDeferrer.cpp', 1803 'page/ScopedPageLoadDeferrer.cpp',
1804 'page/ScopedPageLoadDeferrer.h', 1804 'page/ScopedPageLoadDeferrer.h',
1805 'page/SpatialNavigation.cpp', 1805 'page/SpatialNavigation.cpp',
1806 'page/TouchAdjustment.cpp', 1806 'page/TouchAdjustment.cpp',
1807 'page/TouchAdjustment.h', 1807 'page/TouchAdjustment.h',
1808 'page/TouchDisambiguation.cpp', 1808 'page/TouchDisambiguation.cpp',
1809 'page/TouchDisambiguation.h', 1809 'page/TouchDisambiguation.h',
1810 'page/WindowFeatures.cpp', 1810 'page/WindowFeatures.cpp',
1811 'page/WindowFocusAllowedIndicator.cpp',
1812 'page/scrolling/ScrollingConstraints.cpp', 1811 'page/scrolling/ScrollingConstraints.cpp',
1813 'page/scrolling/ScrollingConstraints.h', 1812 'page/scrolling/ScrollingConstraints.h',
1814 'page/scrolling/ScrollingCoordinator.cpp', 1813 'page/scrolling/ScrollingCoordinator.cpp',
1815 'page/scrolling/ScrollingCoordinator.h', 1814 'page/scrolling/ScrollingCoordinator.h',
1816 'page/scrolling/ScrollState.cpp', 1815 'page/scrolling/ScrollState.cpp',
1817 'page/scrolling/ScrollState.h', 1816 'page/scrolling/ScrollState.h',
1818 'paint/BackgroundImageGeometry.cpp', 1817 'paint/BackgroundImageGeometry.cpp',
1819 'paint/BackgroundImageGeometry.h', 1818 'paint/BackgroundImageGeometry.h',
1820 'paint/BlockFlowPainter.cpp', 1819 'paint/BlockFlowPainter.cpp',
1821 'paint/BlockFlowPainter.h', 1820 'paint/BlockFlowPainter.h',
(...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after
3859 'paint/LayerClipRecorderTest.cpp', 3858 'paint/LayerClipRecorderTest.cpp',
3860 'paint/LayoutObjectDrawingRecorderTest.cpp', 3859 'paint/LayoutObjectDrawingRecorderTest.cpp',
3861 'paint/TextPainterTest.cpp', 3860 'paint/TextPainterTest.cpp',
3862 'streams/ReadableStreamReaderTest.cpp', 3861 'streams/ReadableStreamReaderTest.cpp',
3863 'streams/ReadableStreamTest.cpp', 3862 'streams/ReadableStreamTest.cpp',
3864 'testing/PrivateScriptTestTest.cpp', 3863 'testing/PrivateScriptTestTest.cpp',
3865 'xml/parser/SharedBufferReaderTest.cpp', 3864 'xml/parser/SharedBufferReaderTest.cpp',
3866 ], 3865 ],
3867 } 3866 }
3868 } 3867 }
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