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

Unified Diff: athena/resource_manager/DEPS

Issue 513523002: Adding Baseframework of the ResourceManager (all hooks and observers) are being put in place with a… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Aaaand another rebase Created 6 years, 4 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
Index: athena/resource_manager/DEPS
diff --git a/athena/resource_manager/DEPS b/athena/resource_manager/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..c34a20cde51c89fc9ad588b9854091a8a107030d
--- /dev/null
+++ b/athena/resource_manager/DEPS
@@ -0,0 +1,15 @@
+include_rules = [
+ "+athena/activity/public",
+ "+athena/content/public",
+ "+athena/wm/public",
+ "+ui/aura",
+ "+ui/base",
+]
+
+specific_include_rules = {
+ ".*_unittest.cc": [
+ "+ui/gfx",
+ "+ui/views",
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698