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

Unified Diff: chrome/tools/convert_dict/convert_dict.gyp

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/tools/convert_dict/convert_dict.cc ('k') | chrome/tools/convert_dict/convert_dict_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/convert_dict/convert_dict.gyp
diff --git a/chrome/tools/convert_dict/convert_dict.gyp b/chrome/tools/convert_dict/convert_dict.gyp
index dc1ef8ef2355002389bb7660ea98fd8b388a0f28..dc6b5b151bc317f83033cfc17ae134b3a16b2103 100644
--- a/chrome/tools/convert_dict/convert_dict.gyp
+++ b/chrome/tools/convert_dict/convert_dict.gyp
@@ -35,7 +35,7 @@
'dependencies': [
'../../../base/base.gyp:base',
'../../../base/base.gyp:base_i18n',
- '../../../third_party/hunspell_new/hunspell.gyp:hunspell',
+ '../../../third_party/hunspell/hunspell.gyp:hunspell',
'convert_dict_lib',
],
'sources': [
« no previous file with comments | « chrome/tools/convert_dict/convert_dict.cc ('k') | chrome/tools/convert_dict/convert_dict_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698