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

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

Issue 311733004: Introduce KeepAliveWhilePending to ScriptPromiseResolverWithContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@refactor-webmidi-initialization
Patch Set: Created 6 years, 6 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/AnimationNode.idl', 8 'animation/AnimationNode.idl',
9 'animation/AnimationTimeline.idl', 9 'animation/AnimationTimeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1910 'xml/parser/XMLDocumentParser.cpp', 1910 'xml/parser/XMLDocumentParser.cpp',
1911 'xml/parser/XMLDocumentParser.h', 1911 'xml/parser/XMLDocumentParser.h',
1912 'xml/parser/XMLDocumentParserScope.cpp', 1912 'xml/parser/XMLDocumentParserScope.cpp',
1913 'xml/parser/XMLDocumentParserScope.h', 1913 'xml/parser/XMLDocumentParserScope.h',
1914 'xml/parser/XMLParserInput.h', 1914 'xml/parser/XMLParserInput.h',
1915 ], 1915 ],
1916 'webcore_dom_files': [ 1916 'webcore_dom_files': [
1917 'dom/ActiveDOMObject.cpp', 1917 'dom/ActiveDOMObject.cpp',
1918 'dom/AddConsoleMessageTask.cpp', 1918 'dom/AddConsoleMessageTask.cpp',
1919 'dom/AddConsoleMessageTask.h', 1919 'dom/AddConsoleMessageTask.h',
1920 'dom/AsyncInitializerContext.h',
1921 'dom/AsyncInitializerResolver.cpp',
1922 'dom/AsyncInitializerResolver.h',
1920 'dom/Attr.cpp', 1923 'dom/Attr.cpp',
1921 'dom/CDATASection.cpp', 1924 'dom/CDATASection.cpp',
1922 'dom/CDATASection.h', 1925 'dom/CDATASection.h',
1923 'dom/CSSSelectorWatch.cpp', 1926 'dom/CSSSelectorWatch.cpp',
1924 'dom/CharacterData.cpp', 1927 'dom/CharacterData.cpp',
1925 'dom/ChildFrameDisconnector.cpp', 1928 'dom/ChildFrameDisconnector.cpp',
1926 'dom/ChildFrameDisconnector.h', 1929 'dom/ChildFrameDisconnector.h',
1927 'dom/ChildListMutationScope.cpp', 1930 'dom/ChildListMutationScope.cpp',
1928 'dom/ChildListMutationScope.h', 1931 'dom/ChildListMutationScope.h',
1929 'dom/ChildNodeList.cpp', 1932 'dom/ChildNodeList.cpp',
(...skipping 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after
3401 'loader/MixedContentCheckerTest.cpp', 3404 'loader/MixedContentCheckerTest.cpp',
3402 'page/NetworkStateNotifierTest.cpp', 3405 'page/NetworkStateNotifierTest.cpp',
3403 'rendering/RenderOverflowTest.cpp', 3406 'rendering/RenderOverflowTest.cpp',
3404 'rendering/shapes/BoxShapeTest.cpp', 3407 'rendering/shapes/BoxShapeTest.cpp',
3405 'testing/UnitTestHelpers.cpp', 3408 'testing/UnitTestHelpers.cpp',
3406 'testing/UnitTestHelpers.h', 3409 'testing/UnitTestHelpers.h',
3407 'xml/parser/SharedBufferReaderTest.cpp', 3410 'xml/parser/SharedBufferReaderTest.cpp',
3408 ], 3411 ],
3409 } 3412 }
3410 } 3413 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/AsyncInitializerContext.h » ('j') | Source/core/dom/AsyncInitializerResolver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698