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

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

Issue 1559463002: [NaCl SDK] Don't include gtest/gmock in library form (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'], 2 'TOOLS': ['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',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'mock_node.h', 55 'mock_node.h',
56 'mock_util.h', 56 'mock_util.h',
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_cpp', 'nacl_io'], 64 'DEPS': ['ppapi_simple_cpp', 'nacl_io'],
65 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'gmock', 'nacl_io', 'ppapi', 'gt est', 'pthread'], 65 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'nacl_io', 'ppapi', 'pthread'],
66 'INCLUDES': ["."], 66 'INCLUDES': [
67 '.',
68 '../../src/gtest/include',
69 '../../src/gtest',
70 '../../src/gmock/include',
71 '../../src/gmock'
72 ],
73 'EXTRA_SOURCES' : [
74 '../../src/gtest/src/gtest-all.cc',
75 '../../src/gmock/src/gmock-all.cc'
76 ],
67 'CXXFLAGS': ['-Wno-sign-compare'], 77 'CXXFLAGS': ['-Wno-sign-compare'],
68 } 78 }
69 ], 79 ],
70 'DATA': [ 80 'DATA': [
71 'example.js' 81 'example.js'
72 ], 82 ],
83
73 'DEST': 'tests', 84 'DEST': 'tests',
74 'NAME': 'nacl_io_test', 85 'NAME': 'nacl_io_test',
75 'TITLE': 'NaCl IO test', 86 'TITLE': 'NaCl IO test',
76 } 87 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc ('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