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

Side by Side Diff: native_client_sdk/src/libraries/nacl_io_test/example.dsc

Issue 16232016: [NaCl SDK] nacl_io: big refactor to return error value (errno). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge master, fix windows 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 # TODO(binji): pnacl doesn't build right now because gtest doesn't build yet.
3 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
4 3
5 # Need to add ../../examples for common.js 4 # Need to add ../../examples for common.js
6 'SEARCH': ['.', '../../examples'], 5 'SEARCH': ['.', '../../examples'],
7 'TARGETS': [ 6 'TARGETS': [
8 { 7 {
9 'NAME' : 'nacl_io_test', 8 'NAME' : 'nacl_io_test',
10 'TYPE' : 'main', 9 'TYPE' : 'main',
11 'SOURCES' : [ 10 'SOURCES' : [
12 'kernel_object_test.cc', 11 'kernel_object_test.cc',
(...skipping 18 matching lines...) Expand all
31 'INCLUDES': ['$(NACL_SDK_ROOT)/include/gtest/internal'], 30 'INCLUDES': ['$(NACL_SDK_ROOT)/include/gtest/internal'],
32 } 31 }
33 ], 32 ],
34 'DATA': [ 33 'DATA': [
35 'example.js' 34 'example.js'
36 ], 35 ],
37 'DEST': 'tests', 36 'DEST': 'tests',
38 'NAME': 'nacl_io_test', 37 'NAME': 'nacl_io_test',
39 'TITLE': 'NaCl IO test', 38 'TITLE': 'NaCl IO test',
40 } 39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698