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

Unified Diff: runtime/BUILD.gn

Issue 2977513002: [Fuchsia] Routes timeline events to Fuchsia's tracing app (Closed)
Patch Set: Format Created 3 years, 5 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 | runtime/bin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/BUILD.gn
diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
index f813be13bc57600306cf2bedd4d2a7ad0a25ef62..15ce27b25b9ff35a171215dcdb75650f7699fb08 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -106,7 +106,10 @@ config("dart_config") {
if (is_fuchsia) {
defines += [ "DART_USE_JEMALLOC" ]
- include_dirs += [ "//magenta/third_party/ulib/jemalloc/include" ]
+ include_dirs += [
+ "//magenta/system/ulib/mx/include",
+ "//magenta/third_party/ulib/jemalloc/include",
+ ]
}
if (!is_win) {
« no previous file with comments | « no previous file | runtime/bin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698