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

Unified Diff: android_webview/BUILD.gn

Issue 2495193003: Convert spellcheck to a buildflag header. (Closed)
Patch Set: Comment Created 4 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
« no previous file with comments | « no previous file | android_webview/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index f5d8c7354c809d2f53e6fdd34b08a0ece29b37ef..a0e40238e6a2677465bc130f61fcc0f1cc42ab10 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -2,13 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//android_webview/system_webview_apk_tmpl.gni")
+import("//android_webview/webview_repack_locales.gni")
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
import("//build/config/locales.gni")
+import("//components/spellcheck/spellcheck_build_features.gni")
import("//tools/grit/repack.gni")
import("//tools/resources/generate_resource_whitelist.gni")
-import("system_webview_apk_tmpl.gni")
-import("webview_repack_locales.gni")
declare_args() {
# Package name of the system_webview_apk target.
@@ -488,6 +489,7 @@ source_set("common") {
"//components/printing/browser",
"//components/printing/common",
"//components/printing/renderer",
+ "//components/spellcheck:build_features",
"//components/supervised_user_error_page",
"//components/supervised_user_error_page:gin",
"//components/version_info",
« no previous file with comments | « no previous file | android_webview/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698