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

Unified Diff: chromeos/BUILD.gn

Issue 2823583002: chromeos: Add CPU temperature reader (Closed)
Patch Set: Factor out temp and label reading; Add class and unit test Created 3 years, 8 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 | chromeos/system/cpu_temp_reader.h » ('j') | chromeos/system/cpu_temp_reader.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 147852405b385fa72d365183aef6dce3176541b5..47c0868a38f3137b640a1cc33b4b547eb109103a 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -437,6 +437,8 @@ component("chromeos") {
"settings/timezone_settings.h",
"settings/timezone_settings_helper.cc",
"settings/timezone_settings_helper.h",
+ "system/cpu_temp_reader.cc",
+ "system/cpu_temp_reader.h",
"system/devicemode.cc",
"system/devicemode.h",
"system/devicetype.cc",
@@ -672,6 +674,7 @@ test("chromeos_unittests") {
"process_proxy/process_output_watcher_unittest.cc",
"process_proxy/process_proxy_unittest.cc",
"settings/timezone_settings_unittest.cc",
+ "system/cpu_temp_reader_unittest.cc",
"system/name_value_pairs_parser_unittest.cc",
"system/version_loader_unittest.cc",
"timezone/timezone_unittest.cc",
« no previous file with comments | « no previous file | chromeos/system/cpu_temp_reader.h » ('j') | chromeos/system/cpu_temp_reader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698