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

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

Issue 1325073002: Introduce WebTaskRunner Patch 1/5 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix comment Created 5 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 | « Source/platform/WebTaskRunner.cpp ('k') | public/BUILD.gn » ('j') | 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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'Timer.h', 127 'Timer.h',
128 'TraceEvent.h', 128 'TraceEvent.h',
129 'TraceEventCommon.h', 129 'TraceEventCommon.h',
130 'TracedValue.cpp', 130 'TracedValue.cpp',
131 'TracedValue.h', 131 'TracedValue.h',
132 'UUID.cpp', 132 'UUID.cpp',
133 'UUID.h', 133 'UUID.h',
134 'UserGestureIndicator.cpp', 134 'UserGestureIndicator.cpp',
135 'UserGestureIndicator.h', 135 'UserGestureIndicator.h',
136 'WebScheduler.cpp', 136 'WebScheduler.cpp',
137 'WebTaskRunner.cpp',
137 'WebThreadSupportingGC.cpp', 138 'WebThreadSupportingGC.cpp',
138 'WebThreadSupportingGC.h', 139 'WebThreadSupportingGC.h',
139 'WebThread.cpp', 140 'WebThread.cpp',
140 'Widget.cpp', 141 'Widget.cpp',
141 'Widget.h', 142 'Widget.h',
142 'WindowsKeyboardCodes.h', 143 'WindowsKeyboardCodes.h',
143 'animation/AnimationUtilities.h', 144 'animation/AnimationUtilities.h',
144 'animation/CubicBezierControlPoints.cpp', 145 'animation/CubicBezierControlPoints.cpp',
145 'animation/CubicBezierControlPoints.h', 146 'animation/CubicBezierControlPoints.h',
146 'animation/TimingFunction.cpp', 147 'animation/TimingFunction.cpp',
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 ['os_posix==1 and OS!="mac"', 1060 ['os_posix==1 and OS!="mac"',
1060 { 1061 {
1061 'platform_test_files': [ 1062 'platform_test_files': [
1062 'text/LocaleICUTest.cpp', 1063 'text/LocaleICUTest.cpp',
1063 ], 1064 ],
1064 } 1065 }
1065 ], 1066 ],
1066 ], 1067 ],
1067 }, 1068 },
1068 } 1069 }
OLDNEW
« no previous file with comments | « Source/platform/WebTaskRunner.cpp ('k') | public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698