aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDavid Worsham <dworsham@google.com>2019-04-23 09:17:03 -0700
committerCommit Bot <commit-bot@chromium.org>2019-04-23 19:45:23 +0000
commit62e274e86c7eeedeb764ed58e14911e75b852d84 (patch)
treeb75ae13c9a8a0c37be83a6f7de5fa11b1b1bf08a /BUILD.gn
parent83740f9795844dd947543e03fd9a69155054b79b (diff)
downloadangle-62e274e86c7eeedeb764ed58e14911e75b852d84.tar.gz
[scenic] Remove dangling viewsv1 reference
Clean up the includes and imports for this module as well. BUG: angleproject:2475 TEST: Built cast_runner, web_runner Change-Id: Id283c265a4ec9d2ca74e3a0132e82f051b8864f6 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1579219 Reviewed-by: Michael Spang <spang@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 1b0cdd7a53..21a30e0490 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -963,10 +963,9 @@ foreach(is_shared_library,
"//third_party/fuchsia-sdk/sdk:fdio",
"//third_party/fuchsia-sdk/sdk:images",
"//third_party/fuchsia-sdk/sdk:scenic_cpp",
- "//third_party/fuchsia-sdk/sdk:ui_gfx",
"//third_party/fuchsia-sdk/sdk:ui_policy",
"//third_party/fuchsia-sdk/sdk:ui_scenic",
- "//third_party/fuchsia-sdk/sdk:ui_viewsv1",
+ "//third_party/fuchsia-sdk/sdk:ui_views",
]
} else if (use_ozone) {
sources += util_ozone_sources