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

Unified Diff: testing/gmock.gyp

Issue 1466413002: Update gtest to 786564fa4a3c, switch to googlemock in gtest Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « base/win/wrapped_window_proc_unittest.cc ('k') | testing/gtest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gmock.gyp
diff --git a/testing/gmock.gyp b/testing/gmock.gyp
index 6363b4b1838cc5c44d3eb5fea99a58b7362a77a6..f77769cd7f6900cd25dfb18cc38f20cc636e6b92 100644
--- a/testing/gmock.gyp
+++ b/testing/gmock.gyp
@@ -12,36 +12,36 @@
],
'sources': [
# Sources based on files in r173 of gmock.
- 'gmock/include/gmock/gmock-actions.h',
- 'gmock/include/gmock/gmock-cardinalities.h',
- 'gmock/include/gmock/gmock-generated-actions.h',
- 'gmock/include/gmock/gmock-generated-function-mockers.h',
- 'gmock/include/gmock/gmock-generated-matchers.h',
- 'gmock/include/gmock/gmock-generated-nice-strict.h',
- 'gmock/include/gmock/gmock-matchers.h',
- 'gmock/include/gmock/gmock-spec-builders.h',
- 'gmock/include/gmock/gmock.h',
- 'gmock/include/gmock/internal/gmock-generated-internal-utils.h',
- 'gmock/include/gmock/internal/gmock-internal-utils.h',
- 'gmock/include/gmock/internal/gmock-port.h',
- 'gmock/src/gmock-all.cc',
- 'gmock/src/gmock-cardinalities.cc',
- 'gmock/src/gmock-internal-utils.cc',
- 'gmock/src/gmock-matchers.cc',
- 'gmock/src/gmock-spec-builders.cc',
- 'gmock/src/gmock.cc',
+ 'gtest/googlemock/include/gtest/googlemock/gmock-actions.h',
+ 'gtest/googlemock/include/gtest/googlemock/gmock-cardinalities.h',
+ 'gtest/googlemock/include/gtest/googlemock/gmock-generated-actions.h',
+ 'gtest/googlemock/include/gtest/googlemock/gmock-generated-function-mockers.h',
+ 'gtest/googlemock/include/gtest/googlemock/gmock-generated-matchers.h',
+ 'gtest/googlemock/include/gtest/googlemock/gmock-generated-nice-strict.h',
+ 'gtest/googlemock/include/gtest/googlemock/gmock-matchers.h',
+ 'gtest/googlemock/include/gtest/googlemock/gmock-spec-builders.h',
+ 'gtest/googlemock/include/gtest/googlemock/gmock.h',
+ 'gtest/googlemock/include/gtest/googlemock/internal/gmock-generated-internal-utils.h',
+ 'gtest/googlemock/include/gtest/googlemock/internal/gmock-internal-utils.h',
+ 'gtest/googlemock/include/gtest/googlemock/internal/gmock-port.h',
+ 'gtest/googlemock/src/gmock-all.cc',
+ 'gtest/googlemock/src/gmock-cardinalities.cc',
+ 'gtest/googlemock/src/gmock-internal-utils.cc',
+ 'gtest/googlemock/src/gmock-matchers.cc',
+ 'gtest/googlemock/src/gmock-spec-builders.cc',
+ 'gtest/googlemock/src/gmock.cc',
'gmock_mutant.h', # gMock helpers
],
'sources!': [
- 'gmock/src/gmock-all.cc', # Not needed by our build.
+ 'gtest/googlemock/src/gmock-all.cc', # Not needed by our build.
],
'include_dirs': [
- 'gmock',
- 'gmock/include',
+ 'gtest/googlemock',
+ 'gtest/googlemock/include',
],
'direct_dependent_settings': {
'include_dirs': [
- 'gmock/include', # So that gmock headers can find themselves.
+ 'gtest/googlemock/include', # So that gmock headers can find themselves.
],
},
'export_dependent_settings': [
@@ -60,7 +60,7 @@
'gmock',
],
'sources': [
- 'gmock/src/gmock_main.cc',
+ 'gtest/googlemock/src/gmock_main.cc',
],
},
],
« no previous file with comments | « base/win/wrapped_window_proc_unittest.cc ('k') | testing/gtest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698