Index: chrome/app_installer/DEPS |
diff --git a/chrome/app_installer/DEPS b/chrome/app_installer/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..89bfeff33de4b05ec79e56925852406ef9567c1e |
--- /dev/null |
+++ b/chrome/app_installer/DEPS |
@@ -0,0 +1,7 @@ |
+include_rules = [ |
+ "+base", |
Lei Zhang
2014/10/24 19:15:23
You shouldn't need this. src/DEPS already says eve
jackhou1
2014/10/27 03:38:08
Done.
|
+ "+chrome/common", |
+ "+chrome/installer/launcher_support", |
+ "+chrome/installer/util", |
+ "+third_party/omaha", |
+] |