Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: android_webview/native/BUILD.gn

Issue 1452893002: GN WebView: make system_webview_apk work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/native/BUILD.gn
diff --git a/android_webview/native/BUILD.gn b/android_webview/native/BUILD.gn
index 561c1e18c5d9954dec0823f1c32cff200058bd13..a76af83b455ea1aca02fcac522d78d075f4f29d2 100644
--- a/android_webview/native/BUILD.gn
+++ b/android_webview/native/BUILD.gn
@@ -8,7 +8,7 @@ import("//build/config/android/rules.gni")
source_set("native") {
deps = [
"//android_webview/common:version",
- "//base:base_static",
+ "//base",
"//base/third_party/dynamic_annotations:dynamic_annotations",
"//cc:cc",
"//components/autofill/content/browser:browser",

Powered by Google App Engine
This is Rietveld 408576698