| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 175fd96d1f60fa6cb26e2350d0490245d7412a44..31aba5ab4c138d8fdc33efff8e227e8a0f06e937 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -357,7 +357,7 @@
|
| ['exclude', '^browser/extensions/fake_safe_browsing_database_manager.h'],
|
| ],
|
| }],
|
| - ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)', {
|
| + ['OS=="linux"', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:ssl',
|
| ],
|
| @@ -2285,7 +2285,7 @@
|
| '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
|
| ],
|
| }],
|
| - ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)', {
|
| + ['OS=="linux"', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:ssl',
|
| ],
|
|
|