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

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

Issue 73083005: [NaCl SDK] Enable linux host build for nacl_io and nacl_io_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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', '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 'event_test.cc', 10 'event_test.cc',
11 'fake_core_interface.cc', 11 'fake_core_interface.cc',
12 'fake_core_interface.h', 12 'fake_core_interface.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'], 48 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'],
49 } 49 }
50 ], 50 ],
51 'DATA': [ 51 'DATA': [
52 'example.js' 52 'example.js'
53 ], 53 ],
54 'DEST': 'tests', 54 'DEST': 'tests',
55 'NAME': 'nacl_io_test', 55 'NAME': 'nacl_io_test',
56 'TITLE': 'NaCl IO test', 56 'TITLE': 'NaCl IO test',
57 } 57 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698