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

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

Issue 1851743002: Simplify Supplementables post Oilpan. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component build Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/platform/Supplementable.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'PlatformTouchPoint.h', 95 'PlatformTouchPoint.h',
96 'PlatformWheelEvent.h', 96 'PlatformWheelEvent.h',
97 'PluginScriptForbiddenScope.cpp', 97 'PluginScriptForbiddenScope.cpp',
98 'PluginScriptForbiddenScope.h', 98 'PluginScriptForbiddenScope.h',
99 'PopupMenu.h', 99 'PopupMenu.h',
100 'Prerender.cpp', 100 'Prerender.cpp',
101 'Prerender.h', 101 'Prerender.h',
102 'PrerenderClient.h', 102 'PrerenderClient.h',
103 'PurgeableVector.cpp', 103 'PurgeableVector.cpp',
104 'PurgeableVector.h', 104 'PurgeableVector.h',
105 'RefCountedSupplement.h',
106 'ScriptForbiddenScope.cpp', 105 'ScriptForbiddenScope.cpp',
107 'ScriptForbiddenScope.h', 106 'ScriptForbiddenScope.h',
108 'SecureTextInput.cpp', 107 'SecureTextInput.cpp',
109 'SecureTextInput.h', 108 'SecureTextInput.h',
110 'SerializedResource.h', 109 'SerializedResource.h',
111 'SharedBuffer.cpp', 110 'SharedBuffer.cpp',
112 'SharedBuffer.h', 111 'SharedBuffer.h',
113 'SharedBufferChunkReader.cpp', 112 'SharedBufferChunkReader.cpp',
114 'SharedBufferChunkReader.h', 113 'SharedBufferChunkReader.h',
115 'StorageQuotaCallbacks.h', 114 'StorageQuotaCallbacks.h',
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 ['OS!="mac"', 1292 ['OS!="mac"',
1294 { 1293 {
1295 'platform_test_files': [ 1294 'platform_test_files': [
1296 'scroll/ScrollAnimatorTest.cpp', 1295 'scroll/ScrollAnimatorTest.cpp',
1297 ], 1296 ],
1298 } 1297 }
1299 ], 1298 ],
1300 ], 1299 ],
1301 }, 1300 },
1302 } 1301 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/Supplementable.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698