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

Unified Diff: chrome/test/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 | « chrome/renderer/chrome_content_renderer_client.cc ('k') | chrome/test/base/chrome_render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index abb5242158260cd32a16772068926df7a021617b..f8e26f4daa953cc848a75130dfebb893eb76700d 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -11,6 +11,7 @@ import("//chrome/common/features.gni")
import("//chrome/chrome_repack_locales.gni")
import("//chrome/test/base/js2gtest.gni")
import("//components/os_crypt/features.gni")
+import("//components/spellcheck/spellcheck_build_features.gni")
import("//extensions/features/features.gni")
import("//ppapi/features/features.gni")
import("//remoting/remoting_enable.gni")
@@ -1228,6 +1229,7 @@ test("browser_tests") {
":repack_pseudo_locales",
":test_support",
"//base",
+ "//components/spellcheck:build_features",
"//components/sync:test_support_model",
"//extensions/features",
"//printing/features",
@@ -3422,6 +3424,7 @@ test("unit_tests") {
"//chrome:strings",
"//components/component_updater:test_support",
"//components/safe_browsing_db:test_database_manager",
+ "//components/spellcheck:build_features",
"//components/subresource_filter/core/browser:test_support",
"//components/version_info:generate_version_info",
"//courgette:courgette_lib",
@@ -4969,6 +4972,7 @@ if (!is_android && !is_ios && !is_chromecast) {
"//chrome/renderer",
"//components/about_handler",
"//components/autofill/content/renderer:test_support",
+ "//components/spellcheck:build_features",
"//content/test:test_support",
"//extensions/features",
"//media/cast:test_support",
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | chrome/test/base/chrome_render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698