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

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

Issue 15011003: ppapi_simple (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 7 years, 6 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
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3 'TARGETS': [
4 {
5 'NAME' : 'ppapi_simple',
6 'TYPE' : 'lib',
7 'SOURCES' : [
8 "ps.cc",
9 "ps_event.cc",
10 "ps_instance.cc",
11 "ps_main.cc",
12 ],
13 }
14 ],
15 'HEADERS': [
16 {
17 'FILES': [
18 "ps.h",
19 "ps_event.h",
20 "ps_instance.h",
21 "ps_main.h",
22 ],
23 'DEST': 'include/ppapi_simple',
24 },
25 ],
26 'DEST': 'src',
27 'NAME': 'ppapi_simple',
28 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_main/ppapi_queue.cc ('k') | native_client_sdk/src/libraries/ppapi_simple/ps.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698