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

Side by Side Diff: native_client_sdk/src/tests/sdk_util_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' : 'sdk_util_test', 7 'NAME' : 'sdk_util_test',
8 'TYPE' : 'main', 8 'TYPE' : 'main',
9 'SOURCES' : [ 9 'SOURCES' : [
10 'main.cc', 10 'main.cc',
11 'string_util_test.cc', 11 'string_util_test.cc',
12 ], 12 ],
13 'DEPS': ['ppapi_simple_cpp', 'sdk_util', 'nacl_io'], 13 'DEPS': ['ppapi_simple_cpp', 'sdk_util', 'nacl_io'],
14 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'gmock', 'nacl_io', 'ppapi', 'gt est', 'pthread'], 14 'LIBS': ['ppapi_simple_cpp', 'ppapi_cpp', 'nacl_io', 'ppapi', 'pthread'],
15 'INCLUDES': [
16 '../../src/gtest/include',
17 '../../src/gtest',
18 '../../src/gmock/include',
19 '../../src/gmock'
20 ],
21 'EXTRA_SOURCES' : [
22 '../../src/gtest/src/gtest-all.cc',
23 '../../src/gmock/src/gmock-all.cc'
24 ],
15 'CXXFLAGS': ['-Wno-sign-compare'] 25 'CXXFLAGS': ['-Wno-sign-compare']
16 } 26 }
17 ], 27 ],
18 'DATA': [ 28 'DATA': [
19 'example.js' 29 'example.js'
20 ], 30 ],
21 'DEST': 'tests', 31 'DEST': 'tests',
22 'NAME': 'sdk_util_test', 32 'NAME': 'sdk_util_test',
23 'TITLE': 'SDK Util test', 33 'TITLE': 'SDK Util test',
24 } 34 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/tests/nacl_io_test/example.dsc ('k') | native_client_sdk/src/tools/common.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698