OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |