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

Side by Side Diff: native_client_sdk/src/examples/tutorial/testing/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': ['glibc', 'clang-newlib', 'pnacl', 'linux', 'mac'], 2 'TOOLS': ['glibc', 'clang-newlib', 'pnacl', 'linux', 'mac'],
3 'SEL_LDR': True, 3 'SEL_LDR': True,
4 'TARGETS': [ 4 'TARGETS': [
5 { 5 {
6 'NAME' : 'testing', 6 'NAME' : 'testing',
7 'TYPE' : 'main', 7 'TYPE' : 'main',
8 'SOURCES' : ['testing.cc'], 8 'SOURCES' : ['testing.cc'],
9 'LIBS' : ['ppapi_simple_cpp', 'ppapi_cpp', 'ppapi', 'gtest', 'nacl_io', 'p thread'], 9 'LIBS' : ['ppapi_simple_cpp', 'ppapi_cpp', 'ppapi', 'nacl_io', 'pthread'],
10 'INCLUDES': ['../../../src/gtest/include', '../../../src/gtest'],
11 'EXTRA_SOURCES' : ['../../../src/gtest/src/gtest-all.cc'],
10 'CXXFLAGS': ['-Wno-sign-compare'] 12 'CXXFLAGS': ['-Wno-sign-compare']
11 } 13 }
12 ], 14 ],
13 'DATA': [ 15 'DATA': [
14 'example.js' 16 'example.js'
15 ], 17 ],
16 'DEST': 'examples/tutorial', 18 'DEST': 'examples/tutorial',
17 'NAME': 'testing', 19 'NAME': 'testing',
18 'TITLE': 'Testing with gtest', 20 'TITLE': 'Testing with gtest',
19 'GROUP': 'Tutorial' 21 'GROUP': 'Tutorial'
20 } 22 }
21 23
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/sdk/release-notes.rst ('k') | native_client_sdk/src/libraries/gmock/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698