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

Unified Diff: testing/gmock.gyp

Issue 2168983002: Propagate include directories of gtest and gmock to all dependent target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_obsolete
Patch Set: -"gtest" inclusion 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/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..d6bf3a1d3529c87c21d58e6b85727a7d6a76cead 100644
--- a/testing/gmock.gyp
+++ b/testing/gmock.gyp
@@ -39,7 +39,7 @@
'gmock',
'gmock/include',
],
- 'direct_dependent_settings': {
+ 'all_dependent_settings': {
'include_dirs': [
'gmock/include', # So that gmock headers can find themselves.
],
« no previous file with comments | « no previous file | testing/gtest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698