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

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

Issue 2288983004: Merge TaskSynchronizer into WaitableEvent. (Closed)
Patch Set: fix Created 4 years, 3 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/audio/HRTFDatabaseLoader.cpp ('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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'SecureTextInput.cpp', 112 'SecureTextInput.cpp',
113 'SecureTextInput.h', 113 'SecureTextInput.h',
114 'SerializedResource.h', 114 'SerializedResource.h',
115 'SharedBuffer.cpp', 115 'SharedBuffer.cpp',
116 'SharedBuffer.h', 116 'SharedBuffer.h',
117 'SharedBufferChunkReader.cpp', 117 'SharedBufferChunkReader.cpp',
118 'SharedBufferChunkReader.h', 118 'SharedBufferChunkReader.h',
119 'StorageQuotaCallbacks.h', 119 'StorageQuotaCallbacks.h',
120 'Supplementable.cpp', 120 'Supplementable.cpp',
121 'Supplementable.h', 121 'Supplementable.h',
122 'TaskSynchronizer.cpp',
123 'TaskSynchronizer.h',
124 'Theme.cpp', 122 'Theme.cpp',
125 'Theme.h', 123 'Theme.h',
126 'ThemeTypes.h', 124 'ThemeTypes.h',
127 'Timer.cpp', 125 'Timer.cpp',
128 'Timer.h', 126 'Timer.h',
129 'TraceEvent.h', 127 'TraceEvent.h',
130 'TraceEventCommon.h', 128 'TraceEventCommon.h',
131 'TracedValue.cpp', 129 'TracedValue.cpp',
132 'TracedValue.h', 130 'TracedValue.h',
133 'UUID.cpp', 131 'UUID.cpp',
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
1458 ['use_default_render_theme==1', 1456 ['use_default_render_theme==1',
1459 { 1457 {
1460 'platform_test_files': [ 1458 'platform_test_files': [
1461 'scroll/ScrollbarThemeAuraTest.cpp', 1459 'scroll/ScrollbarThemeAuraTest.cpp',
1462 ], 1460 ],
1463 } 1461 }
1464 ], 1462 ],
1465 ], 1463 ],
1466 }, 1464 },
1467 } 1465 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698