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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/gtest/library.dsc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/gmock/library.dsc
diff --git a/native_client_sdk/src/libraries/gmock/library.dsc b/native_client_sdk/src/libraries/gmock/library.dsc
index 71c5c47499b9b2539f58282c8094c8f669f9530c..b478e470292298669fc34b42f7efa112600fa64c 100644
--- a/native_client_sdk/src/libraries/gmock/library.dsc
+++ b/native_client_sdk/src/libraries/gmock/library.dsc
@@ -1,8 +1,6 @@
{
- # gmock-spec-builders.cc:248: error: enumeration value ‘FAIL’ not handled in switch
- #'CXXFLAGS': ['-Wno-switch-enum'],
'SEARCH': [
- '../../../../testing/gmock',
+ '../../../../third_party/googletest/src/googlemock',
],
'DATA': [
'src/gmock.cc',
« 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