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

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

Issue 1269623004: [NaCl SDK] Remove support for bionic toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
(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 | « native_client_sdk/src/libraries/ppapi_simple_cpp/library.dsc ('k') | native_client_sdk/src/libraries/ppapi_stub/main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698