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

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

Issue 2250263003: Move FuzzedDataProvider to //base and expose to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add fuzzer for TextResourceDecoder Created 4 years, 4 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 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 'scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h', 1377 'scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h',
1378 'scheduler/test/renderer_scheduler_test_support.cc', 1378 'scheduler/test/renderer_scheduler_test_support.cc',
1379 'scroll/ScrollbarTestSuite.h', 1379 'scroll/ScrollbarTestSuite.h',
1380 'testing/CompositorTest.cpp', 1380 'testing/CompositorTest.cpp',
1381 'testing/CompositorTest.h', 1381 'testing/CompositorTest.h',
1382 'testing/FakeDisplayItemClient.h', 1382 'testing/FakeDisplayItemClient.h',
1383 'testing/FakeGraphicsLayer.h', 1383 'testing/FakeGraphicsLayer.h',
1384 'testing/FakeGraphicsLayerClient.h', 1384 'testing/FakeGraphicsLayerClient.h',
1385 'testing/FontTestHelpers.cpp', 1385 'testing/FontTestHelpers.cpp',
1386 'testing/FontTestHelpers.h', 1386 'testing/FontTestHelpers.h',
1387 'testing/FuzzedDataProvider.cpp',
1388 'testing/FuzzedDataProvider.h',
1387 'testing/GeometryPrinters.cpp', 1389 'testing/GeometryPrinters.cpp',
1388 'testing/GeometryPrinters.h', 1390 'testing/GeometryPrinters.h',
1389 'testing/HistogramTester.cpp', 1391 'testing/HistogramTester.cpp',
1390 'testing/HistogramTester.h', 1392 'testing/HistogramTester.h',
1391 'testing/MessageLoopForMojo.h', 1393 'testing/MessageLoopForMojo.h',
1392 'testing/PaintPrinters.cpp', 1394 'testing/PaintPrinters.cpp',
1393 'testing/PaintPrinters.h', 1395 'testing/PaintPrinters.h',
1394 'testing/PictureMatchers.cpp', 1396 'testing/PictureMatchers.cpp',
1395 'testing/PictureMatchers.h', 1397 'testing/PictureMatchers.h',
1396 'testing/PlatformTestPrinters.cpp', 1398 'testing/PlatformTestPrinters.cpp',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 ['use_default_render_theme==1', 1445 ['use_default_render_theme==1',
1444 { 1446 {
1445 'platform_test_files': [ 1447 'platform_test_files': [
1446 'scroll/ScrollbarThemeAuraTest.cpp', 1448 'scroll/ScrollbarThemeAuraTest.cpp',
1447 ], 1449 ],
1448 } 1450 }
1449 ], 1451 ],
1450 ], 1452 ],
1451 }, 1453 },
1452 } 1454 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698