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

Unified Diff: components/BUILD.gn

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 | « no previous file | components/components.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 3f1efe4854e52604334cde651593d5d0dd7ea0b9..2d9bc68073bdaa28aa2d283baf90cbf4d7edfb51 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -57,6 +57,7 @@ group("all_components") {
"//components/password_manager/core/common",
"//components/plugins/renderer",
"//components/policy",
+ "//components/power",
"//components/precache/core",
"//components/precache/content",
"//components/pref_registry",
@@ -137,6 +138,7 @@ group("all_components") {
"//components/password_manager/core/browser", # Should work, needs checking.
"//components/password_manager/core/common", # Should work, needs checking.
"//components/plugins/renderer", # Blocked on blink.
+ "//components/power", # Blocked on content.
"//components/policy", # Blocked on content (indirectly via autofill).
"//components/precache/content", # Blocked on content.
"//components/precache/core", # Should work, needs checking.
« no previous file with comments | « no previous file | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698