Index: chrome/chrome_tests.gypi |
=================================================================== |
--- chrome/chrome_tests.gypi (revision 98424) |
+++ chrome/chrome_tests.gypi (working copy) |
@@ -2164,6 +2164,11 @@ |
}], |
], |
}], |
+ ['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. |
@@ -2216,7 +2221,6 @@ |
'dependencies': [ |
'convert_dict_lib', |
'packed_extra_resources', |
- 'packed_resources', |
'../third_party/hunspell/hunspell.gyp:hunspell', |
], |
'sources!': [ |
@@ -3212,6 +3216,7 @@ |
'dependencies': [ |
'../build/linux/system.gyp:gtk', |
'../build/linux/system.gyp:ssl', |
+ 'packed_resources' |
], |
}], |
['OS=="mac"', { |
@@ -3226,7 +3231,6 @@ |
},{ # OS!="mac" |
'dependencies': [ |
'packed_extra_resources', |
- 'packed_resources' |
], |
}], |
['OS=="linux" and chromeos==1', { |