Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325612
b: refs/heads/main
c: db75896
h: refs/heads/main
  • Loading branch information
pylaligand authored and commit-bot@chromium.org committed May 16, 2020
1 parent 5f3258c commit c5403c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
Expand Up @@ -1994,4 +1994,4 @@ refs/tags/2.14.0-96.0.dev: 1eee24e50fc3028754d9a8e98852b949c04da4e4
refs/tags/2.14.0-97.0.dev: ba9c1636e87fbdcc02b8bc4a584455c32f8378b4
refs/tags/2.14.0-98.0.dev: f2d370c93582bbf4da42b5dd4c906d6145b01ea9
refs/tags/2.14.0-99.0.dev: e722f62b48fb382534efc1f20735def68848006f
refs/heads/main: 54fb6ce3c07719d72eec0a14c00f905b724873c2
refs/heads/main: db758964977e2722dca48c36dfef5f4fb53bd09e
2 changes: 1 addition & 1 deletion trunk/runtime/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ library_for_all_configs("libdart") {
} else {
extra_deps += [
"//zircon/public/lib/fbl",
"//zircon/public/lib/trace-engine",
"//zircon/system/ulib/trace-engine",
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions trunk/runtime/vm/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ library_for_all_configs("libdart_vm") {
"//sdk/lib/sys/cpp",
"//sdk/lib/sys/inspect/cpp",
"//zircon/public/lib/fbl",
"//zircon/public/lib/trace-engine",
"//zircon/system/ulib/trace-engine",
]
}
}
Expand Down Expand Up @@ -129,7 +129,7 @@ library_for_all_configs("libdart_lib") {
} else {
extra_deps = [
"//zircon/public/lib/fbl",
"//zircon/public/lib/trace-engine",
"//zircon/system/ulib/trace-engine",
]
}
}
Expand Down

0 comments on commit c5403c8

Please sign in to comment.