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

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 '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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after
1911 'xml/parser/XMLDocumentParser.cpp', 1911 'xml/parser/XMLDocumentParser.cpp',
1912 'xml/parser/XMLDocumentParser.h', 1912 'xml/parser/XMLDocumentParser.h',
1913 'xml/parser/XMLDocumentParserScope.cpp', 1913 'xml/parser/XMLDocumentParserScope.cpp',
1914 'xml/parser/XMLDocumentParserScope.h', 1914 'xml/parser/XMLDocumentParserScope.h',
1915 'xml/parser/XMLParserInput.h', 1915 'xml/parser/XMLParserInput.h',
1916 ], 1916 ],
1917 'webcore_dom_files': [ 1917 'webcore_dom_files': [
1918 'dom/ActiveDOMObject.cpp', 1918 'dom/ActiveDOMObject.cpp',
1919 'dom/AddConsoleMessageTask.cpp', 1919 'dom/AddConsoleMessageTask.cpp',
1920 'dom/AddConsoleMessageTask.h', 1920 'dom/AddConsoleMessageTask.h',
1921 'dom/AsyncInitializerResolver.h',
1921 'dom/Attr.cpp', 1922 'dom/Attr.cpp',
1922 'dom/CDATASection.cpp', 1923 'dom/CDATASection.cpp',
1923 'dom/CDATASection.h', 1924 'dom/CDATASection.h',
1924 'dom/CSSSelectorWatch.cpp', 1925 'dom/CSSSelectorWatch.cpp',
1925 'dom/CharacterData.cpp', 1926 'dom/CharacterData.cpp',
1926 'dom/ChildFrameDisconnector.cpp', 1927 'dom/ChildFrameDisconnector.cpp',
1927 'dom/ChildFrameDisconnector.h', 1928 'dom/ChildFrameDisconnector.h',
1928 'dom/ChildListMutationScope.cpp', 1929 'dom/ChildListMutationScope.cpp',
1929 'dom/ChildListMutationScope.h', 1930 'dom/ChildListMutationScope.h',
1930 'dom/ChildNodeList.cpp', 1931 'dom/ChildNodeList.cpp',
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after
3404 'loader/MixedContentCheckerTest.cpp', 3405 'loader/MixedContentCheckerTest.cpp',
3405 'page/NetworkStateNotifierTest.cpp', 3406 'page/NetworkStateNotifierTest.cpp',
3406 'rendering/RenderOverflowTest.cpp', 3407 'rendering/RenderOverflowTest.cpp',
3407 'rendering/shapes/BoxShapeTest.cpp', 3408 'rendering/shapes/BoxShapeTest.cpp',
3408 'testing/UnitTestHelpers.cpp', 3409 'testing/UnitTestHelpers.cpp',
3409 'testing/UnitTestHelpers.h', 3410 'testing/UnitTestHelpers.h',
3410 'xml/parser/SharedBufferReaderTest.cpp', 3411 'xml/parser/SharedBufferReaderTest.cpp',
3411 ], 3412 ],
3412 } 3413 }
3413 } 3414 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/AsyncInitializerResolver.h » ('j') | Source/core/dom/AsyncInitializerResolver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698