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

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

Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a TODO comment. Created 4 years, 10 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
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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'Widget.h', 148 'Widget.h',
149 'WindowsKeyboardCodes.h', 149 'WindowsKeyboardCodes.h',
150 'animation/AnimationUtilities.h', 150 'animation/AnimationUtilities.h',
151 'animation/CubicBezierControlPoints.cpp', 151 'animation/CubicBezierControlPoints.cpp',
152 'animation/CubicBezierControlPoints.h', 152 'animation/CubicBezierControlPoints.h',
153 'animation/TimingFunction.cpp', 153 'animation/TimingFunction.cpp',
154 'animation/TimingFunction.h', 154 'animation/TimingFunction.h',
155 'animation/UnitBezier.h', 155 'animation/UnitBezier.h',
156 'animation/CompositorAnimation.cpp', 156 'animation/CompositorAnimation.cpp',
157 'animation/CompositorAnimation.h', 157 'animation/CompositorAnimation.h',
158 'animation/CompositorAnimationCurve.cpp', 158 'animation/CompositorAnimationCurve.cpp',
159 'animation/CompositorAnimationCurve.h', 159 'animation/CompositorAnimationCurve.h',
160 'animation/CompositorAnimationPlayer.cpp', 160 'animation/CompositorAnimationPlayer.cpp',
161 'animation/CompositorAnimationPlayer.h', 161 'animation/CompositorAnimationPlayer.h',
162 'animation/CompositorAnimationPlayerClient.cpp', 162 'animation/CompositorAnimationPlayerClient.cpp',
163 'animation/CompositorAnimationPlayerClient.h', 163 'animation/CompositorAnimationPlayerClient.h',
164 'animation/CompositorAnimationTimeline.cpp', 164 'animation/CompositorAnimationTimeline.cpp',
165 'animation/CompositorAnimationTimeline.h', 165 'animation/CompositorAnimationTimeline.h',
166 'animation/CompositorFilterAnimationCurve.cpp', 166 'animation/CompositorFilterAnimationCurve.cpp',
167 'animation/CompositorFilterAnimationCurve.h', 167 'animation/CompositorFilterAnimationCurve.h',
168 'animation/CompositorFilterKeyframe.cpp', 168 'animation/CompositorFilterKeyframe.cpp',
169 'animation/CompositorFilterKeyframe.h', 169 'animation/CompositorFilterKeyframe.h',
170 'animation/CompositorFloatAnimationCurve.cpp', 170 'animation/CompositorFloatAnimationCurve.cpp',
171 'animation/CompositorFloatAnimationCurve.h', 171 'animation/CompositorFloatAnimationCurve.h',
172 'animation/CompositorFloatKeyframe.h', 172 'animation/CompositorFloatKeyframe.h',
173 'animation/CompositorScrollOffsetAnimationCurve.cpp', 173 'animation/CompositorScrollOffsetAnimationCurve.cpp',
174 'animation/CompositorScrollOffsetAnimationCurve.h', 174 'animation/CompositorScrollOffsetAnimationCurve.h',
175 'animation/CompositorTransformAnimationCurve.cpp', 175 'animation/CompositorTransformAnimationCurve.cpp',
176 'animation/CompositorTransformAnimationCurve.h', 176 'animation/CompositorTransformAnimationCurve.h',
177 'animation/CompositorTransformKeyframe.cpp', 177 'animation/CompositorTransformKeyframe.cpp',
178 'animation/CompositorTransformKeyframe.h', 178 'animation/CompositorTransformKeyframe.h',
179 'animation/CompositorTransformOperations.cpp', 179 'animation/CompositorTransformOperations.cpp',
180 'animation/CompositorTransformOperations.h', 180 'animation/CompositorTransformOperations.h',
181 'animation/WebToCCAnimationDelegateAdapter.cpp', 181 'animation/WebToCCAnimationDelegateAdapter.cpp',
182 'animation/WebToCCAnimationDelegateAdapter.h', 182 'animation/WebToCCAnimationDelegateAdapter.h',
183 'audio/AudioArray.h', 183 'audio/AudioArray.h',
184 'audio/AudioBus.cpp', 184 'audio/AudioBus.cpp',
185 'audio/AudioBus.h', 185 'audio/AudioBus.h',
186 'audio/AudioChannel.cpp', 186 'audio/AudioChannel.cpp',
187 'audio/AudioChannel.h', 187 'audio/AudioChannel.h',
188 'audio/AudioDSPKernel.cpp', 188 'audio/AudioDSPKernel.cpp',
189 'audio/AudioDSPKernel.h', 189 'audio/AudioDSPKernel.h',
190 'audio/AudioDSPKernelProcessor.cpp', 190 'audio/AudioDSPKernelProcessor.cpp',
191 'audio/AudioDSPKernelProcessor.h', 191 'audio/AudioDSPKernelProcessor.h',
192 'audio/AudioDelayDSPKernel.cpp', 192 'audio/AudioDelayDSPKernel.cpp',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'audio/UpSampler.cpp', 267 'audio/UpSampler.cpp',
268 'audio/UpSampler.h', 268 'audio/UpSampler.h',
269 'audio/VectorMath.cpp', 269 'audio/VectorMath.cpp',
270 'audio/VectorMath.h', 270 'audio/VectorMath.h',
271 'audio/ZeroPole.cpp', 271 'audio/ZeroPole.cpp',
272 'audio/ZeroPole.h', 272 'audio/ZeroPole.h',
273 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', 273 'audio/android/FFTFrameOpenMAXDLAndroid.cpp',
274 'audio/ffmpeg/FFTFrameFFMPEG.cpp', 274 'audio/ffmpeg/FFTFrameFFMPEG.cpp',
275 'audio/ipp/FFTFrameIPP.cpp', 275 'audio/ipp/FFTFrameIPP.cpp',
276 'audio/mac/FFTFrameMac.cpp', 276 'audio/mac/FFTFrameMac.cpp',
277 'battery/battery_dispatcher_proxy.cc',
278 'battery/battery_dispatcher_proxy.h',
279 'battery/battery_status.h',
277 'blob/BlobData.cpp', 280 'blob/BlobData.cpp',
278 'blob/BlobData.h', 281 'blob/BlobData.h',
279 'blob/BlobRegistry.cpp', 282 'blob/BlobRegistry.cpp',
280 'blob/BlobRegistry.h', 283 'blob/BlobRegistry.h',
281 'blob/BlobURL.cpp', 284 'blob/BlobURL.cpp',
282 'blob/BlobURL.h', 285 'blob/BlobURL.h',
283 'clipboard/ClipboardMimeTypes.cpp', 286 'clipboard/ClipboardMimeTypes.cpp',
284 'clipboard/ClipboardMimeTypes.h', 287 'clipboard/ClipboardMimeTypes.h',
285 'clipboard/ClipboardUtilities.cpp', 288 'clipboard/ClipboardUtilities.cpp',
286 'clipboard/ClipboardUtilities.h', 289 'clipboard/ClipboardUtilities.h',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'graphics/CanvasMetrics.h', 552 'graphics/CanvasMetrics.h',
550 'graphics/Color.cpp', 553 'graphics/Color.cpp',
551 'graphics/Color.h', 554 'graphics/Color.h',
552 'graphics/ColorSpace.cpp', 555 'graphics/ColorSpace.cpp',
553 'graphics/ColorSpace.h', 556 'graphics/ColorSpace.h',
554 'graphics/ColorSpaceProfileData.cpp', 557 'graphics/ColorSpaceProfileData.cpp',
555 'graphics/ColorSpaceProfileData.h', 558 'graphics/ColorSpaceProfileData.h',
556 'graphics/CompositingReasons.cpp', 559 'graphics/CompositingReasons.cpp',
557 'graphics/CompositingReasons.h', 560 'graphics/CompositingReasons.h',
558 'graphics/CompositorFactory.cpp', 561 'graphics/CompositorFactory.cpp',
559 'graphics/CompositorFactory.h', 562 'graphics/CompositorFactory.h',
560 'graphics/CompositorFilterOperations.cpp', 563 'graphics/CompositorFilterOperations.cpp',
561 'graphics/CompositorFilterOperations.h', 564 'graphics/CompositorFilterOperations.h',
562 'graphics/CompositorMutableState.cpp', 565 'graphics/CompositorMutableState.cpp',
563 'graphics/CompositorMutableState.h', 566 'graphics/CompositorMutableState.h',
564 'graphics/CompositorMutableStateProvider.cpp', 567 'graphics/CompositorMutableStateProvider.cpp',
565 'graphics/CompositorMutableStateProvider.h', 568 'graphics/CompositorMutableStateProvider.h',
566 'graphics/ContentLayerDelegate.cpp', 569 'graphics/ContentLayerDelegate.cpp',
567 'graphics/ContentLayerDelegate.h', 570 'graphics/ContentLayerDelegate.h',
568 'graphics/ContiguousContainer.cpp', 571 'graphics/ContiguousContainer.cpp',
569 'graphics/ContiguousContainer.h', 572 'graphics/ContiguousContainer.h',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 'text/TextRunIterator.h', 980 'text/TextRunIterator.h',
978 'text/TextStream.cpp', 981 'text/TextStream.cpp',
979 'text/TextStream.h', 982 'text/TextStream.h',
980 'text/UnicodeBidi.h', 983 'text/UnicodeBidi.h',
981 'text/UnicodeRange.cpp', 984 'text/UnicodeRange.cpp',
982 'text/UnicodeRange.h', 985 'text/UnicodeRange.h',
983 'text/UnicodeUtilities.cpp', 986 'text/UnicodeUtilities.cpp',
984 'text/UnicodeUtilities.h', 987 'text/UnicodeUtilities.h',
985 'threading/BackgroundTaskRunner.cpp', 988 'threading/BackgroundTaskRunner.cpp',
986 'threading/BackgroundTaskRunner.h', 989 'threading/BackgroundTaskRunner.h',
990 'threading/BindForMojo.h',
987 'transforms/AffineTransform.cpp', 991 'transforms/AffineTransform.cpp',
988 'transforms/AffineTransform.h', 992 'transforms/AffineTransform.h',
989 'transforms/IdentityTransformOperation.h', 993 'transforms/IdentityTransformOperation.h',
990 'transforms/InterpolatedTransformOperation.cpp', 994 'transforms/InterpolatedTransformOperation.cpp',
991 'transforms/InterpolatedTransformOperation.h', 995 'transforms/InterpolatedTransformOperation.h',
992 'transforms/Matrix3DTransformOperation.cpp', 996 'transforms/Matrix3DTransformOperation.cpp',
993 'transforms/Matrix3DTransformOperation.h', 997 'transforms/Matrix3DTransformOperation.h',
994 'transforms/MatrixTransformOperation.cpp', 998 'transforms/MatrixTransformOperation.cpp',
995 'transforms/MatrixTransformOperation.h', 999 'transforms/MatrixTransformOperation.h',
996 'transforms/PerspectiveTransformOperation.cpp', 1000 'transforms/PerspectiveTransformOperation.cpp',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 'PODIntervalTreeTest.cpp', 1098 'PODIntervalTreeTest.cpp',
1095 'PODRedBlackTreeTest.cpp', 1099 'PODRedBlackTreeTest.cpp',
1096 'PurgeableVectorTest.cpp', 1100 'PurgeableVectorTest.cpp',
1097 'SharedBufferTest.cpp', 1101 'SharedBufferTest.cpp',
1098 'TimerTest.cpp', 1102 'TimerTest.cpp',
1099 'TracedValueTest.cpp', 1103 'TracedValueTest.cpp',
1100 'UserGestureIndicatorTest.cpp', 1104 'UserGestureIndicatorTest.cpp',
1101 'UUIDTest.cpp', 1105 'UUIDTest.cpp',
1102 'WebScreenInfoTest.cpp', 1106 'WebScreenInfoTest.cpp',
1103 'WebVectorTest.cpp', 1107 'WebVectorTest.cpp',
1104 'animation/TimingFunctionTest.cpp',
1105 'animation/UnitBezierTest.cpp',
1106 'animation/CompositorAnimationPlayerTest.cpp', 1108 'animation/CompositorAnimationPlayerTest.cpp',
1107 'animation/CompositorAnimationTest.cpp', 1109 'animation/CompositorAnimationTest.cpp',
1108 'animation/CompositorFloatAnimationCurveTest.cpp', 1110 'animation/CompositorFloatAnimationCurveTest.cpp',
1111 'animation/TimingFunctionTest.cpp',
1112 'animation/UnitBezierTest.cpp',
1113 'battery/battery_dispatcher_proxy_unittest.cc',
1109 'blob/BlobDataTest.cpp', 1114 'blob/BlobDataTest.cpp',
1110 'clipboard/ClipboardUtilitiesTest.cpp', 1115 'clipboard/ClipboardUtilitiesTest.cpp',
1111 'fonts/AcceptLanguagesResolverTest.cpp', 1116 'fonts/AcceptLanguagesResolverTest.cpp',
1112 'fonts/CharacterTest.cpp', 1117 'fonts/CharacterTest.cpp',
1113 'fonts/FontCacheTest.cpp', 1118 'fonts/FontCacheTest.cpp',
1114 'fonts/FontDescriptionTest.cpp', 1119 'fonts/FontDescriptionTest.cpp',
1115 'fonts/GlyphBufferTest.cpp', 1120 'fonts/GlyphBufferTest.cpp',
1116 'fonts/GlyphPageTreeNodeTest.cpp', 1121 'fonts/GlyphPageTreeNodeTest.cpp',
1117 'fonts/OrientationIteratorTest.cpp', 1122 'fonts/OrientationIteratorTest.cpp',
1118 'fonts/ScriptRunIteratorTest.cpp', 1123 'fonts/ScriptRunIteratorTest.cpp',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 'image-decoders/gif/GIFImageDecoderTest.cpp', 1200 'image-decoders/gif/GIFImageDecoderTest.cpp',
1196 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1201 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1197 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1202 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1198 'threading/BackgroundTaskRunnerTest.cpp', 1203 'threading/BackgroundTaskRunnerTest.cpp',
1199 ], 1204 ],
1200 'platform_test_support_files': [ 1205 'platform_test_support_files': [
1201 'graphics/test/FakeGraphicsLayerFactory.cpp', 1206 'graphics/test/FakeGraphicsLayerFactory.cpp',
1202 'graphics/test/FakeGraphicsLayerFactory.h', 1207 'graphics/test/FakeGraphicsLayerFactory.h',
1203 'testing/GeometryPrinters.cpp', 1208 'testing/GeometryPrinters.cpp',
1204 'testing/GeometryPrinters.h', 1209 'testing/GeometryPrinters.h',
1210 'testing/MojoTestHelper.h',
1205 'testing/PaintPrinters.cpp', 1211 'testing/PaintPrinters.cpp',
1206 'testing/PaintPrinters.h', 1212 'testing/PaintPrinters.h',
1207 'testing/PictureMatchers.cpp', 1213 'testing/PictureMatchers.cpp',
1208 'testing/PictureMatchers.h', 1214 'testing/PictureMatchers.h',
1209 'testing/TestingPlatformSupport.cpp', 1215 'testing/TestingPlatformSupport.cpp',
1210 'testing/TestingPlatformSupport.h', 1216 'testing/TestingPlatformSupport.h',
1211 'testing/TestPaintArtifact.cpp', 1217 'testing/TestPaintArtifact.cpp',
1212 'testing/TestPaintArtifact.h', 1218 'testing/TestPaintArtifact.h',
1213 'testing/TransformPrinters.cpp', 1219 'testing/TransformPrinters.cpp',
1214 'testing/TransformPrinters.h', 1220 'testing/TransformPrinters.h',
(...skipping 27 matching lines...) Expand all
1242 ['OS!="mac"', 1248 ['OS!="mac"',
1243 { 1249 {
1244 'platform_test_files': [ 1250 'platform_test_files': [
1245 'scroll/ScrollAnimatorTest.cpp', 1251 'scroll/ScrollAnimatorTest.cpp',
1246 ], 1252 ],
1247 } 1253 }
1248 ], 1254 ],
1249 ], 1255 ],
1250 }, 1256 },
1251 } 1257 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698