| 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 = [
|
|
|