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

Unified Diff: chrome/chrome_tests.gypi

Issue 7714028: Switch to using .pak files for locale data on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more deps Created 9 years, 4 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_exe.gypi ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index f4abb8ec9f0d4279a3a207b1b361b7f887a58f7b..1644ed7945a93856cadea3b688bc90285a20683d 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2171,11 +2171,6 @@
}],
],
}],
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
- 'dependencies': [
- 'packed_resources',
- ],
- }],
['OS=="mac"', {
# The test fetches resources which means Mac need the app bundle to
# exist on disk so it can pull from it.
@@ -2228,6 +2223,7 @@
'dependencies': [
'convert_dict_lib',
'packed_extra_resources',
+ 'packed_resources',
'../third_party/hunspell/hunspell.gyp:hunspell',
],
'sources!': [
@@ -3215,7 +3211,6 @@
'dependencies': [
'../build/linux/system.gyp:gtk',
'../build/linux/system.gyp:ssl',
- 'packed_resources'
],
}],
['OS=="mac"', {
@@ -3230,6 +3225,7 @@
},{ # OS!="mac"
'dependencies': [
'packed_extra_resources',
+ 'packed_resources'
],
}],
['OS=="linux" and chromeos==1', {
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698