summaryrefslogtreecommitdiffstats
path: root/components/power/DEPS
diff options
context:
space:
mode:
authordhnishi@chromium.org <dhnishi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-14 20:25:33 +0000
committerdhnishi@chromium.org <dhnishi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-14 20:27:09 +0000
commit3e30590352226fc82855ea6464a4f45f65e2dc64 (patch)
treecbf2e05c81e8e36352c0467aae14399a98449309 /components/power/DEPS
parentc8fa7cab711ff346fae094131a31209729795726 (diff)
downloadchromium_src-3e30590352226fc82855ea6464a4f45f65e2dc64.zip
chromium_src-3e30590352226fc82855ea6464a4f45f65e2dc64.tar.gz
chromium_src-3e30590352226fc82855ea6464a4f45f65e2dc64.tar.bz2
Initial commit for battery auditing by website origin by profile.
This is part of Website Settings resource/permissions monitoring. Design Doc: https://docs.google.com/document/d/1oQwmj3AU4QYhTyGrYEGr6zaZhHUfx-wqUgEcQGbUU-U/edit?usp=sharing BUG=372607 Review URL: https://codereview.chromium.org/447053002 Cr-Commit-Position: refs/heads/master@{#289689} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289689 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/power/DEPS')
-rw-r--r--components/power/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/power/DEPS b/components/power/DEPS
new file mode 100644
index 0000000..df2301d5
--- /dev/null
+++ b/components/power/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+components/keyed_service",
+ "+content/public/common",
+]