Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git] / native_client_sdk / src / examples / tutorial / multi_platform / example.dsc
blobad5cc23b608c6785a422e05621f37b5bed8eddf1
2   'TOOLS': ['newlib', 'glibc'],
3   'TARGETS': [
4     {
5       'NAME': 'multi_platform',
6       'TYPE': 'main',
7       'SOURCES': ['multi_platform.cc'],
8       'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'],
9     }
10   ],
11   'DATA': [
12     'example.js',
13     'README',
14   ],
15   'DEST': 'examples/tutorial',
16   'NAME': 'multi_platform',
17   'TITLE': 'Multi-platform App',
18   'GROUP': 'Tutorial',
19   'MULTI_PLATFORM': True,