Skip to content

Commit

Permalink
[Fuchsia] Update FIDL library target names in ANGLE
Browse files Browse the repository at this point in the history
The SDK has renamed some targets, so update to the new names.

Bug: chromium:1033597
Change-Id: Id346f5fb0094e4b71f8ec3b8c302eaa362529c06
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1967958
Commit-Queue: Michael Spang <spang@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
  • Loading branch information
mspang authored and Commit Bot committed Dec 14, 2019
1 parent 8b74bdc commit 7718c95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1156,14 +1156,14 @@ foreach(is_shared_library,
sources += util_fuchsia_sources
public_deps += [
"src/common/fuchsia_egl",
"//third_party/fuchsia-sdk/sdk:async_loop_cpp",
"//third_party/fuchsia-sdk/sdk:async_loop_default",
"//third_party/fuchsia-sdk/sdk:async-loop-cpp",
"//third_party/fuchsia-sdk/sdk:async-loop-default",
"//third_party/fuchsia-sdk/sdk:fdio",
"//third_party/fuchsia-sdk/sdk:images",
"//third_party/fuchsia-sdk/sdk:fuchsia-images",
"//third_party/fuchsia-sdk/sdk:fuchsia-ui-policy",
"//third_party/fuchsia-sdk/sdk:fuchsia-ui-scenic",
"//third_party/fuchsia-sdk/sdk:fuchsia-ui-views",
"//third_party/fuchsia-sdk/sdk:scenic_cpp",
"//third_party/fuchsia-sdk/sdk:ui_policy",
"//third_party/fuchsia-sdk/sdk:ui_scenic",
"//third_party/fuchsia-sdk/sdk:ui_views",
]
} else if (use_ozone) {
sources += util_ozone_sources
Expand Down

0 comments on commit 7718c95

Please sign in to comment.