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

Unified Diff: chrome/chrome_tests_unit.gypi

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.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 5e35b8a77f44c58860816acf10f14b75bb92a053..872938437ff65a25543c96c1f7450d4973b92092 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2182,7 +2182,7 @@
'sources': [ '<@(chrome_unit_tests_spellchecker_sources)' ],
'conditions': [
['OS!="mac" and OS!="ios"', {
- 'dependencies': [ '../third_party/hunspell_new/hunspell.gyp:hunspell' ],
+ 'dependencies': [ '../third_party/hunspell/hunspell.gyp:hunspell' ],
}],
],
}],
@@ -2451,7 +2451,7 @@
}],
['OS!="mac" and OS!="ios"', {
'dependencies': [
- '../third_party/hunspell_new/hunspell.gyp:hunspell',
+ '../third_party/hunspell/hunspell.gyp:hunspell',
'chrome_resources.gyp:packed_extra_resources',
'chrome_resources.gyp:packed_resources',
'tools/convert_dict/convert_dict.gyp:convert_dict_lib',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698