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

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

Issue 2272683002: Consider pseudo classes as matching for shared style rejection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handle negated selectors Created 4 years, 3 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 | third_party/WebKit/Source/core/css/CSSSelector.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 4055 matching lines...) Expand 10 before | Expand all | Expand 10 after
4066 'css/parser/CSSParserFastPathsTest.cpp', 4066 'css/parser/CSSParserFastPathsTest.cpp',
4067 'css/parser/CSSParserTokenTest.cpp', 4067 'css/parser/CSSParserTokenTest.cpp',
4068 'css/parser/CSSPropertyParserTest.cpp', 4068 'css/parser/CSSPropertyParserTest.cpp',
4069 'css/parser/CSSSelectorParserTest.cpp', 4069 'css/parser/CSSSelectorParserTest.cpp',
4070 'css/parser/CSSTokenizerTest.cpp', 4070 'css/parser/CSSTokenizerTest.cpp',
4071 'css/parser/MediaConditionTest.cpp', 4071 'css/parser/MediaConditionTest.cpp',
4072 'css/parser/SizesAttributeParserTest.cpp', 4072 'css/parser/SizesAttributeParserTest.cpp',
4073 'css/parser/SizesCalcParserTest.cpp', 4073 'css/parser/SizesCalcParserTest.cpp',
4074 'css/resolver/FontBuilderTest.cpp', 4074 'css/resolver/FontBuilderTest.cpp',
4075 'css/resolver/MatchResultTest.cpp', 4075 'css/resolver/MatchResultTest.cpp',
4076 'css/resolver/SharedStyleFinderTest.cpp',
4076 'dom/ActiveDOMObjectTest.cpp', 4077 'dom/ActiveDOMObjectTest.cpp',
4077 'dom/AttrTest.cpp', 4078 'dom/AttrTest.cpp',
4078 'dom/CSSSelectorWatchTest.cpp', 4079 'dom/CSSSelectorWatchTest.cpp',
4079 'dom/CrossThreadTaskTest.cpp', 4080 'dom/CrossThreadTaskTest.cpp',
4080 'dom/DOMImplementationTest.cpp', 4081 'dom/DOMImplementationTest.cpp',
4081 'dom/DocumentStatisticsCollectorTest.cpp', 4082 'dom/DocumentStatisticsCollectorTest.cpp',
4082 'dom/DocumentTest.cpp', 4083 'dom/DocumentTest.cpp',
4083 'dom/ElementTest.cpp', 4084 'dom/ElementTest.cpp',
4084 'dom/MainThreadTaskRunnerTest.cpp', 4085 'dom/MainThreadTaskRunnerTest.cpp',
4085 'dom/NodeTest.cpp', 4086 'dom/NodeTest.cpp',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
4275 'testing/PrivateScriptTestTest.cpp', 4276 'testing/PrivateScriptTestTest.cpp',
4276 'timing/MemoryInfoTest.cpp', 4277 'timing/MemoryInfoTest.cpp',
4277 'timing/PerformanceBaseTest.cpp', 4278 'timing/PerformanceBaseTest.cpp',
4278 'timing/PerformanceObserverTest.cpp', 4279 'timing/PerformanceObserverTest.cpp',
4279 'workers/WorkerThreadTest.cpp', 4280 'workers/WorkerThreadTest.cpp',
4280 'workers/WorkerThreadTestHelper.h', 4281 'workers/WorkerThreadTestHelper.h',
4281 'xml/parser/SharedBufferReaderTest.cpp', 4282 'xml/parser/SharedBufferReaderTest.cpp',
4282 ], 4283 ],
4283 } 4284 }
4284 } 4285 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSSelector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698