Add more checks to investigate SupervisedUserPrefStore crash at startup.
[chromium-blink-merge.git] / native_client_sdk / src / examples / api / graphics_3d / example.dsc
bloba8985e3660aed03f3e394b8b43bf2ccafec998fa
2   'TARGETS': [
3     {
4       'NAME' : 'graphics_3d',
5       'TYPE' : 'main',
6       'SOURCES' : [
7         'graphics_3d.cc',
8         'matrix.cc',
9         'matrix.h',
10         'texture.cc',
11       ],
12       'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread']
13     }
14   ],
15   'DATA': [
16     'example.js'
17   ],
18   'DEST': 'examples/api',
19   'NAME': 'graphics_3d',
20   'TITLE': 'Graphics 3D',
21   'GROUP': 'API'