OLD | NEW |
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 'Clock.cpp', | 10 'Clock.cpp', |
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 'graphics/gpu/DrawingBuffer.cpp', | 517 'graphics/gpu/DrawingBuffer.cpp', |
518 'graphics/gpu/DrawingBuffer.h', | 518 'graphics/gpu/DrawingBuffer.h', |
519 'graphics/gpu/Extensions3DUtil.cpp', | 519 'graphics/gpu/Extensions3DUtil.cpp', |
520 'graphics/gpu/Extensions3DUtil.h', | 520 'graphics/gpu/Extensions3DUtil.h', |
521 'graphics/gpu/WebGLImageBufferSurface.cpp', | 521 'graphics/gpu/WebGLImageBufferSurface.cpp', |
522 'graphics/gpu/WebGLImageBufferSurface.h', | 522 'graphics/gpu/WebGLImageBufferSurface.h', |
523 'graphics/gpu/WebGLImageConversion.cpp', | 523 'graphics/gpu/WebGLImageConversion.cpp', |
524 'graphics/gpu/WebGLImageConversion.h', | 524 'graphics/gpu/WebGLImageConversion.h', |
525 'graphics/media/MediaPlayer.cpp', | 525 'graphics/media/MediaPlayer.cpp', |
526 'graphics/media/MediaPlayer.h', | 526 'graphics/media/MediaPlayer.h', |
527 'graphics/paint/ClipDisplayItem.cpp', | |
528 'graphics/paint/ClipDisplayItem.h', | |
529 'graphics/paint/DisplayItem.cpp', | |
530 'graphics/paint/DisplayItem.h', | |
531 'graphics/paint/DisplayItemList.cpp', | |
532 'graphics/paint/DisplayItemList.h', | |
533 'graphics/paint/DrawingDisplayItem.cpp', | |
534 'graphics/paint/DrawingDisplayItem.h', | |
535 'graphics/skia/GaneshUtils.cpp', | 527 'graphics/skia/GaneshUtils.cpp', |
536 'graphics/skia/GaneshUtils.h', | 528 'graphics/skia/GaneshUtils.h', |
537 'graphics/skia/NativeImageSkia.cpp', | 529 'graphics/skia/NativeImageSkia.cpp', |
538 'graphics/skia/NativeImageSkia.h', | 530 'graphics/skia/NativeImageSkia.h', |
539 'graphics/skia/SkSizeHash.h', | 531 'graphics/skia/SkSizeHash.h', |
540 'graphics/skia/SkiaUtils.cpp', | 532 'graphics/skia/SkiaUtils.cpp', |
541 'graphics/skia/SkiaUtils.h', | 533 'graphics/skia/SkiaUtils.h', |
542 'graphics/BitmapImage.cpp', | 534 'graphics/BitmapImage.cpp', |
543 'graphics/BitmapImage.h', | 535 'graphics/BitmapImage.h', |
544 'graphics/BitmapPattern.cpp', | 536 'graphics/BitmapPattern.cpp', |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
952 'graphics/ImageFrameGeneratorTest.cpp', | 944 'graphics/ImageFrameGeneratorTest.cpp', |
953 'graphics/ImageLayerChromiumTest.cpp', | 945 'graphics/ImageLayerChromiumTest.cpp', |
954 'graphics/test/MockImageDecoder.h', | 946 'graphics/test/MockImageDecoder.h', |
955 'graphics/test/MockWebGraphicsContext3D.h', | 947 'graphics/test/MockWebGraphicsContext3D.h', |
956 'image-decoders/gif/GIFImageDecoderTest.cpp', | 948 'image-decoders/gif/GIFImageDecoderTest.cpp', |
957 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 949 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
958 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 950 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
959 ], | 951 ], |
960 }, | 952 }, |
961 } | 953 } |
OLD | NEW |