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

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

Issue 1559463002: [NaCl SDK] Don't include gtest/gmock in library form (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 # gmock-spec-builders.cc:248: error: enumeration value ‘FAIL’ not handle d in switch
3 #'CXXFLAGS': ['-Wno-switch-enum'],
2 'SEARCH': [ 4 'SEARCH': [
3 '../../../../testing/gmock/include/gmock', 5 '../../../../testing/gmock',
4 '../../../../testing/gmock/include/gmock/internal',
5 '../../../../testing/gmock/src',
6 ], 6 ],
7 'TARGETS': [ 7 'DATA': [
8 { 8 'src/gmock.cc',
9 'NAME' : 'gmock', 9 'src/gmock-all.cc',
10 'TYPE' : 'lib', 10 'src/gmock-matchers.cc',
11 'SOURCES' : [ 11 'src/gmock-cardinalities.cc',
12 'gmock.cc', 12 'src/gmock-internal-utils.cc',
13 'gmock-matchers.cc', 13 'src/gmock-spec-builders.cc',
14 'gmock-cardinalities.cc', 14 'include/gmock/gmock-actions.h',
15 'gmock-internal-utils.cc', 15 'include/gmock/gmock-cardinalities.h',
16 'gmock-spec-builders.cc', 16 'include/gmock/gmock-generated-actions.h',
17 ], 17 'include/gmock/gmock-generated-actions.h.pump',
18 # gmock-spec-builders.cc:248: error: enumeration value ‘FAIL’ not handle d in switch 18 'include/gmock/gmock-generated-function-mockers.h',
19 'CXXFLAGS': ['-Wno-switch-enum'], 19 'include/gmock/gmock-generated-function-mockers.h.pump',
20 'DEPS': ['gtest'], 20 'include/gmock/gmock-generated-matchers.h',
21 } 21 'include/gmock/gmock-generated-matchers.h.pump',
22 ], 22 'include/gmock/gmock-generated-nice-strict.h',
23 'HEADERS': [ 23 'include/gmock/gmock-generated-nice-strict.h.pump',
24 { 24 'include/gmock/gmock.h',
25 'FILES': [ 25 'include/gmock/gmock-matchers.h',
26 'gmock-actions.h', 26 'include/gmock/gmock-more-actions.h',
27 'gmock-cardinalities.h', 27 'include/gmock/gmock-more-matchers.h',
28 'gmock-generated-actions.h', 28 'include/gmock/gmock-spec-builders.h',
29 'gmock-generated-actions.h.pump', 29 'include/gmock/internal/gmock-generated-internal-utils.h',
30 'gmock-generated-function-mockers.h', 30 'include/gmock/internal/gmock-generated-internal-utils.h.pump',
31 'gmock-generated-function-mockers.h.pump', 31 'include/gmock/internal/gmock-internal-utils.h',
32 'gmock-generated-matchers.h', 32 'include/gmock/internal/gmock-port.h',
33 'gmock-generated-matchers.h.pump', 33 'include/gmock/internal/custom/gmock-generated-actions.h',
34 'gmock-generated-nice-strict.h', 34 'include/gmock/internal/custom/gmock-matchers.h',
35 'gmock-generated-nice-strict.h.pump', 35 'include/gmock/internal/custom/gmock-port.h',
36 'gmock.h',
37 'gmock-matchers.h',
38 'gmock-more-actions.h',
39 'gmock-more-matchers.h',
40 'gmock-spec-builders.h',
41 ],
42 'DEST': 'include/gmock',
43 },
44 {
45 'FILES': [
46 'gmock-generated-internal-utils.h',
47 'gmock-generated-internal-utils.h.pump',
48 'gmock-internal-utils.h',
49 'gmock-port.h',
50 ],
51 'DEST': 'include/gmock/internal',
52 },
53 {
54 'FILES': [
55 'gmock.h',
56 'gmock-generated-actions.h',
57 'gmock-matchers.h',
58 'gmock-port.h',
59 ],
60 'DEST': 'include/gmock/internal/custom',
61 },
62 ], 36 ],
63 'DEST': 'src', 37 'DEST': 'src',
64 'NAME': 'gmock', 38 'NAME': 'gmock',
65 } 39 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/tutorial/testing/example.dsc ('k') | native_client_sdk/src/libraries/gtest/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698