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

Unified Diff: chrome/renderer/BUILD.gn

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/renderer/spellchecker/hunspell_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index cd1cb3049c66e5e633bc513fefd71aa11f94cd85..63a4cbf13250e76976459132a39d5f5c4816fe66 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -138,7 +138,7 @@ static_library("renderer") {
if (enable_spellcheck) {
sources +=
rebase_path(gypi_values.chrome_renderer_spellchecker_sources, ".", "..")
- deps += [ "//third_party/hunspell_new" ]
+ deps += [ "//third_party/hunspell" ]
}
if (enable_basic_printing || enable_print_preview) {
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/renderer/spellchecker/hunspell_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698