| Index: native_client_sdk/src/examples/api/mouse_lock/example.dsc
|
| diff --git a/native_client_sdk/src/examples/api/mouse_lock/example.dsc b/native_client_sdk/src/examples/api/mouse_lock/example.dsc
|
| index 566c2c5e7a1a942600161ad75b873c7e31d73511..63b7fdf45dbc66b72ae252c253a805a1e7047e61 100644
|
| --- a/native_client_sdk/src/examples/api/mouse_lock/example.dsc
|
| +++ b/native_client_sdk/src/examples/api/mouse_lock/example.dsc
|
| @@ -3,9 +3,9 @@
|
| 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
|
| 'TARGETS': [
|
| {
|
| - 'NAME' : 'mouselock',
|
| + 'NAME' : 'mouse_lock',
|
| 'TYPE' : 'main',
|
| - 'SOURCES' : ['mouselock.cc', 'mouselock.h'],
|
| + 'SOURCES' : ['mouse_lock.cc', 'mouse_lock.h'],
|
| 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
|
| }
|
| ],
|
|
|