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

Unified 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: Synced. 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index bf175efa003662c2c2a214b8e05d8d94d1ea9ad0..f60541b09feefd7e96ce78d0a993723d2dc68c00 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -245,6 +245,10 @@
'audio/ffmpeg/FFTFrameFFMPEG.cpp',
'audio/ipp/FFTFrameIPP.cpp',
'audio/mac/FFTFrameMac.cpp',
+ 'battery/BatteryStatus.h',
+ 'battery/BatteryStatusDispatcher.cpp',
+ 'battery/BatteryStatusDispatcher.h',
+ 'battery/BatteryStatusListener.h',
'blob/BlobData.cpp',
'blob/BlobData.h',
'blob/BlobRegistry.cpp',
@@ -1016,6 +1020,7 @@
'WebVectorTest.cpp',
'animation/TimingFunctionTest.cpp',
'animation/UnitBezierTest.cpp',
+ 'battery/BatteryStatusDispatcherTest.cpp',
'blob/BlobDataTest.cpp',
'clipboard/ClipboardUtilitiesTest.cpp',
'fonts/CharacterTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698