diff options
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 0a1a3e1..3c413c6 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -26,4 +26,7 @@ include_rules = [ # Brett's test. Contact him for questions. "+frame_window", + + # On Linux, we include some breakpad headers + "+breakpad/linux", ] |