Skip to content

Commit

Permalink
Adjust to thinner Fuchsia sysroot. (flutter#4624)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylaligand authored Feb 1, 2018
1 parent de34a3e commit 4fd4dae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content_handler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ template("flutter_content_handler") {
"//topaz/lib/tonic",
"//topaz/public/dart-pkg/fuchsia",
"//topaz/public/lib/ui/flutter/sdk_ext",
"//zircon/system/ulib/trace-provider",
"//zircon/public/lib/trace-provider",
] + extra_deps

# The flags below are needed so that Dart's CPU profiler can walk the
Expand Down
2 changes: 1 addition & 1 deletion flow/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ source_set("flow") {
"//topaz/public/dart-pkg/zircon",
]

public_deps += [ "//zircon/system/ulib/zx" ]
public_deps += [ "//zircon/public/lib/zx" ]
}
}

Expand Down
2 changes: 1 addition & 1 deletion glue/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source_set("glue") {
sources += [ "stack_trace_fuchsia.cc" ]

public_deps = [
"//zircon/system/ulib/trace",
"//zircon/public/lib/trace",
]
} else {
sources += [ "stack_trace_base.cc" ]
Expand Down

0 comments on commit 4fd4dae

Please sign in to comment.