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

Unified Diff: content/content_tests.gypi

Issue 560553005: Battery impact UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review comments Created 6 years, 1 month 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/power_usage_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 1073fc5f3fbc470377caa6dc0637356192d1668a..4732672bf86b078576be9a209eb8380f8efc3191 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -357,7 +357,11 @@
'test_support_content',
'../base/base.gyp:test_support_base',
'../crypto/crypto.gyp:crypto',
+ '../device/battery/battery.gyp:device_battery',
+ '../device/battery/battery.gyp:device_battery_mojo_bindings',
'../mojo/edk/mojo_edk.gyp:mojo_common_test_support',
+ '../mojo/mojo_base.gyp:mojo_environment_chromium',
+ '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
'../net/net.gyp:net_test_support',
'../skia/skia.gyp:skia',
'../sql/sql.gyp:sql',
@@ -537,6 +541,7 @@
'browser/notification_service_impl_unittest.cc',
'browser/plugin_loader_posix_unittest.cc',
'browser/power_monitor_message_broadcaster_unittest.cc',
+ 'browser/power_usage_monitor_impl_unittest.cc',
'browser/power_profiler/power_profiler_service_unittest.cc',
'browser/quota/mock_quota_manager.cc',
'browser/quota/mock_quota_manager.h',
@@ -1256,7 +1261,7 @@
'renderer/pepper/pepper_file_chooser_host_unittest.cc',
'renderer/pepper/pepper_graphics_2d_host_unittest.cc',
'renderer/pepper/pepper_plugin_instance_throttler_unittest.cc',
- 'renderer/pepper/pepper_url_request_unittest.cc',
+ 'renderer/pepper/pepper_url_request_unittest.cc',
'renderer/pepper/plugin_power_saver_helper_browsertest.cc',
'renderer/render_thread_impl_browsertest.cc',
'renderer/render_view_browsertest.cc',
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/power_usage_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698