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

Side by Side Diff: native_client_sdk/src/examples/tutorial/debugging/example.dsc

Issue 23919004: [NaCl SDK] Create a resources/ directory and move files to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move httpd.cmd too Created 7 years, 3 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'DISABLE_PACKAGE': True, # Doesn't work in packaged apps yet. 2 'DISABLE_PACKAGE': True, # Doesn't work in packaged apps yet.
3 'TOOLS': ['newlib'], 3 'TOOLS': ['newlib'],
4 'SEARCH': [
5 '.',
6 '../..',
7 ],
8 'TARGETS': [ 4 'TARGETS': [
9 { 5 {
10 'NAME' : 'debugging', 6 'NAME' : 'debugging',
11 'TYPE' : 'main', 7 'TYPE' : 'main',
12 'SOURCES' : [ 8 'SOURCES' : [
13 'debugging.c', 9 'debugging.c',
14 ], 10 ],
15 'CFLAGS': ['-fno-omit-frame-pointer'], 11 'CFLAGS': ['-fno-omit-frame-pointer'],
16 'DEPS' : ['error_handling'], 12 'DEPS' : ['error_handling'],
17 'LIBS' : ['ppapi', 'pthread'] 13 'LIBS' : ['ppapi', 'pthread']
18 } 14 }
19 ], 15 ],
20 16
21 'POST': """ 17 'POST': """
22 18
23 # 19 #
24 # Specify the MAP files to be created. 20 # Specify the MAP files to be created.
25 # 21 #
26 $(eval $(call MAP_RULE,$(TARGET),$(TARGET)))""", 22 $(eval $(call MAP_RULE,$(TARGET),$(TARGET)))""",
27 'DATA': [ 23 'DATA': [
28 'example.js', 24 'example.js',
29 ], 25 ],
30 'DEST': 'examples/tutorial', 26 'DEST': 'examples/tutorial',
31 'NAME': 'debugging', 27 'NAME': 'debugging',
32 'TITLE': 'Debugging', 28 'TITLE': 'Debugging',
33 'GROUP': 'Tutorial' 29 'GROUP': 'Tutorial'
34 } 30 }
35 31
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/resources/screenshot_pi_1280.png ('k') | native_client_sdk/src/libraries/gmock/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698