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

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

Issue 23919004: [NaCl SDK] Create a resources/ directory and move files to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move httpd.cmd too Created 7 years, 3 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
« no previous file with comments | « native_client_sdk/src/tests/nacl_io_test/example.dsc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3 'SEL_LDR': True, 3 'SEL_LDR': True,
4 4
5 # Need to add ../../examples for common.js
6 'SEARCH': ['.', '../../examples'],
7 'TARGETS': [ 5 'TARGETS': [
8 { 6 {
9 'NAME' : 'sdk_util_test', 7 'NAME' : 'sdk_util_test',
10 'TYPE' : 'main', 8 'TYPE' : 'main',
11 'SOURCES' : [ 9 'SOURCES' : [
12 'main.cc', 10 'main.cc',
13 'string_util_test.cc', 11 'string_util_test.cc',
14 ], 12 ],
15 'DEPS': ['ppapi_simple', 'sdk_util', 'nacl_io'], 13 'DEPS': ['ppapi_simple', 'sdk_util', 'nacl_io'],
16 # Order matters here: gtest has a "main" function that will be used if 14 # Order matters here: gtest has a "main" function that will be used if
17 # referenced before ppapi. 15 # referenced before ppapi.
18 'LIBS': ['gmock', 'ppapi_cpp', 'ppapi', 'gtest', 'pthread'], 16 'LIBS': ['gmock', 'ppapi_cpp', 'ppapi', 'gtest', 'pthread'],
19 'INCLUDES': ['$(NACL_SDK_ROOT)/include/gtest/internal'], 17 'INCLUDES': ['$(NACL_SDK_ROOT)/include/gtest/internal'],
20 'CXXFLAGS': ['-Wno-sign-compare', '-Wno-unused-private-field'], 18 'CXXFLAGS': ['-Wno-sign-compare', '-Wno-unused-private-field'],
21 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'], 19 'CFLAGS_GCC': ['-Wno-unused-local-typedefs'],
22 } 20 }
23 ], 21 ],
24 'DATA': [ 22 'DATA': [
25 'example.js' 23 'example.js'
26 ], 24 ],
27 'DEST': 'tests', 25 'DEST': 'tests',
28 'NAME': 'sdk_util_test', 26 'NAME': 'sdk_util_test',
29 'TITLE': 'SDK Util test', 27 'TITLE': 'SDK Util test',
30 } 28 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/tests/nacl_io_test/example.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698