| Index: native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| diff --git a/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc b/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| index ec4379b6d77843a84875fdcb6cc684dead3213e9..3c2bb3a66836d89b78ebf18a473b820ef405b54f 100644
|
| --- a/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| +++ b/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| @@ -11,7 +11,12 @@
|
| 'echo_server.h',
|
| ],
|
| 'DEPS': ['ppapi_simple_cpp', 'nacl_io'],
|
| - 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'gmock', 'ppapi', 'gtest', 'nacl_io', 'pthread'],
|
| + 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'ppapi', 'nacl_io', 'pthread'],
|
| + 'EXTRA_SOURCES' : ['../../src/gtest/src/gtest-all.cc'],
|
| + 'INCLUDES': [
|
| + '../../src/gtest/include',
|
| + '../../src/gtest'
|
| + ],
|
| 'CXXFLAGS': ['-Wno-sign-compare']
|
| }
|
| ],
|
|
|