Chromium Code Reviews| Index: native_client_sdk/src/examples/geturl/example.dsc |
| =================================================================== |
| --- native_client_sdk/src/examples/geturl/example.dsc (revision 147717) |
| +++ native_client_sdk/src/examples/geturl/example.dsc (working copy) |
| @@ -5,7 +5,7 @@ |
| 'NAME' : 'geturl', |
| 'TYPE' : 'main', |
| 'SOURCES' : ['geturl.cc', 'geturl_handler.cc', 'geturl_handler.h'], |
| - 'LIBS': ['ppapi_cpp'] |
| + 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] |
| } |
| ], |
| 'DATA': ['geturl_success.html'], |