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

Unified Diff: athena/resource_manager/DEPS

Issue 514293003: Run athena on chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments, rebase Created 6 years, 3 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/extensions/public/extensions_delegate.h ('k') | athena/resource_manager/memory_pressure_notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/resource_manager/DEPS
diff --git a/athena/resource_manager/DEPS b/athena/resource_manager/DEPS
index c34a20cde51c89fc9ad588b9854091a8a107030d..0be6357219b7d701274c8b39a073c68d39acc51a 100644
--- a/athena/resource_manager/DEPS
+++ b/athena/resource_manager/DEPS
@@ -1,6 +1,5 @@
include_rules = [
"+athena/activity/public",
- "+athena/content/public",
"+athena/wm/public",
"+ui/aura",
"+ui/base",
@@ -10,6 +9,9 @@ specific_include_rules = {
".*_unittest.cc": [
"+ui/gfx",
"+ui/views",
- ]
+ ],
+ # for unittests
+ "memory_pressure_notifier.h": [
+ "+athena/athena_export.h",
+ ],
}
-
« no previous file with comments | « athena/extensions/public/extensions_delegate.h ('k') | athena/resource_manager/memory_pressure_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698