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

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

Issue 1967073003: Make CSSParserToken::operator== perform a full string equality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. Created 4 years, 7 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/parser/CSSParserToken.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 3926 matching lines...) Expand 10 before | Expand all | Expand 10 after
3937 'css/DragUpdateTest.cpp', 3937 'css/DragUpdateTest.cpp',
3938 'css/MediaQueryEvaluatorTest.cpp', 3938 'css/MediaQueryEvaluatorTest.cpp',
3939 'css/MediaQueryListTest.cpp', 3939 'css/MediaQueryListTest.cpp',
3940 'css/MediaQueryMatcherTest.cpp', 3940 'css/MediaQueryMatcherTest.cpp',
3941 'css/MediaQuerySetTest.cpp', 3941 'css/MediaQuerySetTest.cpp',
3942 'css/MediaValuesTest.cpp', 3942 'css/MediaValuesTest.cpp',
3943 'css/RuleFeatureSetTest.cpp', 3943 'css/RuleFeatureSetTest.cpp',
3944 'css/RuleSetTest.cpp', 3944 'css/RuleSetTest.cpp',
3945 'css/StyleSheetContentsTest.cpp', 3945 'css/StyleSheetContentsTest.cpp',
3946 'css/invalidation/InvalidationSetTest.cpp', 3946 'css/invalidation/InvalidationSetTest.cpp',
3947 'css/parser/CSSParserTokenTest.cpp',
3947 'css/parser/CSSPropertyParserTest.cpp', 3948 'css/parser/CSSPropertyParserTest.cpp',
3948 'css/parser/CSSSelectorParserTest.cpp', 3949 'css/parser/CSSSelectorParserTest.cpp',
3949 'css/parser/CSSTokenizerTest.cpp', 3950 'css/parser/CSSTokenizerTest.cpp',
3950 'css/parser/MediaConditionTest.cpp', 3951 'css/parser/MediaConditionTest.cpp',
3951 'css/parser/SizesAttributeParserTest.cpp', 3952 'css/parser/SizesAttributeParserTest.cpp',
3952 'css/parser/SizesCalcParserTest.cpp', 3953 'css/parser/SizesCalcParserTest.cpp',
3953 'css/resolver/FontBuilderTest.cpp', 3954 'css/resolver/FontBuilderTest.cpp',
3954 'css/resolver/MatchResultTest.cpp', 3955 'css/resolver/MatchResultTest.cpp',
3955 'dom/ActiveDOMObjectTest.cpp', 3956 'dom/ActiveDOMObjectTest.cpp',
3956 'dom/AttrTest.cpp', 3957 'dom/AttrTest.cpp',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
4123 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4124 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4124 'testing/PrivateScriptTestTest.cpp', 4125 'testing/PrivateScriptTestTest.cpp',
4125 'timing/MemoryInfoTest.cpp', 4126 'timing/MemoryInfoTest.cpp',
4126 'timing/PerformanceBaseTest.cpp', 4127 'timing/PerformanceBaseTest.cpp',
4127 'workers/WorkerThreadTest.cpp', 4128 'workers/WorkerThreadTest.cpp',
4128 'workers/WorkerThreadTestHelper.h', 4129 'workers/WorkerThreadTestHelper.h',
4129 'xml/parser/SharedBufferReaderTest.cpp', 4130 'xml/parser/SharedBufferReaderTest.cpp',
4130 ], 4131 ],
4131 } 4132 }
4132 } 4133 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSParserToken.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698