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

Side by Side Diff: native_client_sdk/src/examples/api/graphics_2d/example.dsc

Issue 240493003: Support static/dynamic for bionic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix issues. Created 6 years, 7 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 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'bionic', 'win', 'linux'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'graphics_2d', 5 'NAME' : 'graphics_2d',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'graphics_2d.cc', 8 'graphics_2d.cc',
9 ], 9 ],
10 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] 10 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
11 } 11 }
12 ], 12 ],
13 'DEST': 'examples/api', 13 'DEST': 'examples/api',
14 'NAME': 'graphics_2d', 14 'NAME': 'graphics_2d',
15 'TITLE': 'Graphics 2D', 15 'TITLE': 'Graphics 2D',
16 'GROUP': 'API' 16 'GROUP': 'API'
17 } 17 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/api/audio/example.dsc ('k') | native_client_sdk/src/examples/demo/nacl_io/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698