summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
authortimvolodine@chromium.org <timvolodine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-14 23:40:59 +0000
committertimvolodine@chromium.org <timvolodine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-14 23:40:59 +0000
commit5981d401eebc28c84a14fa94c66120559949c9eb (patch)
tree38f3f83d038249af00d8a9274e66a10475f37724 /content/content_tests.gypi
parent649e4fbc24745cf547875123e02e909200277b32 (diff)
downloadchromium_src-5981d401eebc28c84a14fa94c66120559949c9eb.zip
chromium_src-5981d401eebc28c84a14fa94c66120559949c9eb.tar.gz
chromium_src-5981d401eebc28c84a14fa94c66120559949c9eb.tar.bz2
Add Battery Status API support in content/renderer and IPC messages.
This patch defines the async IPCs needed for the Battery Status API. It also implements the platform-side part with a setBatteryStatusListener() method and a dispatcher class for propagating messages to blink. Unit tests for the dispatcher class are also included. BUG=122593,360068 Review URL: https://codereview.chromium.org/252113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r--content/content_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 8f367de..1b0f9a8 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -637,6 +637,7 @@
'renderer/active_notification_tracker_unittest.cc',
'renderer/android/email_detector_unittest.cc',
'renderer/android/phone_number_detector_unittest.cc',
+ 'renderer/battery_status/battery_status_dispatcher_unittest.cc',
'renderer/bmp_image_decoder_unittest.cc',
'renderer/device_sensors/device_motion_event_pump_unittest.cc',
'renderer/device_sensors/device_orientation_event_pump_unittest.cc',