Index: chrome/installer/DEPS |
diff --git a/chrome/installer/DEPS b/chrome/installer/DEPS |
index 5a293102f9a7b028e714dd31ce834e6cb3a44511..d5f75fd77c2de702d2fdfceffc1c2b62db83a62b 100644 |
--- a/chrome/installer/DEPS |
+++ b/chrome/installer/DEPS |
@@ -4,4 +4,8 @@ include_rules = [ |
"+rlz", |
"+third_party/bspatch", |
"+third_party/lzma_sdk", |
+ |
+ # Avoid bringing in content code, except for some er |
+ "-content", |
+ "+content/public/common/result_codes.h", |
jam
2014/06/19 16:37:07
nit: not needed anymore?
Lei Zhang
2014/06/19 18:12:30
I can put this in a separate CL.
|
] |