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

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

Issue 1835873002: Removes BatteryDispatcherProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes export settings again. Created 4 years, 8 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'audio/UpSampler.cpp', 263 'audio/UpSampler.cpp',
264 'audio/UpSampler.h', 264 'audio/UpSampler.h',
265 'audio/VectorMath.cpp', 265 'audio/VectorMath.cpp',
266 'audio/VectorMath.h', 266 'audio/VectorMath.h',
267 'audio/ZeroPole.cpp', 267 'audio/ZeroPole.cpp',
268 'audio/ZeroPole.h', 268 'audio/ZeroPole.h',
269 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', 269 'audio/android/FFTFrameOpenMAXDLAndroid.cpp',
270 'audio/ffmpeg/FFTFrameFFMPEG.cpp', 270 'audio/ffmpeg/FFTFrameFFMPEG.cpp',
271 'audio/ipp/FFTFrameIPP.cpp', 271 'audio/ipp/FFTFrameIPP.cpp',
272 'audio/mac/FFTFrameMac.cpp', 272 'audio/mac/FFTFrameMac.cpp',
273 'battery/battery_dispatcher_proxy.cc',
274 'battery/battery_dispatcher_proxy.h',
275 'battery/battery_status.h',
276 'blob/BlobData.cpp', 273 'blob/BlobData.cpp',
277 'blob/BlobData.h', 274 'blob/BlobData.h',
278 'blob/BlobRegistry.cpp', 275 'blob/BlobRegistry.cpp',
279 'blob/BlobRegistry.h', 276 'blob/BlobRegistry.h',
280 'blob/BlobURL.cpp', 277 'blob/BlobURL.cpp',
281 'blob/BlobURL.h', 278 'blob/BlobURL.h',
282 'clipboard/ClipboardMimeTypes.cpp', 279 'clipboard/ClipboardMimeTypes.cpp',
283 'clipboard/ClipboardMimeTypes.h', 280 'clipboard/ClipboardMimeTypes.h',
284 'clipboard/ClipboardUtilities.cpp', 281 'clipboard/ClipboardUtilities.cpp',
285 'clipboard/ClipboardUtilities.h', 282 'clipboard/ClipboardUtilities.h',
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 'UserGestureIndicatorTest.cpp', 1124 'UserGestureIndicatorTest.cpp',
1128 'UUIDTest.cpp', 1125 'UUIDTest.cpp',
1129 'WebScreenInfoTest.cpp', 1126 'WebScreenInfoTest.cpp',
1130 'WebVectorTest.cpp', 1127 'WebVectorTest.cpp',
1131 'animation/AnimationTranslationUtilTest.cpp', 1128 'animation/AnimationTranslationUtilTest.cpp',
1132 'animation/CompositorAnimationPlayerTest.cpp', 1129 'animation/CompositorAnimationPlayerTest.cpp',
1133 'animation/CompositorAnimationTest.cpp', 1130 'animation/CompositorAnimationTest.cpp',
1134 'animation/CompositorFloatAnimationCurveTest.cpp', 1131 'animation/CompositorFloatAnimationCurveTest.cpp',
1135 'animation/TimingFunctionTest.cpp', 1132 'animation/TimingFunctionTest.cpp',
1136 'animation/UnitBezierTest.cpp', 1133 'animation/UnitBezierTest.cpp',
1137 'battery/battery_dispatcher_proxy_unittest.cc',
1138 'blob/BlobDataTest.cpp', 1134 'blob/BlobDataTest.cpp',
1139 'clipboard/ClipboardUtilitiesTest.cpp', 1135 'clipboard/ClipboardUtilitiesTest.cpp',
1140 'exported/FilePathConversionTest.cpp', 1136 'exported/FilePathConversionTest.cpp',
1141 'fonts/AcceptLanguagesResolverTest.cpp', 1137 'fonts/AcceptLanguagesResolverTest.cpp',
1142 'fonts/CharacterTest.cpp', 1138 'fonts/CharacterTest.cpp',
1143 'fonts/FontCacheTest.cpp', 1139 'fonts/FontCacheTest.cpp',
1144 'fonts/FontDescriptionTest.cpp', 1140 'fonts/FontDescriptionTest.cpp',
1145 'fonts/FontPlatformDataTest.cpp', 1141 'fonts/FontPlatformDataTest.cpp',
1146 'fonts/GlyphBufferTest.cpp', 1142 'fonts/GlyphBufferTest.cpp',
1147 'fonts/GlyphPageTreeNodeTest.cpp', 1143 'fonts/GlyphPageTreeNodeTest.cpp',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 ['OS!="mac"', 1281 ['OS!="mac"',
1286 { 1282 {
1287 'platform_test_files': [ 1283 'platform_test_files': [
1288 'scroll/ScrollAnimatorTest.cpp', 1284 'scroll/ScrollAnimatorTest.cpp',
1289 ], 1285 ],
1290 } 1286 }
1291 ], 1287 ],
1292 ], 1288 ],
1293 }, 1289 },
1294 } 1290 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gyp ('k') | third_party/WebKit/Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698