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

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

Issue 669013002: Remove BackForwardClient, cleanup starting a history navigation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/frame/History.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 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 'loader/WorkerLoaderClientBridgeSyncHelper.cpp', 1434 'loader/WorkerLoaderClientBridgeSyncHelper.cpp',
1435 'loader/WorkerLoaderClientBridgeSyncHelper.h', 1435 'loader/WorkerLoaderClientBridgeSyncHelper.h',
1436 'loader/WorkerThreadableLoader.cpp', 1436 'loader/WorkerThreadableLoader.cpp',
1437 'loader/WorkerThreadableLoader.h', 1437 'loader/WorkerThreadableLoader.h',
1438 'loader/appcache/ApplicationCache.cpp', 1438 'loader/appcache/ApplicationCache.cpp',
1439 'loader/appcache/ApplicationCache.h', 1439 'loader/appcache/ApplicationCache.h',
1440 'loader/appcache/ApplicationCacheHost.cpp', 1440 'loader/appcache/ApplicationCacheHost.cpp',
1441 'loader/appcache/ApplicationCacheHost.h', 1441 'loader/appcache/ApplicationCacheHost.h',
1442 'page/AutoscrollController.cpp', 1442 'page/AutoscrollController.cpp',
1443 'page/AutoscrollController.h', 1443 'page/AutoscrollController.h',
1444 'page/BackForwardClient.h',
1445 'page/Chrome.cpp', 1444 'page/Chrome.cpp',
1446 'page/ContextMenuController.cpp', 1445 'page/ContextMenuController.cpp',
1447 'page/ContextMenuProvider.h', 1446 'page/ContextMenuProvider.h',
1448 'page/CreateWindow.cpp', 1447 'page/CreateWindow.cpp',
1449 'page/CreateWindow.h', 1448 'page/CreateWindow.h',
1450 'page/CustomContextMenuProvider.cpp', 1449 'page/CustomContextMenuProvider.cpp',
1451 'page/CustomContextMenuProvider.h', 1450 'page/CustomContextMenuProvider.h',
1452 'page/DOMWindowPagePopup.cpp', 1451 'page/DOMWindowPagePopup.cpp',
1453 'page/DOMWindowPagePopup.h', 1452 'page/DOMWindowPagePopup.h',
1454 'page/DragController.cpp', 1453 'page/DragController.cpp',
(...skipping 2165 matching lines...) Expand 10 before | Expand all | Expand 10 after
3620 'rendering/style/OutlineValueTest.cpp', 3619 'rendering/style/OutlineValueTest.cpp',
3621 'rendering/style/RenderStyleTest.cpp', 3620 'rendering/style/RenderStyleTest.cpp',
3622 'testing/PrivateScriptTestTest.cpp', 3621 'testing/PrivateScriptTestTest.cpp',
3623 'streams/ReadableStreamTest.cpp', 3622 'streams/ReadableStreamTest.cpp',
3624 'testing/UnitTestHelpers.cpp', 3623 'testing/UnitTestHelpers.cpp',
3625 'testing/UnitTestHelpers.h', 3624 'testing/UnitTestHelpers.h',
3626 'xml/parser/SharedBufferReaderTest.cpp', 3625 'xml/parser/SharedBufferReaderTest.cpp',
3627 ], 3626 ],
3628 } 3627 }
3629 } 3628 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/History.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698