summaryrefslogtreecommitdiffstats
path: root/extensions/browser/DEPS
diff options
context:
space:
mode:
authorfsamuel <fsamuel@chromium.org>2015-05-04 18:00:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-05 01:01:10 +0000
commit8dfa19acbffebaeafd38e8c3f4ef136c3fc83734 (patch)
tree9c62f75554ab826e9a49d0f2ee390b7d6cb2df1b /extensions/browser/DEPS
parentec5b7687d06564998e7f1b96465878a391edc723 (diff)
downloadchromium_src-8dfa19acbffebaeafd38e8c3f4ef136c3fc83734.zip
chromium_src-8dfa19acbffebaeafd38e8c3f4ef136c3fc83734.tar.gz
chromium_src-8dfa19acbffebaeafd38e8c3f4ef136c3fc83734.tar.bz2
Move GuestView layer in browser to components
In addition to moving the browser-side of the GuestView layer into components, this CL also: 1. Replaces some loops to the top level web contents with GuestViewBase::GetTopLevelWebContents. 2. Installs the ExtensionsGuestViewMessageFilter in appshell. 3. Move some files out of extensions/common/guest_view to components/guest_view/common BUG=444869 Review URL: https://codereview.chromium.org/1102173002 Cr-Commit-Position: refs/heads/master@{#328243}
Diffstat (limited to 'extensions/browser/DEPS')
-rw-r--r--extensions/browser/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS
index 2eb1155..5bc7e92 100644
--- a/extensions/browser/DEPS
+++ b/extensions/browser/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+chromeos",
+ "+components/guest_view",
"+components/keyed_service",
"+components/pref_registry",
"+components/sessions",