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

Unified Diff: chrome/browser/BUILD.gn

Issue 2244083002: Componentize spellcheck [4]: spellcheck/browser and android java-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index e29a6f661ffe8c8a0e0a66b65921d1fd2290638d..41b4875cbb61013d7c129ada4580d9a63a50946d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -471,7 +471,10 @@ split_static_library("browser") {
sources += rebase_path(gypi_values.chrome_browser_spellchecker_sources,
".",
"//chrome")
- deps += [ "//components/spellcheck/common:common" ]
+ deps += [
+ "//components/spellcheck/browser",
+ "//components/spellcheck/common:common",
+ ]
if (!is_android) {
deps += [ "//third_party/hunspell" ]

Powered by Google App Engine
This is Rietveld 408576698