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

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

Issue 1493443002: Revert of [NaCl SDK] Remove support for bionic toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
OLDNEW
1 { 1 {
2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'], 2 'TOOLS': ['bionic', 'clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'CXXFLAGS': ['-Wno-sign-compare'], 67 'CXXFLAGS': ['-Wno-sign-compare'],
68 } 68 }
69 ], 69 ],
70 'DATA': [ 70 'DATA': [
71 'example.js' 71 'example.js'
72 ], 72 ],
73 'DEST': 'tests', 73 'DEST': 'tests',
74 'NAME': 'nacl_io_test', 74 'NAME': 'nacl_io_test',
75 'TITLE': 'NaCl IO test', 75 'TITLE': 'NaCl IO test',
76 } 76 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/resources/Makefile.library.template ('k') | native_client_sdk/src/tools/common.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698