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

Unified Diff: compat/compat.gyp

Issue 1424443002: Make compat export include_dirs to all dependents (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/compat.gyp
diff --git a/compat/compat.gyp b/compat/compat.gyp
index 176fe4f9716efef66fdff7e079a0141da0b87d59..5d3f6f75e1f384bb9408db293d58652787bc8786 100644
--- a/compat/compat.gyp
+++ b/compat/compat.gyp
@@ -51,7 +51,7 @@
'include_dirs': [
'mac',
],
- 'direct_dependent_settings': {
+ 'all_dependent_settings': {
'include_dirs': [
'mac',
],
@@ -61,7 +61,7 @@
'include_dirs': [
'win',
],
- 'direct_dependent_settings': {
+ 'all_dependent_settings': {
'include_dirs': [
'win',
],
@@ -73,7 +73,7 @@
'include_dirs': [
'non_win',
],
- 'direct_dependent_settings': {
+ 'all_dependent_settings': {
'include_dirs': [
'non_win',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698