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

Side by Side Diff: native_client_sdk/src/libraries/gtest_ppapi/library.dsc

Issue 10854137: [NaCl SDK] gtest_ppapi library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove hacks Created 8 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
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc'],
3 'TARGETS': [
4 {
5 'NAME' : 'gtest_ppapi',
6 'TYPE' : 'lib',
7 'SOURCES' : [
8 "gtest_event_listener.cc",
9 "gtest_instance.cc",
10 "gtest_module.cc",
11 "gtest_nacl_environment.cc",
12 "gtest_runner.cc",
13 ],
14 }
15 ],
16 'HEADERS': [
17 {
18 'FILES': [
19 "condition_lock.h",
20 "gtest_event_listener.h",
21 "gtest_instance.h",
22 "gtest_nacl_environment.h",
23 "gtest_runner.h",
24 "pthread_ext.h",
25 "ref_count.h",
26 "scoped_mutex_lock.h",
27 "thread_condition.h",
28 ],
29 'DEST': 'include/gtest_ppapi',
30 },
31 ],
32 'DEST': 'testing',
33 'NAME': 'gtest_ppapi',
34 'EXPERIMENTAL': True
35 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/gtest_ppapi/gtest_runner.cc ('k') | native_client_sdk/src/libraries/gtest_ppapi/pthread_ext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698