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

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

Issue 943363002: Rename AsyncCallChainMap.h in core.gypi. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | no next file » | 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 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1540 'frame/csp/CSPDirectiveList.cpp', 1540 'frame/csp/CSPDirectiveList.cpp',
1541 'frame/csp/CSPSource.cpp', 1541 'frame/csp/CSPSource.cpp',
1542 'frame/csp/CSPSourceList.cpp', 1542 'frame/csp/CSPSourceList.cpp',
1543 'frame/csp/ContentSecurityPolicy.cpp', 1543 'frame/csp/ContentSecurityPolicy.cpp',
1544 'frame/csp/MediaListDirective.cpp', 1544 'frame/csp/MediaListDirective.cpp',
1545 'frame/csp/SourceListDirective.cpp', 1545 'frame/csp/SourceListDirective.cpp',
1546 'imagebitmap/ImageBitmapFactories.cpp', 1546 'imagebitmap/ImageBitmapFactories.cpp',
1547 'imagebitmap/ImageBitmapFactories.h', 1547 'imagebitmap/ImageBitmapFactories.h',
1548 'inspector/AsyncCallChain.cpp', 1548 'inspector/AsyncCallChain.cpp',
1549 'inspector/AsyncCallChain.h', 1549 'inspector/AsyncCallChain.h',
1550 'inspector/AsyncCallChainMap.h',
1551 'inspector/AsyncCallTracker.cpp', 1550 'inspector/AsyncCallTracker.cpp',
1552 'inspector/AsyncCallTracker.h', 1551 'inspector/AsyncCallTracker.h',
1552 'inspector/AsyncOperationMap.h',
1553 'inspector/BindingVisitors.h', 1553 'inspector/BindingVisitors.h',
1554 'inspector/ConsoleAPITypes.h', 1554 'inspector/ConsoleAPITypes.h',
1555 'inspector/ConsoleMessage.cpp', 1555 'inspector/ConsoleMessage.cpp',
1556 'inspector/ConsoleMessage.h', 1556 'inspector/ConsoleMessage.h',
1557 'inspector/ConsoleMessageStorage.cpp', 1557 'inspector/ConsoleMessageStorage.cpp',
1558 'inspector/ConsoleMessageStorage.h', 1558 'inspector/ConsoleMessageStorage.h',
1559 'inspector/ContentSearchUtils.cpp', 1559 'inspector/ContentSearchUtils.cpp',
1560 'inspector/ContentSearchUtils.h', 1560 'inspector/ContentSearchUtils.h',
1561 'inspector/DOMEditor.cpp', 1561 'inspector/DOMEditor.cpp',
1562 'inspector/DOMEditor.h', 1562 'inspector/DOMEditor.h',
(...skipping 2241 matching lines...) Expand 10 before | Expand all | Expand 10 after
3804 'rendering/RenderingTestHelper.h', 3804 'rendering/RenderingTestHelper.h',
3805 'streams/ExclusiveStreamReaderTest.cpp', 3805 'streams/ExclusiveStreamReaderTest.cpp',
3806 'streams/ReadableStreamTest.cpp', 3806 'streams/ReadableStreamTest.cpp',
3807 'testing/PrivateScriptTestTest.cpp', 3807 'testing/PrivateScriptTestTest.cpp',
3808 'testing/UnitTestHelpers.cpp', 3808 'testing/UnitTestHelpers.cpp',
3809 'testing/UnitTestHelpers.h', 3809 'testing/UnitTestHelpers.h',
3810 'xml/parser/SharedBufferReaderTest.cpp', 3810 'xml/parser/SharedBufferReaderTest.cpp',
3811 ], 3811 ],
3812 } 3812 }
3813 } 3813 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698