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

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

Issue 925043004: Update gyp file to reflect removed PartialPrivateScriptTest.h (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 3644 matching lines...) Expand 10 before | Expand all | Expand 10 after
3655 'testing/GarbageCollectedScriptWrappable.h', 3655 'testing/GarbageCollectedScriptWrappable.h',
3656 'testing/InternalSettings.cpp', 3656 'testing/InternalSettings.cpp',
3657 'testing/InternalSettings.h', 3657 'testing/InternalSettings.h',
3658 'testing/Internals.cpp', 3658 'testing/Internals.cpp',
3659 'testing/Internals.h', 3659 'testing/Internals.h',
3660 'testing/LayerRect.h', 3660 'testing/LayerRect.h',
3661 'testing/LayerRectList.cpp', 3661 'testing/LayerRectList.cpp',
3662 'testing/LayerRectList.h', 3662 'testing/LayerRectList.h',
3663 'testing/NullExecutionContext.cpp', 3663 'testing/NullExecutionContext.cpp',
3664 'testing/NullExecutionContext.h', 3664 'testing/NullExecutionContext.h',
3665 'testing/PartialPrivateScriptTest.h',
3666 'testing/PrivateScriptTest.cpp', 3665 'testing/PrivateScriptTest.cpp',
3667 'testing/PrivateScriptTest.h', 3666 'testing/PrivateScriptTest.h',
3668 'testing/RefCountedScriptWrappable.cpp', 3667 'testing/RefCountedScriptWrappable.cpp',
3669 'testing/RefCountedScriptWrappable.h', 3668 'testing/RefCountedScriptWrappable.h',
3670 'testing/TypeConversions.h', 3669 'testing/TypeConversions.h',
3671 'testing/URLTestHelpers.cpp', 3670 'testing/URLTestHelpers.cpp',
3672 'testing/URLTestHelpers.h', 3671 'testing/URLTestHelpers.h',
3673 'testing/UnionTypesTest.cpp', 3672 'testing/UnionTypesTest.cpp',
3674 'testing/UnionTypesTest.h', 3673 'testing/UnionTypesTest.h',
3675 'testing/v8/WebCoreTestSupport.cpp', 3674 'testing/v8/WebCoreTestSupport.cpp',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
3804 'rendering/RenderingTestHelper.h', 3803 'rendering/RenderingTestHelper.h',
3805 'streams/ExclusiveStreamReaderTest.cpp', 3804 'streams/ExclusiveStreamReaderTest.cpp',
3806 'streams/ReadableStreamTest.cpp', 3805 'streams/ReadableStreamTest.cpp',
3807 'testing/PrivateScriptTestTest.cpp', 3806 'testing/PrivateScriptTestTest.cpp',
3808 'testing/UnitTestHelpers.cpp', 3807 'testing/UnitTestHelpers.cpp',
3809 'testing/UnitTestHelpers.h', 3808 'testing/UnitTestHelpers.h',
3810 'xml/parser/SharedBufferReaderTest.cpp', 3809 'xml/parser/SharedBufferReaderTest.cpp',
3811 ], 3810 ],
3812 } 3811 }
3813 } 3812 }
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