diff options
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 504e41b..00d79aa 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -2162,11 +2162,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. @@ -2219,6 +2214,7 @@ 'dependencies': [ 'convert_dict_lib', 'packed_extra_resources', + 'packed_resources', '../third_party/hunspell/hunspell.gyp:hunspell', ], 'sources!': [ @@ -3206,7 +3202,6 @@ 'dependencies': [ '../build/linux/system.gyp:gtk', '../build/linux/system.gyp:ssl', - 'packed_resources' ], }], ['OS=="mac"', { @@ -3221,6 +3216,7 @@ },{ # OS!="mac" 'dependencies': [ 'packed_extra_resources', + 'packed_resources' ], }], ['OS=="linux" and chromeos==1', { |