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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 48623008: Extract convert_dict target from chrome.gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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.gyp ('k') | chrome/tools/convert_dict/convert_dict.gyp » ('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 ee99cdb428a78c8c97a9c437697ee39a08f3cea8..ab742187eea4eee42524685bec30d7557a699ec3 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2441,10 +2441,10 @@
}],
['OS!="mac" and OS!="ios"', {
'dependencies': [
+ '../third_party/hunspell/hunspell.gyp:hunspell',
'chrome_resources.gyp:packed_extra_resources',
'chrome_resources.gyp:packed_resources',
- 'convert_dict_lib',
- '../third_party/hunspell/hunspell.gyp:hunspell',
+ 'tools/convert_dict/convert_dict.gyp:convert_dict_lib',
],
}],
['OS!="win" and OS!="mac"', {
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/convert_dict/convert_dict.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698