Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git] / native_client_sdk / src / examples / demo / earth / example.dsc
blob79bde6f4de14483c26e40765398e707b2511fbb4
2   'TOOLS': ['newlib', 'glibc', 'pnacl'],
3   'TARGETS': [
4     {
5       'NAME' : 'earth',
6       'TYPE' : 'main',
7       'SOURCES' : [
8         'earth.cc'
9       ],
10      'LIBS': ['ppapi_simple_cpp', 'nacl_io', 'sdk_util', 'ppapi_cpp', 'ppapi', 'pthread']
11     }
12   ],
13   'DATA': [
14     'earth.jpg',
15     'earthnight.jpg',
16     'example.js',
17   ],
18   'DEST': 'examples/demo',
19   'NAME': 'earth',
20   'TITLE': 'Multi-Threaded Earth Demo',
21   'GROUP': 'Demo'