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

Unified Diff: base/BUILD.gn

Issue 2907473002: fuchsia: add base_paths_fuchsia.cc (Closed)
Patch Set: . Created 3 years, 7 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 | « no previous file | base/base_paths_fuchsia.cc » ('j') | base/path_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | base/base_paths_fuchsia.cc » ('j') | base/path_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698