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

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

Issue 2896703005: [NaCl SDK] Fix location of gmock and gtest libraries (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/gtest/library.dsc » ('j') | 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 # gmock-spec-builders.cc:248: error: enumeration value ‘FAIL’ not handle d in switch
3 #'CXXFLAGS': ['-Wno-switch-enum'],
4 'SEARCH': [ 2 'SEARCH': [
5 '../../../../testing/gmock', 3 '../../../../third_party/googletest/src/googlemock',
6 ], 4 ],
7 'DATA': [ 5 'DATA': [
8 'src/gmock.cc', 6 'src/gmock.cc',
9 'src/gmock-all.cc', 7 'src/gmock-all.cc',
10 'src/gmock-matchers.cc', 8 'src/gmock-matchers.cc',
11 'src/gmock-cardinalities.cc', 9 'src/gmock-cardinalities.cc',
12 'src/gmock-internal-utils.cc', 10 'src/gmock-internal-utils.cc',
13 'src/gmock-spec-builders.cc', 11 'src/gmock-spec-builders.cc',
14 'include/gmock/gmock-actions.h', 12 'include/gmock/gmock-actions.h',
15 'include/gmock/gmock-cardinalities.h', 13 'include/gmock/gmock-cardinalities.h',
(...skipping 14 matching lines...) Expand all
30 'include/gmock/internal/gmock-generated-internal-utils.h.pump', 28 'include/gmock/internal/gmock-generated-internal-utils.h.pump',
31 'include/gmock/internal/gmock-internal-utils.h', 29 'include/gmock/internal/gmock-internal-utils.h',
32 'include/gmock/internal/gmock-port.h', 30 'include/gmock/internal/gmock-port.h',
33 'include/gmock/internal/custom/gmock-generated-actions.h', 31 'include/gmock/internal/custom/gmock-generated-actions.h',
34 'include/gmock/internal/custom/gmock-matchers.h', 32 'include/gmock/internal/custom/gmock-matchers.h',
35 'include/gmock/internal/custom/gmock-port.h', 33 'include/gmock/internal/custom/gmock-port.h',
36 ], 34 ],
37 'DEST': 'src', 35 'DEST': 'src',
38 'NAME': 'gmock', 36 'NAME': 'gmock',
39 } 37 }
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/gtest/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698