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

Unified Diff: src/v8.gyp

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 | « src/base/platform/platform-fuchsia.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 3ccad2a6f56e671385abe87e64ecf21a41f611f9..c21aa869a34663b856e4f1f116ac0f37c1b2aca0 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -2202,6 +2202,12 @@
'base/platform/platform-posix.cc'
]},
],
+ ['OS=="fuchsia"', {
+ 'sources': [
+ 'base/debug/stack_trace_fuchsia.cc',
+ 'base/platform/platform-fuchsia.cc',
+ ]},
+ ],
['OS=="solaris"', {
'link_settings': {
'libraries': [
« no previous file with comments | « src/base/platform/platform-fuchsia.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698