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

Unified Diff: components/power/BUILD.gn

Issue 1307763004: Sync remaining components_unittests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn check Created 5 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
Index: components/power/BUILD.gn
diff --git a/components/power/BUILD.gn b/components/power/BUILD.gn
index c77545c412f7ac6ff25c77d45732db5228589e0c..dd581f1b924bcc8db6d952910e7c1b0678efe584 100644
--- a/components/power/BUILD.gn
+++ b/components/power/BUILD.gn
@@ -16,3 +16,14 @@ static_library("power") {
"//content/public/common",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "origin_power_map_unittest.cc",
+ ]
+ deps = [
+ ":power",
+ "//testing/gtest",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698