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

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: ... also remove PLATFORM_EXPORT 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 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1380 'scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h', 1380 'scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.h',
1381 'scheduler/test/renderer_scheduler_test_support.cc', 1381 'scheduler/test/renderer_scheduler_test_support.cc',
1382 'scroll/ScrollbarTestSuite.h', 1382 'scroll/ScrollbarTestSuite.h',
1383 'testing/CompositorTest.cpp', 1383 'testing/CompositorTest.cpp',
1384 'testing/CompositorTest.h', 1384 'testing/CompositorTest.h',
1385 'testing/FakeDisplayItemClient.h', 1385 'testing/FakeDisplayItemClient.h',
1386 'testing/FakeGraphicsLayer.h', 1386 'testing/FakeGraphicsLayer.h',
1387 'testing/FakeGraphicsLayerClient.h', 1387 'testing/FakeGraphicsLayerClient.h',
1388 'testing/FontTestHelpers.cpp', 1388 'testing/FontTestHelpers.cpp',
1389 'testing/FontTestHelpers.h', 1389 'testing/FontTestHelpers.h',
1390 'testing/FuzzedDataProvider.cpp',
1391 'testing/FuzzedDataProvider.h',
1390 'testing/GeometryPrinters.cpp', 1392 'testing/GeometryPrinters.cpp',
1391 'testing/GeometryPrinters.h', 1393 'testing/GeometryPrinters.h',
1392 'testing/HistogramTester.cpp', 1394 'testing/HistogramTester.cpp',
1393 'testing/HistogramTester.h', 1395 'testing/HistogramTester.h',
1394 'testing/MessageLoopForMojo.h', 1396 'testing/MessageLoopForMojo.h',
1395 'testing/PaintPrinters.cpp', 1397 'testing/PaintPrinters.cpp',
1396 'testing/PaintPrinters.h', 1398 'testing/PaintPrinters.h',
1397 'testing/PictureMatchers.cpp', 1399 'testing/PictureMatchers.cpp',
1398 'testing/PictureMatchers.h', 1400 'testing/PictureMatchers.h',
1399 'testing/PlatformTestPrinters.cpp', 1401 'testing/PlatformTestPrinters.cpp',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 ['use_default_render_theme==1', 1448 ['use_default_render_theme==1',
1447 { 1449 {
1448 'platform_test_files': [ 1450 'platform_test_files': [
1449 'scroll/ScrollbarThemeAuraTest.cpp', 1451 'scroll/ScrollbarThemeAuraTest.cpp',
1450 ], 1452 ],
1451 } 1453 }
1452 ], 1454 ],
1453 ], 1455 ],
1454 }, 1456 },
1455 } 1457 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/DEPS ('k') | third_party/WebKit/Source/platform/testing/FuzzedDataProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698