Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / native_client_sdk / src / examples / api / video_decode / example.dsc
blob1a14ebae77bb6189be0853f496ae71c533f2df3f
2   'TARGETS': [
3     {
4       'NAME' : 'video_decode',
5       'TYPE' : 'main',
6       'SOURCES' : [
7         'testdata.h',
8         'video_decode.cc',
9       ],
10       'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread']
11     }
12   ],
13   'DATA': [
14   ],
15   'DEST': 'examples/api',
16   'NAME': 'video_decode',
17   'TITLE': 'Video Decode',
18   'GROUP': 'API',
19   'MIN_CHROME_VERSION': '37.0.0.0'