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

Unified Diff: chromeos/BUILD.gn

Issue 2823583002: chromeos: Add CPU temperature reader (Closed)
Patch Set: Handle trailing newline in sysfs 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_temperature_reader.h » ('j') | chromeos/system/cpu_temperature_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..e2819ebde8ee1947bdf195ecd148a9f529e2cda8 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_temperature_reader.cc",
+ "system/cpu_temperature_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_temperature_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_temperature_reader.h » ('j') | chromeos/system/cpu_temperature_reader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698