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

Unified Diff: components/components_tests.gyp

Issue 447053002: Add Origin Power Map to Store Battery Auditing Data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. Created 6 years, 4 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
« no previous file with comments | « components/components.gyp ('k') | components/power.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index e9b20f74fba62e6f856ed6a49a5219557bb6837d..2be0a65c66953e128fd814406d779a39b0d7d1ba 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -403,6 +403,7 @@
'sources': [
'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
+ 'power/origin_power_map_unittest.cc',
'usb_service/usb_context_unittest.cc',
'usb_service/usb_device_filter_unittest.cc',
],
@@ -426,6 +427,9 @@
# Dependencies of precache/content
'components.gyp:precache_content',
+ # Dependencies of power
+ 'components.gyp:power',
+
# Dependencies of sessions
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'components.gyp:sessions',
« no previous file with comments | « components/components.gyp ('k') | components/power.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698