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

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

Issue 914983003: [NaCl SDK] Switch ppapi_simple to C library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tty output bug 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
(Empty)
1 {
2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib' ],
3 'SEARCH': [
4 '.',
5 '../ppapi_simple'
6 ],
7 'TARGETS': [
8 {
9 'NAME' : 'ppapi_simple_cpp',
10 'TYPE' : 'lib',
11 'SOURCES' : [
12 "ps.c",
13 "ps_context_2d.c",
14 "ps_event.c",
15 "ps_instance.c",
16 "ps_interface.c",
17 "ps_main.c",
18 "ps_entrypoints_cpp.cc"
19 ],
20 },
21 ],
22 'DEST': 'src',
23 'NAME': 'ppapi_simple_cpp',
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698