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

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

Issue 43593005: Move WebTransformKeyframe to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, add missing export macro Created 7 years, 1 month 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 | « no previous file | Source/core/platform/chromium/support/WebTransformKeyframe.cpp » ('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 '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 3525 matching lines...) Expand 10 before | Expand all | Expand 10 after
3536 'platform/chromium/support/WebScrollbarImpl.cpp', 3536 'platform/chromium/support/WebScrollbarImpl.cpp',
3537 'platform/chromium/support/WebScrollbarImpl.h', 3537 'platform/chromium/support/WebScrollbarImpl.h',
3538 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', 3538 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp',
3539 'platform/chromium/support/WebScrollbarThemeClientImpl.h', 3539 'platform/chromium/support/WebScrollbarThemeClientImpl.h',
3540 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', 3540 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp',
3541 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', 3541 'platform/chromium/support/WebScrollbarThemeGeometryNative.h',
3542 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', 3542 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp',
3543 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', 3543 'platform/chromium/support/WebSpeechSynthesisVoice.cpp',
3544 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', 3544 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp',
3545 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', 3545 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h',
3546 'platform/chromium/support/WebTransformKeyframe.cpp',
3547 'platform/chromium/support/WrappedResourceRequest.h', 3546 'platform/chromium/support/WrappedResourceRequest.h',
3548 'platform/chromium/support/WrappedResourceResponse.h', 3547 'platform/chromium/support/WrappedResourceResponse.h',
3549 ], 3548 ],
3550 'core_unittest_files': [ 3549 'core_unittest_files': [
3551 'animation/AnimatableColorTest.cpp', 3550 'animation/AnimatableColorTest.cpp',
3552 'animation/AnimatableDoubleTest.cpp', 3551 'animation/AnimatableDoubleTest.cpp',
3553 'animation/AnimatableLengthTest.cpp', 3552 'animation/AnimatableLengthTest.cpp',
3554 'animation/AnimatableNeutralTest.cpp', 3553 'animation/AnimatableNeutralTest.cpp',
3555 'animation/AnimatableStrokeDasharrayListTest.cpp', 3554 'animation/AnimatableStrokeDasharrayListTest.cpp',
3556 'animation/AnimatableUnknownTest.cpp', 3555 'animation/AnimatableUnknownTest.cpp',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
3609 'bison_exe': 'bison', 3608 'bison_exe': 'bison',
3610 # We specify a preprocess so it happens locally and won't get 3609 # We specify a preprocess so it happens locally and won't get
3611 # distributed to goma. 3610 # distributed to goma.
3612 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3611 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3613 # use /usr/bin/clang once we require Xcode 4.x. 3612 # use /usr/bin/clang once we require Xcode 4.x.
3614 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3613 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3615 }], 3614 }],
3616 ], 3615 ],
3617 } 3616 }
3618 } 3617 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/chromium/support/WebTransformKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698