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

Side by Side Diff: native_client_sdk/src/examples/tutorial/testing/example.dsc

Issue 433193002: [NaCl SDK] nacl_io: Remove unneeded glibc syscall entry points. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['glibc', 'newlib', 'pnacl', 'linux'], 2 'TOOLS': ['glibc', 'newlib', 'pnacl', 'linux'],
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', 'nacl_io', 'ppapi_cpp', 'ppapi', 'gtest', 'pthre ad'], 9 'LIBS' : ['ppapi_simple', 'ppapi', 'gtest', 'nacl_io', 'ppapi_cpp', 'pthre ad'],
10 'CXXFLAGS': ['-Wno-sign-compare'] 10 'CXXFLAGS': ['-Wno-sign-compare']
11 } 11 }
12 ], 12 ],
13 'DATA': [ 13 'DATA': [
14 'example.js' 14 'example.js'
15 ], 15 ],
16 'DEST': 'examples/tutorial', 16 'DEST': 'examples/tutorial',
17 'NAME': 'testing', 17 'NAME': 'testing',
18 'TITLE': 'Testing with gtest', 18 'TITLE': 'Testing with gtest',
19 'GROUP': 'Tutorial' 19 'GROUP': 'Tutorial'
20 } 20 }
21 21
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/gtest/library.dsc » ('j') | native_client_sdk/src/libraries/gtest/library.dsc » ('J')

Powered by Google App Engine
This is Rietveld 408576698