| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux', 'win'], | 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux', 'win'], |
| 3 'TARGETS': [ | 3 'TARGETS': [ |
| 4 { | 4 { |
| 5 'NAME' : 'input_event', | 5 'NAME' : 'input_event', |
| 6 'TYPE' : 'main', | 6 'TYPE' : 'main', |
| 7 'SOURCES' : [ | 7 'SOURCES' : [ |
| 8 'custom_events.cc', | 8 'custom_events.cc', |
| 9 'custom_events.h', | 9 'custom_events.h', |
| 10 'input_events.cc', | 10 'input_event.cc', |
| 11 'shared_queue.h', | 11 'shared_queue.h', |
| 12 ], | 12 ], |
| 13 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] | 13 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] |
| 14 } | 14 } |
| 15 ], | 15 ], |
| 16 'DATA': [ | 16 'DATA': [ |
| 17 'example.js', | 17 'example.js', |
| 18 ], | 18 ], |
| 19 'DEST': 'examples/api', | 19 'DEST': 'examples/api', |
| 20 'NAME': 'input_event', | 20 'NAME': 'input_event', |
| 21 'TITLE': 'Input Events', | 21 'TITLE': 'Input Event', |
| 22 'GROUP': 'API', | 22 'GROUP': 'API', |
| 23 } | 23 } |
| 24 | 24 |
| OLD | NEW |