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

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

Issue 936493003: Revert of Teach ScriptRunner how to yield and post on loading task queue (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 | Source/core/dom/ScriptLoader.h » ('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 3727 matching lines...) Expand 10 before | Expand all | Expand 10 after
3738 'css/parser/MediaConditionTest.cpp', 3738 'css/parser/MediaConditionTest.cpp',
3739 'css/parser/SizesAttributeParserTest.cpp', 3739 'css/parser/SizesAttributeParserTest.cpp',
3740 'css/parser/SizesCalcParserTest.cpp', 3740 'css/parser/SizesCalcParserTest.cpp',
3741 'css/resolver/FontBuilderTest.cpp', 3741 'css/resolver/FontBuilderTest.cpp',
3742 'dom/ActiveDOMObjectTest.cpp', 3742 'dom/ActiveDOMObjectTest.cpp',
3743 'dom/DOMImplementationTest.cpp', 3743 'dom/DOMImplementationTest.cpp',
3744 'dom/DocumentMarkerControllerTest.cpp', 3744 'dom/DocumentMarkerControllerTest.cpp',
3745 'dom/DocumentTest.cpp', 3745 'dom/DocumentTest.cpp',
3746 'dom/MainThreadTaskRunnerTest.cpp', 3746 'dom/MainThreadTaskRunnerTest.cpp',
3747 'dom/RangeTest.cpp', 3747 'dom/RangeTest.cpp',
3748 'dom/ScriptRunnerTest.cpp',
3749 'dom/TreeScopeTest.cpp', 3748 'dom/TreeScopeTest.cpp',
3750 'editing/CompositionUnderlineRangeFilterTest.cpp', 3749 'editing/CompositionUnderlineRangeFilterTest.cpp',
3751 'editing/FrameSelectionTest.cpp', 3750 'editing/FrameSelectionTest.cpp',
3752 'editing/InputMethodControllerTest.cpp', 3751 'editing/InputMethodControllerTest.cpp',
3753 'editing/iterators/TextIteratorTest.cpp', 3752 'editing/iterators/TextIteratorTest.cpp',
3754 'editing/SurroundingTextTest.cpp', 3753 'editing/SurroundingTextTest.cpp',
3755 'editing/VisibleSelectionTest.cpp', 3754 'editing/VisibleSelectionTest.cpp',
3756 'fetch/CachingCorrectnessTest.cpp', 3755 'fetch/CachingCorrectnessTest.cpp',
3757 'fetch/ImageResourceTest.cpp', 3756 'fetch/ImageResourceTest.cpp',
3758 'fetch/MemoryCacheTest.cpp', 3757 'fetch/MemoryCacheTest.cpp',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 'rendering/RenderingTestHelper.h', 3804 'rendering/RenderingTestHelper.h',
3806 'streams/ExclusiveStreamReaderTest.cpp', 3805 'streams/ExclusiveStreamReaderTest.cpp',
3807 'streams/ReadableStreamTest.cpp', 3806 'streams/ReadableStreamTest.cpp',
3808 'testing/PrivateScriptTestTest.cpp', 3807 'testing/PrivateScriptTestTest.cpp',
3809 'testing/UnitTestHelpers.cpp', 3808 'testing/UnitTestHelpers.cpp',
3810 'testing/UnitTestHelpers.h', 3809 'testing/UnitTestHelpers.h',
3811 'xml/parser/SharedBufferReaderTest.cpp', 3810 'xml/parser/SharedBufferReaderTest.cpp',
3812 ], 3811 ],
3813 } 3812 }
3814 } 3813 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/ScriptLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698