diff options
Diffstat (limited to 'chromium/android_webview/lib/BUILD.gn')
-rw-r--r-- | chromium/android_webview/lib/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/android_webview/lib/BUILD.gn b/chromium/android_webview/lib/BUILD.gn index 935d6979206..babccd9f9a8 100644 --- a/chromium/android_webview/lib/BUILD.gn +++ b/chromium/android_webview/lib/BUILD.gn @@ -25,6 +25,7 @@ source_set("lib") { "//components/autofill/core/common", "//components/crash/core/common", "//components/gwp_asan/buildflags", + "//components/metrics", "//components/safe_browsing/android:safe_browsing_api_handler", "//components/services/heap_profiling/public/cpp", "//components/spellcheck:buildflags", @@ -35,6 +36,7 @@ source_set("lib") { "//content/public/browser", "//content/public/common", "//content/public/common:content_descriptor_keys", + "//content/public/common:service_names", "//gin", "//gpu/command_buffer/service", "//gpu/config", |