1{
2  'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3  # Don't copy the packaged app files: manifest.json, etc.
4  'NO_PACKAGE_FILES': True,
5  'TARGETS': [
6    {
7      'NAME': 'part2',
8      'TYPE': 'main',
9      'SOURCES': ['hello_tutorial.cc'],
10      'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'],
11    }
12  ],
13  'DATA': [
14    'example.js',
15    'README',
16  ],
17  'DEST': 'getting_started',
18  'NAME': 'part2',
19  'TITLE': 'Getting Started: Part 2',
20  'GROUP': 'Getting Started',
21}
22