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_simd / example.dsc
blobb5744ea6d18bb6c9db3a648da00aa2596ee93ee0
2   'TOOLS': ['pnacl'],
3   'TARGETS': [
4     {
5       'NAME' : 'earth_simd',
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_simd',
20   'TITLE': 'Multi-Threaded SIMD Earth Demo for PNaCl',
21   'GROUP': 'Demo'