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

Unified Diff: chromeos/BUILD.gn

Issue 2838853002: Reland of: chromeos: Add CPU temperature reader (Closed)
Patch Set: Add CHROMEOS_EXPORT 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') | no next file with comments »
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 8154535fbf70fd626d3e299da4f3ed68be210f60..596c013183b0af67c71f0842b2ebdbb92204c6b9 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -439,6 +439,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",
@@ -677,6 +679,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698