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

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

Issue 27572003: Fix assert failure in AnimatableStrokeDasharrayList::equalTo() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 3557 matching lines...) Expand 10 before | Expand all | Expand 10 after
3568 'platform/chromium/support/WebURLResponse.cpp', 3568 'platform/chromium/support/WebURLResponse.cpp',
3569 'platform/chromium/support/WebURLResponsePrivate.h', 3569 'platform/chromium/support/WebURLResponsePrivate.h',
3570 'platform/chromium/support/WrappedResourceRequest.h', 3570 'platform/chromium/support/WrappedResourceRequest.h',
3571 'platform/chromium/support/WrappedResourceResponse.h', 3571 'platform/chromium/support/WrappedResourceResponse.h',
3572 ], 3572 ],
3573 'core_unittest_files': [ 3573 'core_unittest_files': [
3574 'animation/AnimatableColorTest.cpp', 3574 'animation/AnimatableColorTest.cpp',
3575 'animation/AnimatableDoubleTest.cpp', 3575 'animation/AnimatableDoubleTest.cpp',
3576 'animation/AnimatableLengthTest.cpp', 3576 'animation/AnimatableLengthTest.cpp',
3577 'animation/AnimatableNeutralTest.cpp', 3577 'animation/AnimatableNeutralTest.cpp',
3578 'animation/AnimatableStrokeDasharrayListTest.cpp',
3578 'animation/AnimatableUnknownTest.cpp', 3579 'animation/AnimatableUnknownTest.cpp',
3579 'animation/AnimatableValueTestHelper.cpp', 3580 'animation/AnimatableValueTestHelper.cpp',
3580 'animation/AnimatableValueTestHelper.h', 3581 'animation/AnimatableValueTestHelper.h',
3581 'animation/AnimatableValueTestHelperTest.cpp', 3582 'animation/AnimatableValueTestHelperTest.cpp',
3582 'animation/DocumentTimelineTest.cpp', 3583 'animation/DocumentTimelineTest.cpp',
3583 'animation/KeyframeAnimationEffectTest.cpp', 3584 'animation/KeyframeAnimationEffectTest.cpp',
3584 'animation/PlayerTest.cpp', 3585 'animation/PlayerTest.cpp',
3585 'animation/TimedItemCalculationsTest.cpp', 3586 'animation/TimedItemCalculationsTest.cpp',
3586 'animation/TimedItemTest.cpp', 3587 'animation/TimedItemTest.cpp',
3587 'css/CSSParserValuesTest.cpp', 3588 'css/CSSParserValuesTest.cpp',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
3655 'bison_exe': 'bison', 3656 'bison_exe': 'bison',
3656 # We specify a preprocess so it happens locally and won't get 3657 # We specify a preprocess so it happens locally and won't get
3657 # distributed to goma. 3658 # distributed to goma.
3658 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3659 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3659 # use /usr/bin/clang once we require Xcode 4.x. 3660 # use /usr/bin/clang once we require Xcode 4.x.
3660 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3661 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3661 }], 3662 }],
3662 ], 3663 ],
3663 } 3664 }
3664 } 3665 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698