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

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

Issue 100453011: Rename css/CSSParser to css/parser/BisonCSSParser. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_derived_sources.gyp » ('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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'css/CSSMarkup.cpp', 679 'css/CSSMarkup.cpp',
680 'css/CSSMarkup.h', 680 'css/CSSMarkup.h',
681 'css/CSSMediaRule.cpp', 681 'css/CSSMediaRule.cpp',
682 'css/CSSMediaRule.h', 682 'css/CSSMediaRule.h',
683 'css/CSSMixFunctionValue.cpp', 683 'css/CSSMixFunctionValue.cpp',
684 'css/CSSMixFunctionValue.h', 684 'css/CSSMixFunctionValue.h',
685 'css/CSSOMUtils.cpp', 685 'css/CSSOMUtils.cpp',
686 'css/CSSOMUtils.h', 686 'css/CSSOMUtils.h',
687 'css/CSSPageRule.cpp', 687 'css/CSSPageRule.cpp',
688 'css/CSSPageRule.h', 688 'css/CSSPageRule.h',
689 'css/CSSParser.h', 689 'css/parser/BisonCSSParser.h',
690 'css/CSSParserMode.cpp', 690 'css/CSSParserMode.cpp',
691 'css/CSSParserMode.h', 691 'css/CSSParserMode.h',
692 'css/CSSParserValues.cpp', 692 'css/CSSParserValues.cpp',
693 'css/CSSPrimitiveValue.cpp', 693 'css/CSSPrimitiveValue.cpp',
694 'css/CSSPrimitiveValueMappings.h', 694 'css/CSSPrimitiveValueMappings.h',
695 'css/CSSProperty.cpp', 695 'css/CSSProperty.cpp',
696 'css/CSSPropertySourceData.cpp', 696 'css/CSSPropertySourceData.cpp',
697 'css/CSSReflectValue.cpp', 697 'css/CSSReflectValue.cpp',
698 'css/CSSRegionRule.cpp', 698 'css/CSSRegionRule.cpp',
699 'css/CSSRegionRule.h', 699 'css/CSSRegionRule.h',
(...skipping 2570 matching lines...) Expand 10 before | Expand all | Expand 10 after
3270 'platform/animation/TimingFunctionTestHelper.h', 3270 'platform/animation/TimingFunctionTestHelper.h',
3271 'platform/animation/TimingFunctionTestHelper.cpp', 3271 'platform/animation/TimingFunctionTestHelper.cpp',
3272 'platform/animation/TimingFunctionTestHelperTest.cpp', 3272 'platform/animation/TimingFunctionTestHelperTest.cpp',
3273 'rendering/RenderOverflowTest.cpp', 3273 'rendering/RenderOverflowTest.cpp',
3274 'rendering/shapes/BoxShapeTest.cpp', 3274 'rendering/shapes/BoxShapeTest.cpp',
3275 'testing/UnitTestHelpers.h', 3275 'testing/UnitTestHelpers.h',
3276 'testing/UnitTestHelpers.cpp', 3276 'testing/UnitTestHelpers.cpp',
3277 ], 3277 ],
3278 } 3278 }
3279 } 3279 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698