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