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

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

Issue 23919004: [NaCl SDK] Create a resources/ directory and move files to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move httpd.cmd too Created 7 years, 3 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'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3
4 # Need to add ../../examples for common.js
5 'SEARCH': ['.', '../../examples'],
6 'TARGETS': [ 3 'TARGETS': [
7 { 4 {
8 'NAME' : 'nacl_io_socket_test', 5 'NAME' : 'nacl_io_socket_test',
9 'TYPE' : 'main', 6 'TYPE' : 'main',
10 'SOURCES' : [ 7 'SOURCES' : [
11 'main.cc', 8 'main.cc',
12 'socket_test.cc', 9 'socket_test.cc',
13 ], 10 ],
14 'DEPS': ['ppapi_simple', 'nacl_io'], 11 'DEPS': ['ppapi_simple', 'nacl_io'],
15 # Order matters here: gtest has a "main" function that will be used if 12 # Order matters here: gtest has a "main" function that will be used if
(...skipping 12 matching lines...) Expand all
28 'TITLE': 'NaCl IO Socket test', 25 'TITLE': 'NaCl IO Socket test',
29 'PRE': '''\nCHROME_ARGS = --allow-nacl-socket-api=localhost\n''', 26 'PRE': '''\nCHROME_ARGS = --allow-nacl-socket-api=localhost\n''',
30 'SOCKET_PERMISSIONS': [ 27 'SOCKET_PERMISSIONS': [
31 "tcp-listen:*:*", 28 "tcp-listen:*:*",
32 "tcp-connect", 29 "tcp-connect",
33 "resolve-host", 30 "resolve-host",
34 "udp-bind:*:*", 31 "udp-bind:*:*",
35 "udp-send-to:*:*" 32 "udp-send-to:*:*"
36 ] 33 ]
37 } 34 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/resources/screenshot_pi_1280.png ('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