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

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

Issue 1722893002: [LoaderTest] Add the gtest pretty printer for ResourceError (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp1274063003
Patch Set: Rebase. Created 4 years, 9 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 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 'image-decoders/ImageDecoderTestHelpers.cpp', 1227 'image-decoders/ImageDecoderTestHelpers.cpp',
1228 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1228 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1229 'image-decoders/gif/GIFImageDecoderTest.cpp', 1229 'image-decoders/gif/GIFImageDecoderTest.cpp',
1230 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1230 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1231 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1231 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1232 'threading/BackgroundTaskRunnerTest.cpp', 1232 'threading/BackgroundTaskRunnerTest.cpp',
1233 ], 1233 ],
1234 'platform_test_support_files': [ 1234 'platform_test_support_files': [
1235 'graphics/test/FakeGraphicsLayerFactory.cpp', 1235 'graphics/test/FakeGraphicsLayerFactory.cpp',
1236 'graphics/test/FakeGraphicsLayerFactory.h', 1236 'graphics/test/FakeGraphicsLayerFactory.h',
1237 'testing/PlatformTestPrinters.cpp',
1237 'testing/GeometryPrinters.cpp', 1238 'testing/GeometryPrinters.cpp',
1238 'testing/GeometryPrinters.h', 1239 'testing/GeometryPrinters.h',
1239 'testing/MessageLoopForMojo.h', 1240 'testing/MessageLoopForMojo.h',
1240 'testing/PaintPrinters.cpp', 1241 'testing/PaintPrinters.cpp',
1241 'testing/PaintPrinters.h', 1242 'testing/PaintPrinters.h',
1242 'testing/PictureMatchers.cpp', 1243 'testing/PictureMatchers.cpp',
1243 'testing/PictureMatchers.h', 1244 'testing/PictureMatchers.h',
1244 'testing/TestingPlatformSupport.cpp', 1245 'testing/TestingPlatformSupport.cpp',
1245 'testing/TestingPlatformSupport.h', 1246 'testing/TestingPlatformSupport.h',
1246 'testing/TestPaintArtifact.cpp', 1247 'testing/TestPaintArtifact.cpp',
(...skipping 30 matching lines...) Expand all
1277 ['OS!="mac"', 1278 ['OS!="mac"',
1278 { 1279 {
1279 'platform_test_files': [ 1280 'platform_test_files': [
1280 'scroll/ScrollAnimatorTest.cpp', 1281 'scroll/ScrollAnimatorTest.cpp',
1281 ], 1282 ],
1282 } 1283 }
1283 ], 1284 ],
1284 ], 1285 ],
1285 }, 1286 },
1286 } 1287 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698