| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index f755272bf5c3ce0205cb2d85319fc1509ed3b10d..73a8a8f1d137696eb01b2fc95fb6e816a69b99ac 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -1106,7 +1106,7 @@ component("base") {
|
| "base_paths_win.h",
|
| ]
|
|
|
| - if (is_linux || is_fuchsia) {
|
| + if (is_linux) {
|
| sources += [ "base_paths_posix.cc" ]
|
| }
|
| }
|
| @@ -1243,6 +1243,7 @@ component("base") {
|
| ]
|
|
|
| sources += [
|
| + "base_paths_fuchsia.cc",
|
| "debug/stack_trace_fuchsia.cc",
|
| "process/kill_fuchsia.cc",
|
| "process/launch_fuchsia.cc",
|
|
|