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

Unified Diff: base/process/BUILD.gn

Issue 1641513004: Update //base to chromium 9659b08ea5a34f889dc4166217f438095ddc10d2 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « base/prefs/writeable_pref_store.h ('k') | base/process/internal_linux.cc » ('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 a362cbb7575152243aa39d4cbabfb4621a731347..91f2725edd011521ede9a1ad39ce1f41ac51f7df 100644
--- a/base/process/BUILD.gn
+++ b/base/process/BUILD.gn
@@ -77,7 +77,7 @@ source_set("process") {
set_sources_assignment_filter(sources_assignment_filter)
}
- if (is_nacl) {
+ if (is_nacl || is_ios) {
sources -= [
"kill.cc",
"kill.h",
@@ -93,6 +93,10 @@ source_set("process") {
]
}
+ if (is_ios) {
+ sources += [ "process_metrics.cc" ]
+ }
+
configs += [ "//base:base_implementation" ]
deps = [
« no previous file with comments | « base/prefs/writeable_pref_store.h ('k') | base/process/internal_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698