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

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

Issue 176923017: [NaCl SDK] Compile for naclio for Bionic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bug in h_error Created 6 years, 8 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', 'linux'], 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux'],
3 'SEL_LDR': True, 3 'SEL_LDR': True,
4 4
5 'TARGETS': [ 5 'TARGETS': [
6 { 6 {
7 'NAME' : 'nacl_io_test', 7 'NAME' : 'nacl_io_test',
8 'TYPE' : 'main', 8 'TYPE' : 'main',
9 'SOURCES' : [ 9 'SOURCES' : [
10 'dev_fs_for_testing.h', 10 'dev_fs_for_testing.h',
11 'event_test.cc', 11 'event_test.cc',
12 'fake_ppapi/fake_core_interface.cc', 12 'fake_ppapi/fake_core_interface.cc',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'CXXFLAGS': ['-Wno-sign-compare'], 65 'CXXFLAGS': ['-Wno-sign-compare'],
66 } 66 }
67 ], 67 ],
68 'DATA': [ 68 'DATA': [
69 'example.js' 69 'example.js'
70 ], 70 ],
71 'DEST': 'tests', 71 'DEST': 'tests',
72 'NAME': 'nacl_io_test', 72 'NAME': 'nacl_io_test',
73 'TITLE': 'NaCl IO test', 73 'TITLE': 'NaCl IO test',
74 } 74 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698