Chromium Code Reviews| Index: native_client_sdk/src/examples/hello_world_gles/example.dsc |
| =================================================================== |
| --- native_client_sdk/src/examples/hello_world_gles/example.dsc (revision 147717) |
| +++ native_client_sdk/src/examples/hello_world_gles/example.dsc (working copy) |
| @@ -10,7 +10,7 @@ |
| '-I../../src', |
| '-I../../src/ppapi/lib/gl' |
| ], |
| - 'LIBS': ['ppapi_gles2'] |
| + 'LIBS': ['ppapi_gles2', 'ppapi', 'pthread'] |
| } |
| ], |
| 'DATA': [ |