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

Side by Side Diff: native_client_sdk/src/tests/nacl_io_socket_test/example.dsc

Issue 1388503003: [NaCl SDK] Remove newlib toolchain from the SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'linux', 'mac'], 2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'nacl_io_socket_test', 5 'NAME' : 'nacl_io_socket_test',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'main.cc', 8 'main.cc',
9 'socket_test.cc', 9 'socket_test.cc',
10 'echo_server.cc', 10 'echo_server.cc',
11 'echo_server.h', 11 'echo_server.h',
12 ], 12 ],
(...skipping 11 matching lines...) Expand all
24 'NAME': 'nacl_io_socket_test', 24 'NAME': 'nacl_io_socket_test',
25 'TITLE': 'NaCl IO Socket test', 25 'TITLE': 'NaCl IO Socket test',
26 'SOCKET_PERMISSIONS': [ 26 'SOCKET_PERMISSIONS': [
27 "tcp-listen:*:*", 27 "tcp-listen:*:*",
28 "tcp-connect", 28 "tcp-connect",
29 "resolve-host", 29 "resolve-host",
30 "udp-bind:*:*", 30 "udp-bind:*:*",
31 "udp-send-to:*:*" 31 "udp-send-to:*:*"
32 ] 32 ]
33 } 33 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/xray/library.dsc ('k') | native_client_sdk/src/tests/nacl_io_test/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698