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

Unified Diff: base/process/BUILD.gn

Issue 1250913002: patch from chinmaygarde@ to make progress on mac, ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: status 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
« base/BUILD.gn ('K') | « base/memory/BUILD.gn ('k') | base/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/BUILD.gn
diff --git a/base/process/BUILD.gn b/base/process/BUILD.gn
index 3978b2e58cf88c7be92ac7e6a614e1dd469d1d43..20231626652059db3114023cbcaaf75e294def3f 100644
--- a/base/process/BUILD.gn
+++ b/base/process/BUILD.gn
@@ -96,7 +96,10 @@ source_set("process") {
}
if (is_ios) {
- sources += [ "process_metrics.cc" ]
+ sources += [
+ "memory_stubs.cc",
+ "process_metrics.cc",
+ ]
}
configs += [ "//base:base_implementation" ]
« base/BUILD.gn ('K') | « base/memory/BUILD.gn ('k') | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698