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

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

Issue 469683002: Implement WebThreadSupportingGC, which wraps a WebThread attached to Oilpan's GC (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/platform/WebThreadSupportingGC.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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'TraceEvent.h', 135 'TraceEvent.h',
136 'TracedValue.cpp', 136 'TracedValue.cpp',
137 'TracedValue.h', 137 'TracedValue.h',
138 'UserGestureIndicator.cpp', 138 'UserGestureIndicator.cpp',
139 'UserGestureIndicator.h', 139 'UserGestureIndicator.h',
140 'URLPatternMatcher.cpp', 140 'URLPatternMatcher.cpp',
141 'URLPatternMatcher.h', 141 'URLPatternMatcher.h',
142 'UUID.cpp', 142 'UUID.cpp',
143 'UUID.h', 143 'UUID.h',
144 'WebThread.cpp', 144 'WebThread.cpp',
145 'WebThreadSupportingGC.cpp',
146 'WebThreadSupportingGC.h',
145 'Widget.cpp', 147 'Widget.cpp',
146 'Widget.h', 148 'Widget.h',
147 'WindowsKeyboardCodes.h', 149 'WindowsKeyboardCodes.h',
148 'animation/AnimationUtilities.h', 150 'animation/AnimationUtilities.h',
149 'animation/AnimationValue.h', 151 'animation/AnimationValue.h',
150 'animation/KeyframeValueList.cpp', 152 'animation/KeyframeValueList.cpp',
151 'animation/KeyframeValueList.h', 153 'animation/KeyframeValueList.h',
152 'animation/TimingFunction.cpp', 154 'animation/TimingFunction.cpp',
153 'animation/TimingFunction.h', 155 'animation/TimingFunction.h',
154 'animation/UnitBezier.h', 156 'animation/UnitBezier.h',
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'graphics/ImageFrameGeneratorTest.cpp', 962 'graphics/ImageFrameGeneratorTest.cpp',
961 'graphics/ImageLayerChromiumTest.cpp', 963 'graphics/ImageLayerChromiumTest.cpp',
962 'graphics/test/MockImageDecoder.h', 964 'graphics/test/MockImageDecoder.h',
963 'graphics/test/MockWebGraphicsContext3D.h', 965 'graphics/test/MockWebGraphicsContext3D.h',
964 'image-decoders/gif/GIFImageDecoderTest.cpp', 966 'image-decoders/gif/GIFImageDecoderTest.cpp',
965 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 967 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
966 'image-decoders/webp/WEBPImageDecoderTest.cpp', 968 'image-decoders/webp/WEBPImageDecoderTest.cpp',
967 ], 969 ],
968 }, 970 },
969 } 971 }
OLDNEW
« no previous file with comments | « Source/platform/WebThreadSupportingGC.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698