[Do not revert] Roll-back V8 to version 4.4.63.
[chromium-blink-merge.git] / native_client_sdk / src / examples / tutorial / load_progress / example.dsc
blobb5b2b069fd646525ffa28e8b2a4f9b2d035a53e1
2   'TARGETS': [
3     {
4       'NAME' : 'load_progress',
5       'TYPE' : 'main',
6       'SOURCES' : ['load_progress.cc'],
7       'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
8     }
9   ],
10   'DATA': [
11     'example.js',
12   ],
13   'DEST': 'examples/tutorial',
14   'NAME': 'load_progress',
15   'TITLE': 'Load Progress',
16   'GROUP': 'Tutorial'