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

Unified Diff: components/crash.gypi

Issue 2183613003: (gyp): breakpad_host should push include_dirs to dependents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash.gypi
diff --git a/components/crash.gypi b/components/crash.gypi
index 7b154b3febe02a720eda0e662a5a4d287bbc1de9..085fea607be09a8f2de54fe729004b4053b41fa7 100644
--- a/components/crash.gypi
+++ b/components/crash.gypi
@@ -466,6 +466,11 @@
'include_dirs': [
'../breakpad/src',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '../breakpad/src',
+ ],
+ },
'target_conditions': [
# Need 'target_conditions' to override default filename_rules to include
# the files on Android.
« 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