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

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: 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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'audio/UpSampler.cpp', 236 'audio/UpSampler.cpp',
237 'audio/UpSampler.h', 237 'audio/UpSampler.h',
238 'audio/VectorMath.cpp', 238 'audio/VectorMath.cpp',
239 'audio/VectorMath.h', 239 'audio/VectorMath.h',
240 'audio/ZeroPole.cpp', 240 'audio/ZeroPole.cpp',
241 'audio/ZeroPole.h', 241 'audio/ZeroPole.h',
242 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', 242 'audio/android/FFTFrameOpenMAXDLAndroid.cpp',
243 'audio/ffmpeg/FFTFrameFFMPEG.cpp', 243 'audio/ffmpeg/FFTFrameFFMPEG.cpp',
244 'audio/ipp/FFTFrameIPP.cpp', 244 'audio/ipp/FFTFrameIPP.cpp',
245 'audio/mac/FFTFrameMac.cpp', 245 'audio/mac/FFTFrameMac.cpp',
246 'battery/BatteryStatus.h',
247 'battery/BatteryStatusDispatcher.cpp',
248 'battery/BatteryStatusDispatcher.h',
249 'battery/BatteryStatusListener.h',
246 'blob/BlobData.cpp', 250 'blob/BlobData.cpp',
247 'blob/BlobData.h', 251 'blob/BlobData.h',
248 'blob/BlobRegistry.cpp', 252 'blob/BlobRegistry.cpp',
249 'blob/BlobRegistry.h', 253 'blob/BlobRegistry.h',
250 'blob/BlobURL.cpp', 254 'blob/BlobURL.cpp',
251 'blob/BlobURL.h', 255 'blob/BlobURL.h',
252 'clipboard/ClipboardMimeTypes.cpp', 256 'clipboard/ClipboardMimeTypes.cpp',
253 'clipboard/ClipboardMimeTypes.h', 257 'clipboard/ClipboardMimeTypes.h',
254 'clipboard/ClipboardUtilities.cpp', 258 'clipboard/ClipboardUtilities.cpp',
255 'clipboard/ClipboardUtilities.h', 259 'clipboard/ClipboardUtilities.h',
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 'PODRedBlackTreeTest.cpp', 1013 'PODRedBlackTreeTest.cpp',
1010 'PurgeableVectorTest.cpp', 1014 'PurgeableVectorTest.cpp',
1011 'SharedBufferTest.cpp', 1015 'SharedBufferTest.cpp',
1012 'TimerTest.cpp', 1016 'TimerTest.cpp',
1013 'TracedValueTest.cpp', 1017 'TracedValueTest.cpp',
1014 'UUIDTest.cpp', 1018 'UUIDTest.cpp',
1015 'WebScreenInfoTest.cpp', 1019 'WebScreenInfoTest.cpp',
1016 'WebVectorTest.cpp', 1020 'WebVectorTest.cpp',
1017 'animation/TimingFunctionTest.cpp', 1021 'animation/TimingFunctionTest.cpp',
1018 'animation/UnitBezierTest.cpp', 1022 'animation/UnitBezierTest.cpp',
1023 'battery/BatteryStatusDispatcherTest.cpp',
1019 'blob/BlobDataTest.cpp', 1024 'blob/BlobDataTest.cpp',
1020 'clipboard/ClipboardUtilitiesTest.cpp', 1025 'clipboard/ClipboardUtilitiesTest.cpp',
1021 'fonts/CharacterTest.cpp', 1026 'fonts/CharacterTest.cpp',
1022 'fonts/FontCacheTest.cpp', 1027 'fonts/FontCacheTest.cpp',
1023 'fonts/FontDescriptionTest.cpp', 1028 'fonts/FontDescriptionTest.cpp',
1024 'fonts/GlyphBufferTest.cpp', 1029 'fonts/GlyphBufferTest.cpp',
1025 'fonts/GlyphPageTreeNodeTest.cpp', 1030 'fonts/GlyphPageTreeNodeTest.cpp',
1026 'fonts/OrientationIteratorTest.cpp', 1031 'fonts/OrientationIteratorTest.cpp',
1027 'fonts/ScriptRunIteratorTest.cpp', 1032 'fonts/ScriptRunIteratorTest.cpp',
1028 'fonts/SmallCapsIteratorTest.cpp', 1033 'fonts/SmallCapsIteratorTest.cpp',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 ['OS!="mac"', 1154 ['OS!="mac"',
1150 { 1155 {
1151 'platform_test_files': [ 1156 'platform_test_files': [
1152 'scroll/ScrollAnimatorTest.cpp', 1157 'scroll/ScrollAnimatorTest.cpp',
1153 ], 1158 ],
1154 } 1159 }
1155 ], 1160 ],
1156 ], 1161 ],
1157 }, 1162 },
1158 } 1163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698