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

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

Issue 1602833002: No pseudo elements in SelectorChecker::Mode QueryingRules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-pseudoelm-check-2-20160118
Patch Set: Another review issue Created 4 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
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3898 matching lines...) Expand 10 before | Expand all | Expand 10 after
3909 'dom/CrossThreadTaskTest.cpp', 3909 'dom/CrossThreadTaskTest.cpp',
3910 'dom/DOMImplementationTest.cpp', 3910 'dom/DOMImplementationTest.cpp',
3911 'dom/DocumentStatisticsCollectorTest.cpp', 3911 'dom/DocumentStatisticsCollectorTest.cpp',
3912 'dom/DocumentTest.cpp', 3912 'dom/DocumentTest.cpp',
3913 'dom/ElementTest.cpp', 3913 'dom/ElementTest.cpp',
3914 'dom/MainThreadTaskRunnerTest.cpp', 3914 'dom/MainThreadTaskRunnerTest.cpp',
3915 'dom/NodeTest.cpp', 3915 'dom/NodeTest.cpp',
3916 'dom/NthIndexCacheTest.cpp', 3916 'dom/NthIndexCacheTest.cpp',
3917 'dom/RangeTest.cpp', 3917 'dom/RangeTest.cpp',
3918 'dom/ScriptRunnerTest.cpp', 3918 'dom/ScriptRunnerTest.cpp',
3919 'dom/SelectorQueryTest.cpp',
3919 'dom/StyleElementTest.cpp', 3920 'dom/StyleElementTest.cpp',
3920 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3921 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3921 'dom/TreeScopeTest.cpp', 3922 'dom/TreeScopeTest.cpp',
3922 'dom/URLSearchParamsTest.cpp', 3923 'dom/URLSearchParamsTest.cpp',
3923 'dom/shadow/ComposedTreeTraversalTest.cpp', 3924 'dom/shadow/ComposedTreeTraversalTest.cpp',
3924 'editing/EditingStrategyTest.cpp', 3925 'editing/EditingStrategyTest.cpp',
3925 'editing/EditingTestBase.cpp', 3926 'editing/EditingTestBase.cpp',
3926 'editing/EditingTestBase.h', 3927 'editing/EditingTestBase.h',
3927 'editing/EditingUtilitiesTest.cpp', 3928 'editing/EditingUtilitiesTest.cpp',
3928 'editing/FrameSelectionTest.cpp', 3929 'editing/FrameSelectionTest.cpp',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
4042 'style/SVGComputedStyleTest.cpp', 4043 'style/SVGComputedStyleTest.cpp',
4043 'svg/SVGPathParserTest.cpp', 4044 'svg/SVGPathParserTest.cpp',
4044 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4045 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4045 'testing/PrivateScriptTestTest.cpp', 4046 'testing/PrivateScriptTestTest.cpp',
4046 'timing/MemoryInfoTest.cpp', 4047 'timing/MemoryInfoTest.cpp',
4047 'workers/WorkerThreadTest.cpp', 4048 'workers/WorkerThreadTest.cpp',
4048 'xml/parser/SharedBufferReaderTest.cpp', 4049 'xml/parser/SharedBufferReaderTest.cpp',
4049 ], 4050 ],
4050 } 4051 }
4051 } 4052 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698