Index: apps/shell/common/DEPS |
diff --git a/apps/shell/common/DEPS b/apps/shell/common/DEPS |
index 502fc636aea5a91f7b1054a24b386a1df3cca69a..c69747e832fc3cdb510459fb769cbf1f4f07bfed 100644 |
--- a/apps/shell/common/DEPS |
+++ b/apps/shell/common/DEPS |
@@ -6,3 +6,10 @@ include_rules = [ |
"+webkit/common/user_agent/user_agent_util.h", |
] |
+ |
+# Temporary deps; these should be removed. |
+specific_include_rules = { |
+ "^shell_extensions_client\.cc$": [ |
+ "+apps/shell/browser/shell_app_runtime_api.h" |
+ ] |
+} |