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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2019613002: Blink Compositor Animation: Make Animation and Curve methods non-virtual. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 'inspector_protocol/ParserTest.cpp', 1217 'inspector_protocol/ParserTest.cpp',
1218 'mac/VersionUtilMacTest.mm', 1218 'mac/VersionUtilMacTest.mm',
1219 'network/EncodedFormDataTest.cpp', 1219 'network/EncodedFormDataTest.cpp',
1220 'network/HTTPParsersTest.cpp', 1220 'network/HTTPParsersTest.cpp',
1221 'network/LinkHeaderTest.cpp', 1221 'network/LinkHeaderTest.cpp',
1222 'network/NetworkUtilsTest.cpp', 1222 'network/NetworkUtilsTest.cpp',
1223 'network/ResourceRequestTest.cpp', 1223 'network/ResourceRequestTest.cpp',
1224 'scheduler/CancellableTaskFactoryTest.cpp', 1224 'scheduler/CancellableTaskFactoryTest.cpp',
1225 'scroll/ScrollableAreaTest.cpp', 1225 'scroll/ScrollableAreaTest.cpp',
1226 'testing/ArenaTestHelpers.h', 1226 'testing/ArenaTestHelpers.h',
1227 'testing/CompositorAnimationsTestUtils.h',
1227 'testing/TreeTestHelpers.cpp', 1228 'testing/TreeTestHelpers.cpp',
1228 'testing/TreeTestHelpers.h', 1229 'testing/TreeTestHelpers.h',
1229 'text/BidiResolverTest.cpp', 1230 'text/BidiResolverTest.cpp',
1230 'text/CharacterTest.cpp', 1231 'text/CharacterTest.cpp',
1231 'text/DateTimeFormatTest.cpp', 1232 'text/DateTimeFormatTest.cpp',
1232 'text/LocaleToScriptMappingTest.cpp', 1233 'text/LocaleToScriptMappingTest.cpp',
1233 'text/HyphenationTest.cpp', 1234 'text/HyphenationTest.cpp',
1234 'text/SegmentedStringTest.cpp', 1235 'text/SegmentedStringTest.cpp',
1235 'text/TextBreakIteratorTest.cpp', 1236 'text/TextBreakIteratorTest.cpp',
1236 'text/UnicodeUtilitiesTest.cpp', 1237 'text/UnicodeUtilitiesTest.cpp',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 ['use_default_render_theme==1', 1330 ['use_default_render_theme==1',
1330 { 1331 {
1331 'platform_test_files': [ 1332 'platform_test_files': [
1332 'scroll/ScrollbarThemeAuraTest.cpp', 1333 'scroll/ScrollbarThemeAuraTest.cpp',
1333 ], 1334 ],
1334 } 1335 }
1335 ], 1336 ],
1336 ], 1337 ],
1337 }, 1338 },
1338 } 1339 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698