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

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

Issue 914983003: [NaCl SDK] Switch ppapi_simple to C library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tty output bug Created 5 years, 10 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
OLDNEW
1 { 1 {
2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib' ], 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib' ],
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',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'syscalls_test.cc', 57 'syscalls_test.cc',
58 'path_test.cc', 58 'path_test.cc',
59 'pepper_interface_mock.cc', 59 'pepper_interface_mock.cc',
60 'pepper_interface_mock.h', 60 'pepper_interface_mock.h',
61 'socket_test.cc', 61 'socket_test.cc',
62 'tty_test.cc', 62 'tty_test.cc',
63 ], 63 ],
64 'DEPS': ['ppapi_simple', 'nacl_io'], 64 'DEPS': ['ppapi_simple', 'nacl_io'],
65 # Order matters here: gtest has a "main" function that will be used if 65 # Order matters here: gtest has a "main" function that will be used if
66 # referenced before ppapi. 66 # referenced before ppapi.
67 'LIBS': ['ppapi_simple', 'gmock', 'nacl_io', 'ppapi', 'gtest', 'ppapi_cpp' , 'pthread'], 67 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'gmock', 'nacl_io', 'ppapi', 'gt est', 'pthread'],
68 'INCLUDES': ["."], 68 'INCLUDES': ["."],
69 'CXXFLAGS': ['-Wno-sign-compare'], 69 'CXXFLAGS': ['-Wno-sign-compare'],
70 } 70 }
71 ], 71 ],
72 'DATA': [ 72 'DATA': [
73 'example.js' 73 'example.js'
74 ], 74 ],
75 'DEST': 'tests', 75 'DEST': 'tests',
76 'NAME': 'nacl_io_test', 76 'NAME': 'nacl_io_test',
77 'TITLE': 'NaCl IO test', 77 'TITLE': 'NaCl IO test',
78 } 78 }
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