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

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

Issue 893683003: Implement top controls show/hide functionality for main thread scrolling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix minor macro issue Created 5 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
« no previous file with comments | « no previous file | Source/core/frame/FrameHost.h » ('j') | Source/web/tests/TopControlsTest.cpp » ('J')
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 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1527 'frame/Screen.h', 1527 'frame/Screen.h',
1528 'frame/Settings.cpp', 1528 'frame/Settings.cpp',
1529 'frame/SettingsDelegate.cpp', 1529 'frame/SettingsDelegate.cpp',
1530 'frame/SettingsDelegate.h', 1530 'frame/SettingsDelegate.h',
1531 'frame/SmartClip.cpp', 1531 'frame/SmartClip.cpp',
1532 'frame/SmartClip.h', 1532 'frame/SmartClip.h',
1533 'frame/SubresourceIntegrity.cpp', 1533 'frame/SubresourceIntegrity.cpp',
1534 'frame/SubresourceIntegrity.h', 1534 'frame/SubresourceIntegrity.h',
1535 'frame/SuspendableTimer.cpp', 1535 'frame/SuspendableTimer.cpp',
1536 'frame/SuspendableTimer.h', 1536 'frame/SuspendableTimer.h',
1537 'frame/TopControls.cpp',
1538 'frame/TopControls.h',
1537 'frame/UseCounter.cpp', 1539 'frame/UseCounter.cpp',
1538 'frame/csp/CSPDirectiveList.cpp', 1540 'frame/csp/CSPDirectiveList.cpp',
1539 'frame/csp/CSPSource.cpp', 1541 'frame/csp/CSPSource.cpp',
1540 'frame/csp/CSPSourceList.cpp', 1542 'frame/csp/CSPSourceList.cpp',
1541 'frame/csp/ContentSecurityPolicy.cpp', 1543 'frame/csp/ContentSecurityPolicy.cpp',
1542 'frame/csp/MediaListDirective.cpp', 1544 'frame/csp/MediaListDirective.cpp',
1543 'frame/csp/SourceListDirective.cpp', 1545 'frame/csp/SourceListDirective.cpp',
1544 'imagebitmap/ImageBitmapFactories.cpp', 1546 'imagebitmap/ImageBitmapFactories.cpp',
1545 'imagebitmap/ImageBitmapFactories.h', 1547 'imagebitmap/ImageBitmapFactories.h',
1546 'inspector/AsyncCallChain.cpp', 1548 'inspector/AsyncCallChain.cpp',
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after
3801 'rendering/RenderingTestHelper.h', 3803 'rendering/RenderingTestHelper.h',
3802 'streams/ExclusiveStreamReaderTest.cpp', 3804 'streams/ExclusiveStreamReaderTest.cpp',
3803 'streams/ReadableStreamTest.cpp', 3805 'streams/ReadableStreamTest.cpp',
3804 'testing/PrivateScriptTestTest.cpp', 3806 'testing/PrivateScriptTestTest.cpp',
3805 'testing/UnitTestHelpers.cpp', 3807 'testing/UnitTestHelpers.cpp',
3806 'testing/UnitTestHelpers.h', 3808 'testing/UnitTestHelpers.h',
3807 'xml/parser/SharedBufferReaderTest.cpp', 3809 'xml/parser/SharedBufferReaderTest.cpp',
3808 ], 3810 ],
3809 } 3811 }
3810 } 3812 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/FrameHost.h » ('j') | Source/web/tests/TopControlsTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698