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

Unified Diff: chrome/test/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/renderer/spellchecker/hunspell_engine.cc ('k') | chrome/tools/convert_dict/BUILD.gn » ('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 71f5afe490ad6685454ff836fe0e0ab903399053..6a4354a9c14abbf94547fcb34a42d35cdf76ecb7 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -257,7 +257,7 @@ if (!is_android) {
"//sync",
"//testing/gmock",
"//testing/gtest",
- "//third_party/hunspell_new",
+ "//third_party/hunspell",
"//third_party/icu",
"//third_party/libpng",
"//third_party/npapi",
@@ -1300,7 +1300,7 @@ if (!is_android) {
".",
"//chrome")
if (is_mac && !is_ios) {
- deps += [ "//third_party/hunspell_new" ]
+ deps += [ "//third_party/hunspell" ]
}
}
@@ -1577,10 +1577,10 @@ if (!is_android) {
}
if (!is_mac && !is_ios) {
deps += [
- "//third_party/hunspell_new",
+ "//chrome/tools/convert_dict:lib",
"//chrome:packed_extra_resources",
"//chrome:packed_resources",
- "//chrome/tools/convert_dict:lib",
+ "//third_party/hunspell",
]
}
if (is_win || is_mac) {
« no previous file with comments | « chrome/renderer/spellchecker/hunspell_engine.cc ('k') | chrome/tools/convert_dict/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698