1{
2  'TOOLS': ['glibc', 'newlib', 'pnacl', 'linux'],
3  'SEL_LDR': True,
4  'TARGETS': [
5    {
6      'NAME' : 'testing',
7      'TYPE' : 'main',
8      'SOURCES' : ['testing.cc'],
9      'LIBS' : ['ppapi_simple', 'ppapi', 'gtest', 'nacl_io', 'ppapi_cpp', 'pthread'],
10      'CXXFLAGS': ['-Wno-sign-compare']
11    }
12  ],
13  'DATA': [
14    'example.js'
15  ],
16  'DEST': 'examples/tutorial',
17  'NAME': 'testing',
18  'TITLE': 'Testing with gtest',
19  'GROUP': 'Tutorial'
20}
21
22