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

Unified Diff: android_webview/native/BUILD.gn

Issue 2720583003: webview: Fix a wrong dependency exposed by https://codereview.chromium.org/2712513004 (Closed)
Patch Set: Created 3 years, 10 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/BUILD.gn
diff --git a/android_webview/native/BUILD.gn b/android_webview/native/BUILD.gn
index 4efadee5961db0a1854d1ce697ed55eb8a9c2c38..474e675b0fe36c21b40dc3eea41798a363954123 100644
--- a/android_webview/native/BUILD.gn
+++ b/android_webview/native/BUILD.gn
@@ -9,13 +9,13 @@ import("//components/spellcheck/spellcheck_build_features.gni")
source_set("native") {
deps = [
":native_jni",
+ "//android_webview:generate_components_strings",
"//android_webview/common:version",
"//base",
"//base/third_party/dynamic_annotations:dynamic_annotations",
"//cc:cc",
"//components/autofill/content/browser:browser",
"//components/spellcheck:build_features",
- "//components/strings",
"//components/web_contents_delegate_android:web_contents_delegate_android",
"//content/public/common",
"//device/battery:mojo_bindings",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698