Index: chrome/install_static/DEPS |
diff --git a/chrome/install_static/DEPS b/chrome/install_static/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6eb75cdb3de58d862f59426de8c906cf81ec9548 |
--- /dev/null |
+++ b/chrome/install_static/DEPS |
@@ -0,0 +1,10 @@ |
+include_rules = [ |
+ # Nothing from base except the includes listed below. |
+ "-base", |
+ "+base/macros.h", |
+ "+base/strings/string16.h", |
+ "+build/build_config.h", |
+ # Nothing from chrome. |
+ "-chrome", |
+ "+chrome/install_static/install_util.h", |
+] |