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

Unified Diff: testing/gmock.gyp

Issue 2179743002: Use GTEST_LANG_CXX11 in V8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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 | testing/gmock_custom/gmock/internal/custom/gmock-port.h » ('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 ba4386141a638527d9ddb77712fab6e0f16066c6..89c97e32ec57d69f0b33ed9fa8254e3b463a457d 100644
--- a/testing/gmock.gyp
+++ b/testing/gmock.gyp
@@ -31,16 +31,19 @@
'gmock/src/gmock-spec-builders.cc',
'gmock/src/gmock.cc',
'gmock-support.h', # gMock helpers
+ 'gmock_custom/gmock/internal/custom/gmock-port.h',
],
'sources!': [
'gmock/src/gmock-all.cc', # Not needed by our build.
],
'include_dirs': [
+ 'gmock_custom',
'gmock',
'gmock/include',
],
- 'direct_dependent_settings': {
+ 'all_dependent_settings': {
'include_dirs': [
+ 'gmock_custom',
'gmock/include', # So that gmock headers can find themselves.
],
},
« no previous file with comments | « no previous file | testing/gmock_custom/gmock/internal/custom/gmock-port.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698