| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 536f39bcb3017181cb71a6529fd1077640700428..33093191a425ce729d3e5e19470d933ae5aa4211 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/launch_fuchsia.cc",
|
| "process/process_fuchsia.cc",
|
|
|