OLD | NEW |
(Empty) | |
| 1 { |
| 2 'TOOLS': ['pnacl'], |
| 3 'TARGETS': [ |
| 4 { |
| 5 'NAME' : 'googledrivefs_demo', |
| 6 'TYPE' : 'main', |
| 7 'SOURCES' : [ |
| 8 'handlers.cc', |
| 9 'handlers.h', |
| 10 'googledrivefs_demo.cc', |
| 11 'googledrivefs_demo.h', |
| 12 'queue.cc', |
| 13 'queue.h', |
| 14 ], |
| 15 'DEPS': ['nacl_io'], |
| 16 'LIBS': ['nacl_io', 'jsoncpp', 'ppapi_cpp', 'ppapi', 'pthread'] |
| 17 } |
| 18 ], |
| 19 'DATA': [ |
| 20 'example.js' |
| 21 ], |
| 22 'DEST': 'examples/demo', |
| 23 'NAME': 'googledrivefs_demo', |
| 24 'TITLE': 'GoogleDriveFs Demo', |
| 25 'GROUP': 'Demo' |
| 26 } |
OLD | NEW |