| Index: base/process/BUILD.gn
|
| diff --git a/base/process/BUILD.gn b/base/process/BUILD.gn
|
| index 814459b13e0381efb42d0974f65b8b0bf4bab58e..3978b2e58cf88c7be92ac7e6a614e1dd469d1d43 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",
|
| @@ -95,6 +95,10 @@ source_set("process") {
|
| ]
|
| }
|
|
|
| + if (is_ios) {
|
| + sources += [ "process_metrics.cc" ]
|
| + }
|
| +
|
| configs += [ "//base:base_implementation" ]
|
|
|
| deps = [
|
|
|