Commit 8c4247ab authored by Robbie McElrath's avatar Robbie McElrath Committed by Commit Bot

[AW] Add missing //aw/public dependencies.

//aw/test:libstandalonelibwebviewchromium and //aw/browser/gfx:gfx
depend on //aw/public headers but don't explicitly declare the
dependency. See the comments in crrev.com/c/1764341 for more context.

Test: autoninja -C out/aw webview_instrumentation_apk
Test: gn check out/aw
Bug: 934152
Change-Id: I0d437f7a6dc34a3ff42b3daf9ed7d41bab8a1c59
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055692
Commit-Queue: Robbie McElrath <rmcelrath@chromium.org>
Reviewed-by: default avatarNate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742365}
parent d0b3f4df
......@@ -75,6 +75,7 @@ source_set("gfx") {
deps = [
"//android_webview:browser_jni_headers",
"//android_webview/common",
"//android_webview/public",
"//base",
"//components/ui_devtools:buildflags",
"//components/viz/service",
......
......@@ -150,6 +150,7 @@ shared_library("libstandalonelibwebviewchromium") {
"//android_webview/lib",
"//android_webview/lib:webview_entry_point",
"//android_webview/nonembedded",
"//android_webview/public",
"//base",
"//components/heap_profiling:test_support",
"//content/public/test/android:content_native_test_support",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment