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

Side by Side Diff: native_client_sdk/src/tests/nacl_io_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 'SEL_LDR': True, 3 'SEL_LDR': True,
4 4
5 # Need to add ../../examples for common.js
6 'SEARCH': ['.', '../../examples'],
7 'TARGETS': [ 5 'TARGETS': [
8 { 6 {
9 'NAME' : 'nacl_io_test', 7 'NAME' : 'nacl_io_test',
10 'TYPE' : 'main', 8 'TYPE' : 'main',
11 'SOURCES' : [ 9 'SOURCES' : [
12 'event_test.cc', 10 'event_test.cc',
13 'fake_core_interface.cc', 11 'fake_core_interface.cc',
14 'fake_core_interface.h', 12 'fake_core_interface.h',
15 'fake_pepper_interface_html5fs.cc', 13 'fake_pepper_interface_html5fs.cc',
16 'fake_pepper_interface_html5fs.h', 14 'fake_pepper_interface_html5fs.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'], 48 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'],
51 } 49 }
52 ], 50 ],
53 'DATA': [ 51 'DATA': [
54 'example.js' 52 'example.js'
55 ], 53 ],
56 'DEST': 'tests', 54 'DEST': 'tests',
57 'NAME': 'nacl_io_test', 55 'NAME': 'nacl_io_test',
58 'TITLE': 'NaCl IO test', 56 'TITLE': 'NaCl IO test',
59 } 57 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/tests/nacl_io_socket_test/example.dsc ('k') | native_client_sdk/src/tests/sdk_util_test/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698