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

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

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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 | « Source/platform/blink_platform.gyp ('k') | Source/platform/blink_platform_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 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'exported/WebTransformKeyframe.cpp', 269 'exported/WebTransformKeyframe.cpp',
270 'exported/WebURL.cpp', 270 'exported/WebURL.cpp',
271 'exported/WebURLError.cpp', 271 'exported/WebURLError.cpp',
272 'exported/WebURLLoadTiming.cpp', 272 'exported/WebURLLoadTiming.cpp',
273 'exported/WebURLRequest.cpp', 273 'exported/WebURLRequest.cpp',
274 'exported/WebURLRequestPrivate.h', 274 'exported/WebURLRequestPrivate.h',
275 'exported/WebURLResponse.cpp', 275 'exported/WebURLResponse.cpp',
276 'exported/WebURLResponsePrivate.h', 276 'exported/WebURLResponsePrivate.h',
277 'exported/WrappedResourceRequest.h', 277 'exported/WrappedResourceRequest.h',
278 'exported/WrappedResourceResponse.h', 278 'exported/WrappedResourceResponse.h',
279 'exported/linux/WebFontInfo.cpp',
280 'exported/linux/WebFontRenderStyle.cpp',
279 'fonts/AlternateFontFamily.h', 281 'fonts/AlternateFontFamily.h',
282 'fonts/CustomFontData.h',
283 'fonts/Font.cpp',
284 'fonts/Font.h',
280 'fonts/FontBaseline.h', 285 'fonts/FontBaseline.h',
286 'fonts/FontCache.cpp',
287 'fonts/FontCache.h',
281 'fonts/FontCacheKey.h', 288 'fonts/FontCacheKey.h',
282 'fonts/FontCustomPlatformData.h', 289 'fonts/FontCustomPlatformData.h',
283 'fonts/FontData.cpp', 290 'fonts/FontData.cpp',
284 'fonts/FontData.h', 291 'fonts/FontData.h',
292 'fonts/FontDataCache.cpp',
293 'fonts/FontDataCache.h',
285 'fonts/FontDescription.cpp', 294 'fonts/FontDescription.cpp',
286 'fonts/FontFallbackWin.cpp', 295 'fonts/FontFallbackList.cpp',
287 'fonts/FontFallbackWin.h', 296 'fonts/FontFallbackList.h',
288 'fonts/FontFamily.cpp', 297 'fonts/FontFamily.cpp',
289 'fonts/FontFamily.h', 298 'fonts/FontFamily.h',
299 'fonts/FontFastPath.cpp',
290 'fonts/FontFeatureSettings.cpp', 300 'fonts/FontFeatureSettings.cpp',
291 'fonts/FontFeatureSettings.h', 301 'fonts/FontFeatureSettings.h',
302 'fonts/FontPlatformData.cpp',
303 'fonts/FontPlatformData.h',
292 'fonts/FontRenderStyle.h', 304 'fonts/FontRenderStyle.h',
293 'fonts/GenericFontFamilySettings.cpp', 305 'fonts/GenericFontFamilySettings.cpp',
294 'fonts/GenericFontFamilySettings.h', 306 'fonts/GenericFontFamilySettings.h',
295 'fonts/GlyphBuffer.h', 307 'fonts/GlyphBuffer.h',
296 'fonts/GlyphMetricsMap.h', 308 'fonts/GlyphMetricsMap.h',
297 'fonts/GlyphPage.h', 309 'fonts/GlyphPage.h',
310 'fonts/GlyphPageTreeNode.cpp',
311 'fonts/GlyphPageTreeNode.h',
298 'fonts/Latin1TextIterator.h', 312 'fonts/Latin1TextIterator.h',
313 'fonts/SVGGlyph.cpp',
314 'fonts/SVGGlyph.h',
315 'fonts/SegmentedFontData.cpp',
316 'fonts/SegmentedFontData.h',
317 'fonts/SimpleFontData.cpp',
318 'fonts/SimpleFontData.h',
319 'fonts/VDMXParser.cpp',
320 'fonts/VDMXParser.h',
299 'fonts/WidthCache.h', 321 'fonts/WidthCache.h',
322 'fonts/WidthIterator.cpp',
323 'fonts/WidthIterator.h',
324 'fonts/android/FontCacheAndroid.cpp',
325 'fonts/cocoa/FontPlatformDataCocoa.mm',
326 'fonts/harfbuzz/FontHarfBuzz.cpp',
327 'fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp',
328 'fonts/harfbuzz/FontPlatformDataHarfBuzz.h',
329 'fonts/harfbuzz/HarfBuzzFace.cpp',
330 'fonts/harfbuzz/HarfBuzzFace.h',
331 'fonts/harfbuzz/HarfBuzzFaceCoreText.cpp',
332 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp',
333 'fonts/harfbuzz/HarfBuzzShaper.cpp',
334 'fonts/harfbuzz/HarfBuzzShaper.h',
335 'fonts/linux/FontCacheLinux.cpp',
336 'fonts/mac/ComplexTextController.cpp',
337 'fonts/mac/ComplexTextController.h',
338 'fonts/mac/ComplexTextControllerCoreText.mm',
339 'fonts/mac/FontCacheMac.mm',
340 'fonts/mac/FontComplexTextMac.cpp',
341 'fonts/mac/FontCustomPlatformDataMac.cpp',
342 'fonts/mac/FontMac.cpp',
343 'fonts/mac/GlyphPageTreeNodeMac.cpp',
344 'fonts/mac/MemoryActivatedFont.h',
345 'fonts/mac/MemoryActivatedFont.mm',
346 'fonts/mac/SimpleFontDataCoreText.cpp',
347 'fonts/mac/SimpleFontDataMac.mm',
348 'fonts/opentype/OpenTypeSanitizer.cpp',
349 'fonts/opentype/OpenTypeSanitizer.h',
300 'fonts/opentype/OpenTypeTypes.h', 350 'fonts/opentype/OpenTypeTypes.h',
351 'fonts/opentype/OpenTypeUtilities.cpp',
352 'fonts/opentype/OpenTypeUtilities.h',
353 'fonts/opentype/OpenTypeVerticalData.cpp',
354 'fonts/opentype/OpenTypeVerticalData.h',
355 'fonts/skia/FontCacheSkia.cpp',
356 'fonts/skia/FontCacheSkiaWin.cpp',
357 'fonts/skia/FontCustomPlatformDataSkia.cpp',
358 'fonts/skia/FontPlatformDataSkia.cpp',
359 'fonts/skia/GlyphPageTreeNodeSkia.cpp',
360 'fonts/skia/SimpleFontDataSkia.cpp',
361 'fonts/skia/SkiaFontWin.cpp',
362 'fonts/skia/SkiaFontWin.h',
363 'fonts/win/FontCacheWin.cpp',
364 'fonts/win/FontCustomPlatformDataWin.cpp',
365 'fonts/win/FontFallbackWin.cpp',
366 'fonts/win/FontFallbackWin.h',
367 'fonts/win/FontPlatformDataWin.cpp',
368 'fonts/win/FontPlatformDataWin.h',
369 'fonts/win/FontWin.cpp',
370 'fonts/win/GlyphPageTreeNodeWin.cpp',
371 'fonts/win/SimpleFontDataWin.cpp',
372 'fonts/win/UniscribeHelper.cpp',
373 'fonts/win/UniscribeHelper.h',
374 'fonts/win/UniscribeHelperTextRun.cpp',
375 'fonts/win/UniscribeHelperTextRun.h',
301 'geometry/FloatPolygon.cpp', 376 'geometry/FloatPolygon.cpp',
302 'geometry/FloatPolygon.h', 377 'geometry/FloatPolygon.h',
303 'geometry/FloatPoint.cpp', 378 'geometry/FloatPoint.cpp',
304 'geometry/FloatPoint.h', 379 'geometry/FloatPoint.h',
305 'geometry/FloatPoint3D.cpp', 380 'geometry/FloatPoint3D.cpp',
306 'geometry/FloatPoint3D.h', 381 'geometry/FloatPoint3D.h',
307 'geometry/FloatQuad.cpp', 382 'geometry/FloatQuad.cpp',
308 'geometry/FloatQuad.h', 383 'geometry/FloatQuad.h',
309 'geometry/FloatRect.cpp', 384 'geometry/FloatRect.cpp',
310 'geometry/FloatRect.h', 385 'geometry/FloatRect.h',
(...skipping 24 matching lines...) Expand all
335 'geometry/cg/IntRectCG.cpp', 410 'geometry/cg/IntRectCG.cpp',
336 'geometry/cg/IntSizeCG.cpp', 411 'geometry/cg/IntSizeCG.cpp',
337 'geometry/mac/FloatPointMac.mm', 412 'geometry/mac/FloatPointMac.mm',
338 'geometry/mac/FloatRectMac.mm', 413 'geometry/mac/FloatRectMac.mm',
339 'geometry/mac/FloatSizeMac.mm', 414 'geometry/mac/FloatSizeMac.mm',
340 'geometry/mac/IntPointMac.mm', 415 'geometry/mac/IntPointMac.mm',
341 'geometry/mac/IntRectMac.mm', 416 'geometry/mac/IntRectMac.mm',
342 'geometry/mac/IntSizeMac.mm', 417 'geometry/mac/IntSizeMac.mm',
343 'graphics/angle/ANGLEPlatformBridge.cpp', 418 'graphics/angle/ANGLEPlatformBridge.cpp',
344 'graphics/angle/ANGLEPlatformBridge.h', 419 'graphics/angle/ANGLEPlatformBridge.h',
420 'graphics/cg/GraphicsContextCG.h',
421 'graphics/cpu/arm/GraphicsContext3DNEON.h',
422 'graphics/cpu/arm/filters/FEGaussianBlurNEON.h',
423 'graphics/cpu/arm/filters/NEONHelpers.h',
424 'graphics/filters/FEGaussianBlur.cpp',
425 'graphics/filters/FEGaussianBlur.h',
426 'graphics/filters/Filter.h',
427 'graphics/filters/FilterEffect.cpp',
428 'graphics/filters/FilterEffect.h',
429 'graphics/filters/FilterOperation.cpp',
430 'graphics/filters/FilterOperation.h',
431 'graphics/filters/FilterOperations.cpp',
432 'graphics/filters/FilterOperations.h',
345 'graphics/filters/LightSource.cpp', 433 'graphics/filters/LightSource.cpp',
346 'graphics/filters/LightSource.h', 434 'graphics/filters/LightSource.h',
435 'graphics/filters/ParallelJobs.h',
436 'graphics/filters/ReferenceFilter.cpp',
437 'graphics/filters/ReferenceFilter.h',
438 'graphics/filters/SkiaImageFilterBuilder.cpp',
439 'graphics/filters/SkiaImageFilterBuilder.h',
440 'graphics/filters/SourceGraphic.cpp',
441 'graphics/filters/SourceGraphic.h',
347 'graphics/filters/custom/CustomFilterArrayParameter.cpp', 442 'graphics/filters/custom/CustomFilterArrayParameter.cpp',
348 'graphics/filters/custom/CustomFilterArrayParameter.h', 443 'graphics/filters/custom/CustomFilterArrayParameter.h',
349 'graphics/filters/custom/CustomFilterConstants.h', 444 'graphics/filters/custom/CustomFilterConstants.h',
350 'graphics/filters/custom/CustomFilterMeshGenerator.cpp', 445 'graphics/filters/custom/CustomFilterMeshGenerator.cpp',
351 'graphics/filters/custom/CustomFilterMeshGenerator.h', 446 'graphics/filters/custom/CustomFilterMeshGenerator.h',
352 'graphics/filters/custom/CustomFilterNumberParameter.cpp', 447 'graphics/filters/custom/CustomFilterNumberParameter.cpp',
353 'graphics/filters/custom/CustomFilterNumberParameter.h', 448 'graphics/filters/custom/CustomFilterNumberParameter.h',
354 'graphics/filters/custom/CustomFilterParameter.h', 449 'graphics/filters/custom/CustomFilterParameter.h',
355 'graphics/filters/custom/CustomFilterParameterList.cpp', 450 'graphics/filters/custom/CustomFilterParameterList.cpp',
356 'graphics/filters/custom/CustomFilterParameterList.h', 451 'graphics/filters/custom/CustomFilterParameterList.h',
357 'graphics/filters/custom/CustomFilterProgramClient.cpp', 452 'graphics/filters/custom/CustomFilterProgramClient.cpp',
358 'graphics/filters/custom/CustomFilterProgramClient.h', 453 'graphics/filters/custom/CustomFilterProgramClient.h',
359 'graphics/filters/custom/CustomFilterProgramInfo.cpp', 454 'graphics/filters/custom/CustomFilterProgramInfo.cpp',
360 'graphics/filters/custom/CustomFilterProgramInfo.h', 455 'graphics/filters/custom/CustomFilterProgramInfo.h',
361 'graphics/filters/custom/CustomFilterTransformParameter.cpp', 456 'graphics/filters/custom/CustomFilterTransformParameter.cpp',
362 'graphics/filters/custom/CustomFilterTransformParameter.h', 457 'graphics/filters/custom/CustomFilterTransformParameter.h',
458 'graphics/gpu/DrawingBuffer.cpp',
459 'graphics/gpu/DrawingBuffer.h',
460 'graphics/gpu/SharedGraphicsContext3D.cpp',
461 'graphics/gpu/SharedGraphicsContext3D.h',
363 'graphics/media/MediaPlayer.cpp', 462 'graphics/media/MediaPlayer.cpp',
364 'graphics/media/MediaPlayer.h', 463 'graphics/media/MediaPlayer.h',
464 'graphics/skia/GaneshUtils.cpp',
465 'graphics/skia/GaneshUtils.h',
466 'graphics/skia/NativeImageSkia.cpp',
467 'graphics/skia/NativeImageSkia.h',
468 'graphics/skia/OpaqueRegionSkia.cpp',
469 'graphics/skia/OpaqueRegionSkia.h',
470 'graphics/skia/SkSizeHash.h',
471 'graphics/skia/SkiaUtils.cpp',
472 'graphics/skia/SkiaUtils.h',
473 'graphics/BitmapImage.cpp',
474 'graphics/BitmapImage.h',
475 'graphics/Canvas2DLayerBridge.cpp',
476 'graphics/Canvas2DLayerBridge.h',
477 'graphics/Canvas2DLayerManager.cpp',
478 'graphics/Canvas2DLayerManager.h',
365 'graphics/Color.cpp', 479 'graphics/Color.cpp',
366 'graphics/Color.h', 480 'graphics/Color.h',
367 'graphics/ColorSpace.h', 481 'graphics/ColorSpace.h',
482 'graphics/DeferredImageDecoder.cpp',
483 'graphics/DeferredImageDecoder.h',
484 'graphics/DiscardablePixelRef.cpp',
485 'graphics/DiscardablePixelRef.h',
368 'graphics/DisplayList.cpp', 486 'graphics/DisplayList.cpp',
369 'graphics/DisplayList.h', 487 'graphics/DisplayList.h',
370 'graphics/DrawLooper.cpp', 488 'graphics/DrawLooper.cpp',
371 'graphics/DrawLooper.h', 489 'graphics/DrawLooper.h',
490 'graphics/Extensions3D.cpp',
491 'graphics/Extensions3D.h',
492 'graphics/FrameData.cpp',
493 'graphics/FrameData.h',
494 'graphics/Gradient.cpp',
495 'graphics/Gradient.h',
496 'graphics/GraphicsContext.cpp',
497 'graphics/GraphicsContext.h',
498 'graphics/GraphicsContext3D.cpp',
499 'graphics/GraphicsContext3D.h',
500 'graphics/GraphicsContext3DImagePacking.cpp',
501 'graphics/GraphicsContextAnnotation.cpp',
502 'graphics/GraphicsContextAnnotation.h',
503 'graphics/GraphicsContextState.h',
504 'graphics/GraphicsContextStateSaver.h',
505 'graphics/GraphicsLayer.cpp',
506 'graphics/GraphicsLayer.h',
507 'graphics/GraphicsLayerClient.h',
508 'graphics/GraphicsLayerFactory.h',
372 'graphics/GraphicsTypes.cpp', 509 'graphics/GraphicsTypes.cpp',
373 'graphics/GraphicsTypes.h', 510 'graphics/GraphicsTypes.h',
374 'graphics/GraphicsTypes3D.h', 511 'graphics/GraphicsTypes3D.h',
512 'graphics/Image.cpp',
513 'graphics/Image.h',
514 'graphics/ImageBuffer.cpp',
515 'graphics/ImageBuffer.h',
516 'graphics/ImageDecodingStore.cpp',
517 'graphics/ImageDecodingStore.h',
518 'graphics/ImageFrameGenerator.cpp',
519 'graphics/ImageFrameGenerator.h',
375 'graphics/ImageObserver.cpp', 520 'graphics/ImageObserver.cpp',
376 'graphics/ImageObserver.h', 521 'graphics/ImageObserver.h',
377 'graphics/ImageOrientation.cpp', 522 'graphics/ImageOrientation.cpp',
378 'graphics/ImageOrientation.h', 523 'graphics/ImageOrientation.h',
524 'graphics/ImageSource.cpp',
525 'graphics/ImageSource.h',
526 'graphics/LazyDecodingPixelRef.cpp',
527 'graphics/LazyDecodingPixelRef.h',
528 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp',
529 'graphics/OpaqueRectTrackingContentLayerDelegate.h',
530 'graphics/Path.cpp',
531 'graphics/Path.h',
379 'graphics/PathTraversalState.cpp', 532 'graphics/PathTraversalState.cpp',
380 'graphics/PathTraversalState.h', 533 'graphics/PathTraversalState.h',
534 'graphics/Pattern.cpp',
535 'graphics/Pattern.h',
381 'graphics/ScaledImageFragment.cpp', 536 'graphics/ScaledImageFragment.cpp',
382 'graphics/ScaledImageFragment.h', 537 'graphics/ScaledImageFragment.h',
383 'graphics/SkSizeHash.h', 538 'graphics/StrokeData.cpp',
539 'graphics/StrokeData.h',
384 'graphics/TextRun.cpp', 540 'graphics/TextRun.cpp',
385 'graphics/TextRun.h', 541 'graphics/TextRun.h',
386 'graphics/TextRunIterator.h', 542 'graphics/TextRunIterator.h',
387 'graphics/ThreadSafeDataTransport.cpp', 543 'graphics/ThreadSafeDataTransport.cpp',
388 'graphics/ThreadSafeDataTransport.h', 544 'graphics/ThreadSafeDataTransport.h',
389 'graphics/WindRule.h', 545 'graphics/WindRule.h',
546 'image-decoders/ImageDecoder.cpp',
547 'image-decoders/ImageDecoder.h',
548 'image-decoders/ImageFrame.cpp',
549 'image-decoders/ImageFrame.h',
550 'image-decoders/bmp/BMPImageDecoder.cpp',
551 'image-decoders/bmp/BMPImageDecoder.h',
552 'image-decoders/bmp/BMPImageReader.cpp',
553 'image-decoders/bmp/BMPImageReader.h',
554 'image-decoders/gif/GIFImageDecoder.cpp',
555 'image-decoders/gif/GIFImageDecoder.h',
556 'image-decoders/gif/GIFImageReader.cpp',
557 'image-decoders/gif/GIFImageReader.h',
558 'image-decoders/ico/ICOImageDecoder.cpp',
559 'image-decoders/ico/ICOImageDecoder.h',
560 'image-decoders/jpeg/JPEGImageDecoder.cpp',
561 'image-decoders/jpeg/JPEGImageDecoder.h',
562 'image-decoders/png/PNGImageDecoder.cpp',
563 'image-decoders/png/PNGImageDecoder.h',
564 'image-decoders/webp/WEBPImageDecoder.cpp',
565 'image-decoders/webp/WEBPImageDecoder.h',
566 'image-encoders/skia/JPEGImageEncoder.cpp',
567 'image-encoders/skia/JPEGImageEncoder.h',
568 'image-encoders/skia/PNGImageEncoder.cpp',
569 'image-encoders/skia/PNGImageEncoder.h',
570 'image-encoders/skia/WEBPImageEncoder.cpp',
571 'image-encoders/skia/WEBPImageEncoder.h',
390 'mac/KillRingMac.mm', 572 'mac/KillRingMac.mm',
391 'mac/BlockExceptions.h', 573 'mac/BlockExceptions.h',
392 'mac/BlockExceptions.mm', 574 'mac/BlockExceptions.mm',
575 'mac/ColorMac.h',
576 'mac/ColorMac.mm',
577 'mac/LocalCurrentGraphicsContext.h',
578 'mac/LocalCurrentGraphicsContext.mm',
579 'mac/NSScrollerImpDetails.h',
580 'mac/NSScrollerImpDetails.mm',
581 'mac/ScrollAnimatorMac.h',
582 'mac/ScrollAnimatorMac.mm',
583 'mac/ScrollElasticityController.h',
584 'mac/ScrollElasticityController.mm',
393 'mac/WebFontCache.h', 585 'mac/WebFontCache.h',
394 'mac/WebFontCache.mm', 586 'mac/WebFontCache.mm',
395 'mediastream/MediaConstraints.cpp', 587 'mediastream/MediaConstraints.cpp',
396 'mediastream/MediaConstraints.h', 588 'mediastream/MediaConstraints.h',
397 'mediastream/MediaStreamComponent.cpp', 589 'mediastream/MediaStreamComponent.cpp',
398 'mediastream/MediaStreamComponent.h', 590 'mediastream/MediaStreamComponent.h',
399 'mediastream/MediaStreamSource.cpp', 591 'mediastream/MediaStreamSource.cpp',
400 'mediastream/MediaStreamSource.h', 592 'mediastream/MediaStreamSource.h',
401 'mediastream/RTCConfiguration.h', 593 'mediastream/RTCConfiguration.h',
402 'mediastream/RTCDTMFSenderHandler.cpp', 594 'mediastream/RTCDTMFSenderHandler.cpp',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 'network/ResourceResponse.cpp', 633 'network/ResourceResponse.cpp',
442 'network/ResourceResponse.h', 634 'network/ResourceResponse.h',
443 'network/WebSocketHandshakeRequest.cpp', 635 'network/WebSocketHandshakeRequest.cpp',
444 'network/WebSocketHandshakeRequest.h', 636 'network/WebSocketHandshakeRequest.h',
445 'network/WebSocketHandshakeResponse.cpp', 637 'network/WebSocketHandshakeResponse.cpp',
446 'network/WebSocketHandshakeResponse.h', 638 'network/WebSocketHandshakeResponse.h',
447 'plugins/PluginData.cpp', 639 'plugins/PluginData.cpp',
448 'plugins/PluginData.h', 640 'plugins/PluginData.h',
449 'plugins/PluginListBuilder.cpp', 641 'plugins/PluginListBuilder.cpp',
450 'plugins/PluginListBuilder.h', 642 'plugins/PluginListBuilder.h',
643 'scroll/ScrollAnimator.cpp',
644 'scroll/ScrollAnimator.h',
645 'scroll/ScrollAnimatorNone.cpp',
646 'scroll/ScrollAnimatorNone.h',
451 'scroll/ScrollTypes.h', 647 'scroll/ScrollTypes.h',
648 'scroll/ScrollView.cpp',
649 'scroll/ScrollableArea.cpp',
650 'scroll/ScrollableArea.h',
651 'scroll/Scrollbar.cpp',
652 'scroll/Scrollbar.h',
653 'scroll/ScrollbarTheme.cpp',
654 'scroll/ScrollbarTheme.h',
655 'scroll/ScrollbarThemeAndroid.cpp',
452 'scroll/ScrollbarThemeClient.h', 656 'scroll/ScrollbarThemeClient.h',
453 'scroll/ScrollTypes.h', 657 'scroll/ScrollbarThemeGtkOrAura.cpp',
658 'scroll/ScrollbarThemeGtkOrAura.h',
659 'scroll/ScrollbarThemeMacCommon.h',
660 'scroll/ScrollbarThemeMacCommon.mm',
661 'scroll/ScrollbarThemeMacNonOverlayAPI.h',
662 'scroll/ScrollbarThemeMacNonOverlayAPI.mm',
663 'scroll/ScrollbarThemeMacOverlayAPI.h',
664 'scroll/ScrollbarThemeMacOverlayAPI.mm',
665 'scroll/ScrollbarThemeMock.cpp',
666 'scroll/ScrollbarThemeMock.h',
667 'scroll/ScrollbarThemeOverlayMock.h',
668 'scroll/ScrollbarThemeNonMacCommon.cpp',
669 'scroll/ScrollbarThemeNonMacCommon.h',
670 'scroll/ScrollbarThemeOverlay.cpp',
671 'scroll/ScrollbarThemeOverlay.h',
672 'scroll/ScrollbarThemeWin.cpp',
673 'scroll/ScrollbarThemeWin.h',
454 'text/BidiContext.cpp', 674 'text/BidiContext.cpp',
455 'text/BidiContext.h', 675 'text/BidiContext.h',
456 'text/BidiResolver.h', 676 'text/BidiResolver.h',
457 'text/BidiRunList.h', 677 'text/BidiRunList.h',
458 'text/DateTimeFormat.cpp', 678 'text/DateTimeFormat.cpp',
459 'text/DateTimeFormat.h', 679 'text/DateTimeFormat.h',
460 'text/DecodeEscapeSequences.h', 680 'text/DecodeEscapeSequences.h',
461 'text/LineEnding.cpp', 681 'text/LineEnding.cpp',
462 'text/LineEnding.h', 682 'text/LineEnding.h',
463 'text/LocaleICU.cpp', 683 'text/LocaleICU.cpp',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'DecimalTest.cpp', 765 'DecimalTest.cpp',
546 'LayoutUnitTest.cpp', 766 'LayoutUnitTest.cpp',
547 'LifecycleContextTest.cpp', 767 'LifecycleContextTest.cpp',
548 'PODArenaTest.cpp', 768 'PODArenaTest.cpp',
549 'PODFreeListArenaTest.cpp', 769 'PODFreeListArenaTest.cpp',
550 'PODIntervalTreeTest.cpp', 770 'PODIntervalTreeTest.cpp',
551 'PODRedBlackTreeTest.cpp', 771 'PODRedBlackTreeTest.cpp',
552 'SharedBufferTest.cpp', 772 'SharedBufferTest.cpp',
553 'animation/UnitBezierTest.cpp', 773 'animation/UnitBezierTest.cpp',
554 'clipboard/ClipboardUtilitiesTest.cpp', 774 'clipboard/ClipboardUtilitiesTest.cpp',
775 'fonts/FontTest.cpp',
555 'geometry/RegionTest.cpp', 776 'geometry/RegionTest.cpp',
556 'geometry/RoundedRectTest.cpp', 777 'geometry/RoundedRectTest.cpp',
557 'graphics/ThreadSafeDataTransportTest.cpp', 778 'graphics/ThreadSafeDataTransportTest.cpp',
779 'graphics/test/MockDiscardablePixelRef.h',
780 'image-decoders/ImageDecoderTest.cpp',
558 'testing/ArenaTestHelpers.h', 781 'testing/ArenaTestHelpers.h',
559 'testing/TreeTestHelpers.cpp', 782 'testing/TreeTestHelpers.cpp',
560 'testing/TreeTestHelpers.h', 783 'testing/TreeTestHelpers.h',
561 'text/BidiResolverTest.cpp', 784 'text/BidiResolverTest.cpp',
562 'text/DateTimeFormatTest.cpp', 785 'text/DateTimeFormatTest.cpp',
563 'weborigin/DatabaseIdentifierTest.cpp', 786 'weborigin/DatabaseIdentifierTest.cpp',
564 'weborigin/KURLTest.cpp', 787 'weborigin/KURLTest.cpp',
565 'weborigin/OriginAccessEntryTest.cpp', 788 'weborigin/OriginAccessEntryTest.cpp',
566 'weborigin/SecurityOriginTest.cpp', 789 'weborigin/SecurityOriginTest.cpp',
567 ], 790 ],
568 }, 791 },
569 } 792 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698