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

Unified Diff: base/BUILD.gn

Issue 2907473002: fuchsia: add base_paths_fuchsia.cc (Closed)
Patch Set: rebase 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') | no next file with comments »
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 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",
« no previous file with comments | « no previous file | base/base_paths_fuchsia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698