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

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

Issue 12166002: Cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 # Disabled pnacl for now because it warns on using the language extension 2 # Disabled pnacl for now because it warns on using the language extension
3 # typeof(...) 3 # typeof(...)
4 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], 4 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
5 'SEARCH': [ 5 'SEARCH': [
6 '.', 6 '.',
7 'pepper', 7 'pepper',
8 '../utils' 8 '../utils'
9 ], 9 ],
10 'TARGETS': [ 10 'TARGETS': [
(...skipping 20 matching lines...) Expand all
31 "nacl_mounts.cc", 31 "nacl_mounts.cc",
32 "path.cc", 32 "path.cc",
33 "pepper_interface.cc", 33 "pepper_interface.cc",
34 "real_pepper_interface.cc", 34 "real_pepper_interface.cc",
35 ], 35 ],
36 } 36 }
37 ], 37 ],
38 'HEADERS': [ 38 'HEADERS': [
39 { 39 {
40 'FILES': [ 40 'FILES': [
41 "inode_pool.h",
41 "kernel_handle.h", 42 "kernel_handle.h",
42 "kernel_intercept.h", 43 "kernel_intercept.h",
43 "kernel_object.h", 44 "kernel_object.h",
44 "kernel_proxy.h", 45 "kernel_proxy.h",
45 "kernel_wrap.h", 46 "kernel_wrap.h",
46 "mount.h", 47 "mount.h",
47 "mount_dev.h", 48 "mount_dev.h",
48 "mount_html5fs.h", 49 "mount_html5fs.h",
49 "mount_http.h", 50 "mount_http.h",
50 "mount_mem.h", 51 "mount_mem.h",
(...skipping 28 matching lines...) Expand all
79 ], 80 ],
80 'DEST': 'include/utils', 81 'DEST': 'include/utils',
81 } 82 }
82 ], 83 ],
83 'DATA': [ 84 'DATA': [
84 'Makefile', 85 'Makefile',
85 ], 86 ],
86 'DEST': 'src', 87 'DEST': 'src',
87 'NAME': 'nacl_mounts', 88 'NAME': 'nacl_mounts',
88 } 89 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698