summaryrefslogtreecommitdiffstats
path: root/components/app_modal/DEPS
diff options
context:
space:
mode:
authoroshima <oshima@chromium.org>2014-11-18 15:30:42 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-18 23:31:23 +0000
commitf6539842bf88bd2858183936277f9d3a43ac9093 (patch)
treec2131e03e2155d8f47c56b7e6b9043e5ca8cdad5 /components/app_modal/DEPS
parenteb1d65c29544af7ee74e9aba30ccfa2a0103c093 (diff)
downloadchromium_src-f6539842bf88bd2858183936277f9d3a43ac9093.zip
chromium_src-f6539842bf88bd2858183936277f9d3a43ac9093.tar.gz
chromium_src-f6539842bf88bd2858183936277f9d3a43ac9093.tar.bz2
Rename app_modal_dialogs dir to app_modal
BUG=410499 TBR=benwells@chromium.org, jochen@chromium.org, agl@chromium.org Review URL: https://codereview.chromium.org/735473002 Cr-Commit-Position: refs/heads/master@{#304697}
Diffstat (limited to 'components/app_modal/DEPS')
-rw-r--r--components/app_modal/DEPS9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/app_modal/DEPS b/components/app_modal/DEPS
new file mode 100644
index 0000000..bc65d1f
--- /dev/null
+++ b/components/app_modal/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+content/public/browser",
+ "+content/public/common",
+ "+grit/components_strings.h",
+ "+net/base",
+ "+ui/aura",
+ "+ui/base",
+ "+ui/gfx",
+]