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

Side by Side Diff: native_client_sdk/src/libraries/nacl_io/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
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 'pepper', 5 'pepper',
6 '../utils' 6 '../utils'
7 ], 7 ],
8 'TARGETS': [ 8 'TARGETS': [
9 { 9 {
10 'NAME' : 'nacl_io', 10 'NAME' : 'nacl_io',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "all_interfaces.h", 71 "all_interfaces.h",
72 "define_empty_macros.h", 72 "define_empty_macros.h",
73 "undef_macros.h", 73 "undef_macros.h",
74 ], 74 ],
75 'DEST': 'include/nacl_io/pepper', 75 'DEST': 'include/nacl_io/pepper',
76 }, 76 },
77 { 77 {
78 'FILES': [ 78 'FILES': [
79 "auto_lock.h", 79 "auto_lock.h",
80 "macros.h", 80 "macros.h",
81 "ref_object.h" 81 "ref_object.h",
82 "thread_safe_queue.h"
82 ], 83 ],
83 'DEST': 'include/utils', 84 'DEST': 'include/utils',
84 } 85 }
85 ], 86 ],
86 'DEST': 'src', 87 'DEST': 'src',
87 'NAME': 'nacl_io', 88 'NAME': 'nacl_io',
88 } 89 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698