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

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

Issue 240493003: Support static/dynamic for bionic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix issues. Created 6 years, 7 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': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'win'], 2 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'win'],
3 'SEARCH': [ 3 'SEARCH': [
4 '../../../../testing/gmock/include/gmock', 4 '../../../../testing/gmock/include/gmock',
5 '../../../../testing/gmock/include/gmock/internal', 5 '../../../../testing/gmock/include/gmock/internal',
6 '../../../../testing/gmock/src', 6 '../../../../testing/gmock/src',
7 ], 7 ],
8 'TARGETS': [ 8 'TARGETS': [
9 { 9 {
10 'NAME' : 'gmock', 10 'NAME' : 'gmock',
11 'TYPE' : 'lib', 11 'TYPE' : 'lib',
12 'SOURCES' : [ 12 'SOURCES' : [
13 'gmock.cc', 13 'gmock.cc',
14 'gmock-matchers.cc', 14 'gmock-matchers.cc',
15 'gmock-cardinalities.cc', 15 'gmock-cardinalities.cc',
16 'gmock-internal-utils.cc', 16 'gmock-internal-utils.cc',
17 'gmock-spec-builders.cc', 17 'gmock-spec-builders.cc',
18 ], 18 ],
19 # gmock-spec-builders.cc:248: error: enumeration value ‘FAIL’ not handle d in switch 19 # gmock-spec-builders.cc:248: error: enumeration value ‘FAIL’ not handle d in switch
20 'CXXFLAGS': ['-Wno-switch-enum'], 20 'CXXFLAGS': ['-Wno-switch-enum'],
21 'DEPS': ['gtest'],
21 } 22 }
22 ], 23 ],
23 'HEADERS': [ 24 'HEADERS': [
24 { 25 {
25 'FILES': [ 26 'FILES': [
26 'gmock-actions.h', 27 'gmock-actions.h',
27 'gmock-cardinalities.h', 28 'gmock-cardinalities.h',
28 'gmock-generated-actions.h', 29 'gmock-generated-actions.h',
29 'gmock-generated-actions.h.pump', 30 'gmock-generated-actions.h.pump',
30 'gmock-generated-function-mockers.h', 31 'gmock-generated-function-mockers.h',
(...skipping 15 matching lines...) Expand all
46 'gmock-generated-internal-utils.h.pump', 47 'gmock-generated-internal-utils.h.pump',
47 'gmock-internal-utils.h', 48 'gmock-internal-utils.h',
48 'gmock-port.h', 49 'gmock-port.h',
49 ], 50 ],
50 'DEST': 'include/gmock/internal', 51 'DEST': 'include/gmock/internal',
51 }, 52 },
52 ], 53 ],
53 'DEST': 'src', 54 'DEST': 'src',
54 'NAME': 'gmock', 55 'NAME': 'gmock',
55 } 56 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/demo/nacl_io/example.dsc ('k') | native_client_sdk/src/resources/Makefile.index.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698