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

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: remove gmocking + add another browser test 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 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 ['use_default_render_theme==1', 1337 ['use_default_render_theme==1',
1336 { 1338 {
1337 'platform_test_files': [ 1339 'platform_test_files': [
1338 'scroll/ScrollbarThemeAuraTest.cpp', 1340 'scroll/ScrollbarThemeAuraTest.cpp',
1339 ], 1341 ],
1340 } 1342 }
1341 ], 1343 ],
1342 ], 1344 ],
1343 }, 1345 },
1344 } 1346 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698