Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: apps/shell/common/DEPS

Issue 224723022: Add the first app_shell_browsertest test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: temp dep Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/shell/browser/shell_browsertest.cc ('k') | apps/shell/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+ ]
+}
« no previous file with comments | « apps/shell/browser/shell_browsertest.cc ('k') | apps/shell/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698