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

Unified Diff: base/BUILD.gn

Issue 2894993002: fuchsia: Implement SysInfo::AmountOfPhysicalMemory and NumberOfProcessors (Closed)
Patch Set: rebase Created 3 years, 7 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 | base/sys_info_fuchsia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index fcbceea064f5702f43b5b25ed87dc255e71629c7..82e9c8ab987551da3731838b09493b4708c48eae 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1242,7 +1242,10 @@ component("base") {
"process/process_posix.cc",
]
- sources += [ "process/process_fuchsia.cc" ]
+ sources += [
+ "process/process_fuchsia.cc",
+ "sys_info_fuchsia.cc",
+ ]
}
# NaCl.
« no previous file with comments | « no previous file | base/sys_info_fuchsia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698