Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: native_client_sdk/src/getting_started/part2/example.dsc

Issue 886583004: [NaCl SDK] Allow dsc files to omit TOOLS setting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 # Don't copy the packaged app files: manifest.json, etc. 2 # Don't copy the packaged app files: manifest.json, etc.
4 'NO_PACKAGE_FILES': True, 3 'NO_PACKAGE_FILES': True,
5 'TARGETS': [ 4 'TARGETS': [
6 { 5 {
7 'NAME': 'part2', 6 'NAME': 'part2',
8 'TYPE': 'main', 7 'TYPE': 'main',
9 'SOURCES': ['hello_tutorial.cc'], 8 'SOURCES': ['hello_tutorial.cc'],
10 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'], 9 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'],
11 } 10 }
12 ], 11 ],
13 'DATA': [ 12 'DATA': [
14 'example.js', 13 'example.js',
15 'README', 14 'README',
16 ], 15 ],
17 'DEST': 'getting_started', 16 'DEST': 'getting_started',
18 'NAME': 'part2', 17 'NAME': 'part2',
19 'TITLE': 'Getting Started: Part 2', 18 'TITLE': 'Getting Started: Part 2',
20 'GROUP': 'Getting Started', 19 'GROUP': 'Getting Started',
21 } 20 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('k') | native_client_sdk/src/libraries/gmock/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698