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

Unified Diff: athena/DEPS

Issue 322503005: Athena's FocusManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | athena/activity/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/DEPS
diff --git a/athena/DEPS b/athena/DEPS
index c60bd791d36552b4a15522a6cdfed91fd13da1ca..b8ec7302dc4b09795640a1ee5390bdb2d12629f3 100644
--- a/athena/DEPS
+++ b/athena/DEPS
@@ -1,6 +1,15 @@
# Please do not add dependency to chrome/ and its subdirectories
include_rules = [
- # Components within athena must state their dependencies explicitly.
+ # Components within athena must state their dependencies explicitly
+ # except for common.
"-athena",
+ "+athena/common",
]
+
+specific_include_rules = {
+ ".*unittest\.cc": [
+ "+athena/test",
+ ],
+}
+
« no previous file with comments | « no previous file | athena/activity/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698