summaryrefslogtreecommitdiffstats
path: root/chrome/android/DEPS
diff options
context:
space:
mode:
authordgn <dgn@chromium.org>2015-07-08 06:41:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-08 13:42:04 +0000
commit7df932bc3b94ae2e0d9340d4a73d40098c597ad5 (patch)
treeff55481914683ce4f381c48b57796bbd4eaab7aa /chrome/android/DEPS
parent4514da7288084a4a863e26c0c4998655eed66a87 (diff)
downloadchromium_src-7df932bc3b94ae2e0d9340d4a73d40098c597ad5.zip
chromium_src-7df932bc3b94ae2e0d9340d4a73d40098c597ad5.tar.gz
chromium_src-7df932bc3b94ae2e0d9340d4a73d40098c597ad5.tar.bz2
Extract the AppRestriction-listening code out of //chrome
This patch extracts the code related to listening to App Restriction changes and moves it to a new AppRestrictionListener class in the policy component. BUG=506809 Review URL: https://codereview.chromium.org/1214073013 Cr-Commit-Position: refs/heads/master@{#337808}
Diffstat (limited to 'chrome/android/DEPS')
-rw-r--r--chrome/android/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/android/DEPS b/chrome/android/DEPS
index f83eebe..bbc93a6 100644
--- a/chrome/android/DEPS
+++ b/chrome/android/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+components/invalidation",
+ "+components/policy",
"+jni",
"+media/base/android/java",
]