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

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

Issue 2043753002: Declarative resource hints go through mojo IPC to //content Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use unique_ptr to avoid memory leaks in unit tests Created 4 years, 6 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'PODIntervalTree.h', 82 'PODIntervalTree.h',
83 'PODRedBlackTree.h', 83 'PODRedBlackTree.h',
84 'ParsingUtilities.h', 84 'ParsingUtilities.h',
85 'PasteMode.h', 85 'PasteMode.h',
86 'PlatformEvent.h', 86 'PlatformEvent.h',
87 'PlatformGestureEvent.h', 87 'PlatformGestureEvent.h',
88 'PlatformInstrumentation.cpp', 88 'PlatformInstrumentation.cpp',
89 'PlatformInstrumentation.h', 89 'PlatformInstrumentation.h',
90 'PlatformKeyboardEvent.cpp', 90 'PlatformKeyboardEvent.cpp',
91 'PlatformKeyboardEvent.h', 91 'PlatformKeyboardEvent.h',
92 'PlatformMojoInterface.cpp',
93 'PlatformMojoInterface.h',
92 'PlatformMouseEvent.h', 94 'PlatformMouseEvent.h',
93 'PlatformResourceLoader.cpp', 95 'PlatformResourceLoader.cpp',
94 'PlatformResourceLoader.h', 96 'PlatformResourceLoader.h',
95 'PlatformTouchEvent.h', 97 'PlatformTouchEvent.h',
96 'PlatformTouchPoint.h', 98 'PlatformTouchPoint.h',
97 'PlatformWheelEvent.h', 99 'PlatformWheelEvent.h',
98 'PluginScriptForbiddenScope.cpp', 100 'PluginScriptForbiddenScope.cpp',
99 'PluginScriptForbiddenScope.h', 101 'PluginScriptForbiddenScope.h',
100 'PopupMenu.h', 102 'PopupMenu.h',
101 'Prerender.cpp', 103 'Prerender.cpp',
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 'network/EncodedFormData.cpp', 906 'network/EncodedFormData.cpp',
905 'network/EncodedFormData.h', 907 'network/EncodedFormData.h',
906 'network/FormDataEncoder.cpp', 908 'network/FormDataEncoder.cpp',
907 'network/FormDataEncoder.h', 909 'network/FormDataEncoder.h',
908 'network/HTTPHeaderMap.cpp', 910 'network/HTTPHeaderMap.cpp',
909 'network/HTTPHeaderMap.h', 911 'network/HTTPHeaderMap.h',
910 'network/HTTPParsers.cpp', 912 'network/HTTPParsers.cpp',
911 'network/HTTPParsers.h', 913 'network/HTTPParsers.h',
912 'network/LinkHeader.cpp', 914 'network/LinkHeader.cpp',
913 'network/LinkHeader.h', 915 'network/LinkHeader.h',
914 'network/NetworkHints.cpp',
915 'network/NetworkHints.h',
916 'network/NetworkUtils.cpp', 916 'network/NetworkUtils.cpp',
917 'network/NetworkUtils.h', 917 'network/NetworkUtils.h',
918 'network/ParsedContentType.cpp', 918 'network/ParsedContentType.cpp',
919 'network/ParsedContentType.h', 919 'network/ParsedContentType.h',
920 'network/ResourceError.cpp', 920 'network/ResourceError.cpp',
921 'network/ResourceError.h', 921 'network/ResourceError.h',
922 'network/ResourceLoadTiming.cpp', 922 'network/ResourceLoadTiming.cpp',
923 'network/ResourceLoadTiming.h', 923 'network/ResourceLoadTiming.h',
924 'network/ResourceRequest.cpp', 924 'network/ResourceRequest.cpp',
925 'network/ResourceRequest.h', 925 'network/ResourceRequest.h',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 'testing/GeometryPrinters.cpp', 1277 'testing/GeometryPrinters.cpp',
1278 'testing/GeometryPrinters.h', 1278 'testing/GeometryPrinters.h',
1279 'testing/HistogramTester.cpp', 1279 'testing/HistogramTester.cpp',
1280 'testing/HistogramTester.h', 1280 'testing/HistogramTester.h',
1281 'testing/MessageLoopForMojo.h', 1281 'testing/MessageLoopForMojo.h',
1282 'testing/PaintPrinters.cpp', 1282 'testing/PaintPrinters.cpp',
1283 'testing/PaintPrinters.h', 1283 'testing/PaintPrinters.h',
1284 'testing/PictureMatchers.cpp', 1284 'testing/PictureMatchers.cpp',
1285 'testing/PictureMatchers.h', 1285 'testing/PictureMatchers.h',
1286 'testing/PlatformTestPrinters.cpp', 1286 'testing/PlatformTestPrinters.cpp',
1287 'testing/PlatformMojoMock.h',
1287 'testing/TestingPlatformSupport.cpp', 1288 'testing/TestingPlatformSupport.cpp',
1288 'testing/TestingPlatformSupport.h', 1289 'testing/TestingPlatformSupport.h',
1289 'testing/TestPaintArtifact.cpp', 1290 'testing/TestPaintArtifact.cpp',
1290 'testing/TestPaintArtifact.h', 1291 'testing/TestPaintArtifact.h',
1291 'testing/TransformPrinters.cpp', 1292 'testing/TransformPrinters.cpp',
1292 'testing/TransformPrinters.h', 1293 'testing/TransformPrinters.h',
1293 'testing/URLTestHelpers.cpp', 1294 'testing/URLTestHelpers.cpp',
1294 'testing/URLTestHelpers.h', 1295 'testing/URLTestHelpers.h',
1295 'testing/UnitTestHelpers.cpp', 1296 'testing/UnitTestHelpers.cpp',
1296 'testing/UnitTestHelpers.h', 1297 'testing/UnitTestHelpers.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 ['use_default_render_theme==1', 1334 ['use_default_render_theme==1',
1334 { 1335 {
1335 'platform_test_files': [ 1336 'platform_test_files': [
1336 'scroll/ScrollbarThemeAuraTest.cpp', 1337 'scroll/ScrollbarThemeAuraTest.cpp',
1337 ], 1338 ],
1338 } 1339 }
1339 ], 1340 ],
1340 ], 1341 ],
1341 }, 1342 },
1342 } 1343 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698