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

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: Update comment and get rid of the platform mock 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 'PlatformMojoServices.cpp',
93 'PlatformMojoServices.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 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 'testing/GeometryPrinters.cpp', 1280 'testing/GeometryPrinters.cpp',
1279 'testing/GeometryPrinters.h', 1281 'testing/GeometryPrinters.h',
1280 'testing/HistogramTester.cpp', 1282 'testing/HistogramTester.cpp',
1281 'testing/HistogramTester.h', 1283 'testing/HistogramTester.h',
1282 'testing/MessageLoopForMojo.h', 1284 'testing/MessageLoopForMojo.h',
1283 'testing/PaintPrinters.cpp', 1285 'testing/PaintPrinters.cpp',
1284 'testing/PaintPrinters.h', 1286 'testing/PaintPrinters.h',
1285 'testing/PictureMatchers.cpp', 1287 'testing/PictureMatchers.cpp',
1286 'testing/PictureMatchers.h', 1288 'testing/PictureMatchers.h',
1287 'testing/PlatformTestPrinters.cpp', 1289 'testing/PlatformTestPrinters.cpp',
1290 'testing/PlatformMojoMock.h',
kinuko 2016/06/17 04:30:24 do we still need this?
Charlie Harrison 2016/06/17 06:43:11 Done.
1288 'testing/TestingPlatformSupport.cpp', 1291 'testing/TestingPlatformSupport.cpp',
1289 'testing/TestingPlatformSupport.h', 1292 'testing/TestingPlatformSupport.h',
1290 'testing/TestPaintArtifact.cpp', 1293 'testing/TestPaintArtifact.cpp',
1291 'testing/TestPaintArtifact.h', 1294 'testing/TestPaintArtifact.h',
1292 'testing/TransformPrinters.cpp', 1295 'testing/TransformPrinters.cpp',
1293 'testing/TransformPrinters.h', 1296 'testing/TransformPrinters.h',
1294 'testing/URLTestHelpers.cpp', 1297 'testing/URLTestHelpers.cpp',
1295 'testing/URLTestHelpers.h', 1298 'testing/URLTestHelpers.h',
1296 'testing/UnitTestHelpers.cpp', 1299 'testing/UnitTestHelpers.cpp',
1297 'testing/UnitTestHelpers.h', 1300 'testing/UnitTestHelpers.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 ['use_default_render_theme==1', 1337 ['use_default_render_theme==1',
1335 { 1338 {
1336 'platform_test_files': [ 1339 'platform_test_files': [
1337 'scroll/ScrollbarThemeAuraTest.cpp', 1340 'scroll/ScrollbarThemeAuraTest.cpp',
1338 ], 1341 ],
1339 } 1342 }
1340 ], 1343 ],
1341 ], 1344 ],
1342 }, 1345 },
1343 } 1346 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698