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

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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/network/ResourceError.h » ('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 '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 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 'graphics/test/FakeGraphicsLayerFactory.h', 1236 'graphics/test/FakeGraphicsLayerFactory.h',
1237 'testing/FontTestHelpers.cpp', 1237 'testing/FontTestHelpers.cpp',
1238 'testing/FontTestHelpers.h', 1238 'testing/FontTestHelpers.h',
1239 'testing/GeometryPrinters.cpp', 1239 'testing/GeometryPrinters.cpp',
1240 'testing/GeometryPrinters.h', 1240 'testing/GeometryPrinters.h',
1241 'testing/MessageLoopForMojo.h', 1241 'testing/MessageLoopForMojo.h',
1242 'testing/PaintPrinters.cpp', 1242 'testing/PaintPrinters.cpp',
1243 'testing/PaintPrinters.h', 1243 'testing/PaintPrinters.h',
1244 'testing/PictureMatchers.cpp', 1244 'testing/PictureMatchers.cpp',
1245 'testing/PictureMatchers.h', 1245 'testing/PictureMatchers.h',
1246 'testing/PlatformTestPrinters.cpp',
1246 'testing/TestingPlatformSupport.cpp', 1247 'testing/TestingPlatformSupport.cpp',
1247 'testing/TestingPlatformSupport.h', 1248 'testing/TestingPlatformSupport.h',
1248 'testing/TestPaintArtifact.cpp', 1249 'testing/TestPaintArtifact.cpp',
1249 'testing/TestPaintArtifact.h', 1250 'testing/TestPaintArtifact.h',
1250 'testing/TransformPrinters.cpp', 1251 'testing/TransformPrinters.cpp',
1251 'testing/TransformPrinters.h', 1252 'testing/TransformPrinters.h',
1252 'testing/URLTestHelpers.cpp', 1253 'testing/URLTestHelpers.cpp',
1253 'testing/URLTestHelpers.h', 1254 'testing/URLTestHelpers.h',
1254 'testing/UnitTestHelpers.cpp', 1255 'testing/UnitTestHelpers.cpp',
1255 'testing/UnitTestHelpers.h', 1256 'testing/UnitTestHelpers.h',
(...skipping 23 matching lines...) Expand all
1279 ['OS!="mac"', 1280 ['OS!="mac"',
1280 { 1281 {
1281 'platform_test_files': [ 1282 'platform_test_files': [
1282 'scroll/ScrollAnimatorTest.cpp', 1283 'scroll/ScrollAnimatorTest.cpp',
1283 ], 1284 ],
1284 } 1285 }
1285 ], 1286 ],
1286 ], 1287 ],
1287 }, 1288 },
1288 } 1289 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/network/ResourceError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698