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

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

Issue 14391005: Rename Animation -> PrimitiveAnimation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update to long paths Created 7 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 2508 matching lines...) Expand 10 before | Expand all | Expand 10 after
2519 'platform/SuddenTermination.h', 2519 'platform/SuddenTermination.h',
2520 'platform/Theme.cpp', 2520 'platform/Theme.cpp',
2521 'platform/ThreadGlobalData.cpp', 2521 'platform/ThreadGlobalData.cpp',
2522 'platform/ThreadTimers.cpp', 2522 'platform/ThreadTimers.cpp',
2523 'platform/ThreadTimers.h', 2523 'platform/ThreadTimers.h',
2524 'platform/Timer.cpp', 2524 'platform/Timer.cpp',
2525 'platform/UUID.cpp', 2525 'platform/UUID.cpp',
2526 'platform/UUID.h', 2526 'platform/UUID.h',
2527 'platform/Widget.cpp', 2527 'platform/Widget.cpp',
2528 'platform/Widget.h', 2528 'platform/Widget.h',
2529 'platform/animation/Animation.cpp', 2529 'platform/animation/CSSAnimationData.cpp',
2530 'platform/animation/AnimationList.cpp', 2530 'platform/animation/AnimationList.cpp',
2531 'platform/audio/AudioArray.h', 2531 'platform/audio/AudioArray.h',
2532 'platform/audio/AudioBus.cpp', 2532 'platform/audio/AudioBus.cpp',
2533 'platform/audio/AudioBus.h', 2533 'platform/audio/AudioBus.h',
2534 'platform/audio/AudioChannel.cpp', 2534 'platform/audio/AudioChannel.cpp',
2535 'platform/audio/AudioChannel.h', 2535 'platform/audio/AudioChannel.h',
2536 'platform/audio/AudioDSPKernel.h', 2536 'platform/audio/AudioDSPKernel.h',
2537 'platform/audio/AudioDSPKernelProcessor.cpp', 2537 'platform/audio/AudioDSPKernelProcessor.cpp',
2538 'platform/audio/AudioDSPKernelProcessor.h', 2538 'platform/audio/AudioDSPKernelProcessor.h',
2539 'platform/audio/AudioDestination.h', 2539 'platform/audio/AudioDestination.h',
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after
3695 'bison_exe': 'bison', 3695 'bison_exe': 'bison',
3696 # We specify a preprocess so it happens locally and won't get 3696 # We specify a preprocess so it happens locally and won't get
3697 # distributed to goma. 3697 # distributed to goma.
3698 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3698 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3699 # use /usr/bin/clang once we require Xcode 4.x. 3699 # use /usr/bin/clang once we require Xcode 4.x.
3700 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3700 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3701 }], 3701 }],
3702 ], 3702 ],
3703 } 3703 }
3704 } 3704 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/AnimationTranslationUtilTest.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698