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

Unified Diff: athena/home/DEPS

Issue 408623003: Minimize HomeCard if the user opens something in the home card. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 5 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 | « athena/athena.gyp ('k') | athena/home/home_card_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/DEPS
diff --git a/athena/home/DEPS b/athena/home/DEPS
index 325a352e8900253d76675474fdd9b1a2ab4b7ff1..5240e2d1dcf503bf5a280b4258b834d56cb38c72 100644
--- a/athena/home/DEPS
+++ b/athena/home/DEPS
@@ -8,4 +8,10 @@ include_rules = [
"+ui/gfx/image",
"+ui/views",
"+ui/wm/core",
+ "+ui/wm/public",
]
+specific_include_rules = {
+ ".*_unittest.cc": [
+ "+athena/activity/public",
+ ]
+}
« no previous file with comments | « athena/athena.gyp ('k') | athena/home/home_card_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698