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

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

Issue 1757503002: Re-collect rule features for watched selectors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/resolver/StyleResolver.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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3874 matching lines...) Expand 10 before | Expand all | Expand 10 after
3885 'css/parser/CSSPropertyParserTest.cpp', 3885 'css/parser/CSSPropertyParserTest.cpp',
3886 'css/parser/CSSSelectorParserTest.cpp', 3886 'css/parser/CSSSelectorParserTest.cpp',
3887 'css/parser/CSSTokenizerTest.cpp', 3887 'css/parser/CSSTokenizerTest.cpp',
3888 'css/parser/MediaConditionTest.cpp', 3888 'css/parser/MediaConditionTest.cpp',
3889 'css/parser/SizesAttributeParserTest.cpp', 3889 'css/parser/SizesAttributeParserTest.cpp',
3890 'css/parser/SizesCalcParserTest.cpp', 3890 'css/parser/SizesCalcParserTest.cpp',
3891 'css/resolver/FontBuilderTest.cpp', 3891 'css/resolver/FontBuilderTest.cpp',
3892 'css/resolver/MatchResultTest.cpp', 3892 'css/resolver/MatchResultTest.cpp',
3893 'dom/ActiveDOMObjectTest.cpp', 3893 'dom/ActiveDOMObjectTest.cpp',
3894 'dom/AttrTest.cpp', 3894 'dom/AttrTest.cpp',
3895 'dom/CSSSelectorWatchTest.cpp',
3895 'dom/CrossThreadTaskTest.cpp', 3896 'dom/CrossThreadTaskTest.cpp',
3896 'dom/DOMImplementationTest.cpp', 3897 'dom/DOMImplementationTest.cpp',
3897 'dom/DocumentStatisticsCollectorTest.cpp', 3898 'dom/DocumentStatisticsCollectorTest.cpp',
3898 'dom/DocumentTest.cpp', 3899 'dom/DocumentTest.cpp',
3899 'dom/ElementTest.cpp', 3900 'dom/ElementTest.cpp',
3900 'dom/MainThreadTaskRunnerTest.cpp', 3901 'dom/MainThreadTaskRunnerTest.cpp',
3901 'dom/NodeTest.cpp', 3902 'dom/NodeTest.cpp',
3902 'dom/NthIndexCacheTest.cpp', 3903 'dom/NthIndexCacheTest.cpp',
3903 'dom/RangeTest.cpp', 3904 'dom/RangeTest.cpp',
3904 'dom/ScriptRunnerTest.cpp', 3905 'dom/ScriptRunnerTest.cpp',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
4037 'style/SVGComputedStyleTest.cpp', 4038 'style/SVGComputedStyleTest.cpp',
4038 'svg/SVGPathParserTest.cpp', 4039 'svg/SVGPathParserTest.cpp',
4039 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4040 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4040 'testing/PrivateScriptTestTest.cpp', 4041 'testing/PrivateScriptTestTest.cpp',
4041 'timing/MemoryInfoTest.cpp', 4042 'timing/MemoryInfoTest.cpp',
4042 'workers/WorkerThreadTest.cpp', 4043 'workers/WorkerThreadTest.cpp',
4043 'xml/parser/SharedBufferReaderTest.cpp', 4044 'xml/parser/SharedBufferReaderTest.cpp',
4044 ], 4045 ],
4045 } 4046 }
4046 } 4047 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/resolver/StyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698