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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_stub/library.dsc

Issue 268493004: [NaCl SDK] Add ppapi_stub for bionic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded symbol 'dl_irt_ptr'. 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
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/ppapi_stub/main.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 'TOOLS': ['bionic'],
3 'SEARCH': [
4 '.',
5 ],
6 'TARGETS': [
7 {
8 'NAME' : 'ppapi_stub',
9 'TYPE' : 'lib',
10 'SOURCES' : [
11 'main.c',
12 'ppapi_main.c',
13 ],
14 }
15 ],
16 'DEST': 'src',
17 'NAME': 'ppapi_stub',
18 }
19
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/ppapi_stub/main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698