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

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

Issue 11882012: Convert all project to use common.mk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'win', 'linux'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'gtest_ppapi', 5 'NAME' : 'gtest_ppapi',
6 # gtest-typed-test.h:239:47: error: anonymous variadic macros were introdu ced in C99 [-Werror=variadic-macros] 6 # gtest-typed-test.h:239:47: error: anonymous variadic macros were introdu ced in C99 [-Werror=variadic-macros]
7 'CXXFLAGS': ['-Wno-variadic-macros'], 7 'CXXFLAGS': ['-Wno-variadic-macros'],
8 'TYPE' : 'lib', 8 'TYPE' : 'lib',
9 'SOURCES' : [ 9 'SOURCES' : [
10 "gtest_event_listener.cc", 10 "gtest_event_listener.cc",
(...skipping 10 matching lines...) Expand all
21 "gtest_event_listener.h", 21 "gtest_event_listener.h",
22 "gtest_instance.h", 22 "gtest_instance.h",
23 "gtest_module.h", 23 "gtest_module.h",
24 "gtest_nacl_environment.h", 24 "gtest_nacl_environment.h",
25 "gtest_runner.h", 25 "gtest_runner.h",
26 "thread_condition.h", 26 "thread_condition.h",
27 ], 27 ],
28 'DEST': 'include/gtest_ppapi', 28 'DEST': 'include/gtest_ppapi',
29 }, 29 },
30 ], 30 ],
31 'DATA': [
32 'Makefile'
33 ],
31 'DEST': 'testlibs', 34 'DEST': 'testlibs',
32 'NAME': 'gtest_ppapi', 35 'NAME': 'gtest_ppapi',
33 } 36 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/gtest_ppapi/Makefile ('k') | native_client_sdk/src/libraries/nacl_mounts/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698