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

Unified Diff: BUILD.gn

Issue 2932053004: Stubbed out linking on Fuchsia (Closed)
Patch Set: Created 3 years, 6 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 | src/base/debug/stack_trace_fuchsia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index d55c4f3cf9358488a052c2d2773516e2168e6e2e..b992db522270e94babddd363c97ad86f5ad455df 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2596,6 +2596,11 @@ v8_component("v8_libbase") {
"src/base/platform/platform-linux.cc",
]
}
+ } else if (is_fuchsia) {
+ sources += [
+ "src/base/debug/stack_trace_fuchsia.cc",
+ "src/base/platform/platform-fuchsia.cc",
+ ]
} else if (is_mac) {
sources += [
"src/base/debug/stack_trace_posix.cc",
« no previous file with comments | « no previous file | src/base/debug/stack_trace_fuchsia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698