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

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: CORE_EXPORT for unit test in component build Created 4 years, 11 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 3894 matching lines...) Expand 10 before | Expand all | Expand 10 after
3905 'dom/AttrTest.cpp', 3905 'dom/AttrTest.cpp',
3906 'dom/CrossThreadTaskTest.cpp', 3906 'dom/CrossThreadTaskTest.cpp',
3907 'dom/DOMImplementationTest.cpp', 3907 'dom/DOMImplementationTest.cpp',
3908 'dom/DocumentStatisticsCollectorTest.cpp', 3908 'dom/DocumentStatisticsCollectorTest.cpp',
3909 'dom/DocumentTest.cpp', 3909 'dom/DocumentTest.cpp',
3910 'dom/MainThreadTaskRunnerTest.cpp', 3910 'dom/MainThreadTaskRunnerTest.cpp',
3911 'dom/NodeTest.cpp', 3911 'dom/NodeTest.cpp',
3912 'dom/NthIndexCacheTest.cpp', 3912 'dom/NthIndexCacheTest.cpp',
3913 'dom/RangeTest.cpp', 3913 'dom/RangeTest.cpp',
3914 'dom/ScriptRunnerTest.cpp', 3914 'dom/ScriptRunnerTest.cpp',
3915 'dom/SelectorQueryTest.cpp',
3915 'dom/StyleElementTest.cpp', 3916 'dom/StyleElementTest.cpp',
3916 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3917 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3917 'dom/TreeScopeTest.cpp', 3918 'dom/TreeScopeTest.cpp',
3918 'dom/URLSearchParamsTest.cpp', 3919 'dom/URLSearchParamsTest.cpp',
3919 'dom/shadow/ComposedTreeTraversalTest.cpp', 3920 'dom/shadow/ComposedTreeTraversalTest.cpp',
3920 'editing/EditingStrategyTest.cpp', 3921 'editing/EditingStrategyTest.cpp',
3921 'editing/EditingTestBase.cpp', 3922 'editing/EditingTestBase.cpp',
3922 'editing/EditingTestBase.h', 3923 'editing/EditingTestBase.h',
3923 'editing/EditingUtilitiesTest.cpp', 3924 'editing/EditingUtilitiesTest.cpp',
3924 'editing/FrameSelectionTest.cpp', 3925 'editing/FrameSelectionTest.cpp',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
4035 'style/SVGComputedStyleTest.cpp', 4036 'style/SVGComputedStyleTest.cpp',
4036 'svg/SVGPathParserTest.cpp', 4037 'svg/SVGPathParserTest.cpp',
4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4038 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4038 'testing/PrivateScriptTestTest.cpp', 4039 'testing/PrivateScriptTestTest.cpp',
4039 'timing/MemoryInfoTest.cpp', 4040 'timing/MemoryInfoTest.cpp',
4040 'workers/WorkerThreadTest.cpp', 4041 'workers/WorkerThreadTest.cpp',
4041 'xml/parser/SharedBufferReaderTest.cpp', 4042 'xml/parser/SharedBufferReaderTest.cpp',
4042 ], 4043 ],
4043 } 4044 }
4044 } 4045 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSSelector.h » ('j') | third_party/WebKit/Source/core/dom/SelectorQuery.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698