| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index c0d108ddbd7221294ba116ea9756591b9e1b9df4..2c04c69ea6ed87809ef853b29f3507cdc430c9f5 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1687,7 +1687,17 @@
|
| 'test/data/nacl/nacl_test_data.gyp:*',
|
| '../ppapi/native_client/native_client.gyp:nacl_irt',
|
| '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
|
| - '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_socket'
|
| + '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_socket',
|
| + ],
|
| + 'conditions': [
|
| + ['OS=="linux"', {
|
| + 'sources': [
|
| + '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc',
|
| + ],
|
| + 'dependencies': [
|
| + '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_test_data',
|
| + ],
|
| + }],
|
| ],
|
| }],
|
| ['OS=="win" or OS=="linux"', {
|
|
|