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

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

Issue 112463008: Move core/platform/animation files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add comments and platform tests 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
« no previous file with comments | « Source/web/web.gyp ('k') | Source/web/web_tests.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 'web_files': [ 3 'web_files': [
4 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'BackForwardClientImpl.cpp', 9 'BackForwardClientImpl.cpp',
10 'BackForwardClientImpl.h', 10 'BackForwardClientImpl.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'default/WebRenderTheme.cpp', 258 'default/WebRenderTheme.cpp',
259 'linux/WebFontRendering.cpp', 259 'linux/WebFontRendering.cpp',
260 'mac/WebScrollbarTheme.cpp', 260 'mac/WebScrollbarTheme.cpp',
261 'mac/WebSubstringUtil.mm', 261 'mac/WebSubstringUtil.mm',
262 'painting/ContinuousPainter.cpp', 262 'painting/ContinuousPainter.cpp',
263 'painting/ContinuousPainter.h', 263 'painting/ContinuousPainter.h',
264 'painting/PaintAggregator.cpp', 264 'painting/PaintAggregator.cpp',
265 'painting/PaintAggregator.h', 265 'painting/PaintAggregator.h',
266 ], 266 ],
267 'web_unittest_files': [ 267 'web_unittest_files': [
268 '../platform/graphics/DeferredImageDecoderTest.cpp',
269 '../platform/graphics/ImageDecodingStoreTest.cpp',
270 '../platform/graphics/ImageFrameGeneratorTest.cpp',
271 '../platform/graphics/test/MockImageDecoder.h',
272 'tests/AssociatedURLLoaderTest.cpp', 268 'tests/AssociatedURLLoaderTest.cpp',
273 'tests/BitmapImageTest.cpp', 269 'tests/BitmapImageTest.cpp',
274 'tests/Canvas2DLayerBridgeTest.cpp', 270 'tests/Canvas2DLayerBridgeTest.cpp',
275 'tests/Canvas2DLayerManagerTest.cpp', 271 'tests/Canvas2DLayerManagerTest.cpp',
276 'tests/ChromeClientImplTest.cpp', 272 'tests/ChromeClientImplTest.cpp',
277 'tests/CompositedLayerMappingTest.cpp', 273 'tests/CompositedLayerMappingTest.cpp',
278 'tests/CustomEventTest.cpp', 274 'tests/CustomEventTest.cpp',
279 'tests/DragImageTest.cpp', 275 'tests/DragImageTest.cpp',
280 'tests/DrawingBufferTest.cpp', 276 'tests/DrawingBufferTest.cpp',
281 'tests/FakeWebPlugin.cpp', 277 'tests/FakeWebPlugin.cpp',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 { 368 {
373 'web_unittest_files': [ 369 'web_unittest_files': [
374 'tests/KeyCodeConversionTestGtk.cpp', 370 'tests/KeyCodeConversionTestGtk.cpp',
375 'tests/WebInputEventFactoryTestGtk.cpp', 371 'tests/WebInputEventFactoryTestGtk.cpp',
376 ], 372 ],
377 } 373 }
378 ], 374 ],
379 ], 375 ],
380 }, 376 },
381 } 377 }
OLDNEW
« no previous file with comments | « Source/web/web.gyp ('k') | Source/web/web_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698