 Chromium Code Reviews
 Chromium Code Reviews Issue 666533007:
  Move JavaScriptDialogManager, JavascriptAppModalDialogViews to components/app_modal_dialogs  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src@master
    
  
    Issue 666533007:
  Move JavaScriptDialogManager, JavascriptAppModalDialogViews to components/app_modal_dialogs  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src@master| Index: components/app_modal_dialogs/DEPS | 
| diff --git a/components/app_modal_dialogs/DEPS b/components/app_modal_dialogs/DEPS | 
| index 9faf2b465501a512cc5bcf5f416ce895de5413af..bc65d1ffb897f2f94ed177b44d4d02d8d7e6dd9e 100644 | 
| --- a/components/app_modal_dialogs/DEPS | 
| +++ b/components/app_modal_dialogs/DEPS | 
| @@ -1,7 +1,9 @@ | 
| include_rules = [ | 
| "+content/public/browser", | 
| + "+content/public/common", | 
| "+grit/components_strings.h", | 
| "+net/base", | 
| "+ui/aura", | 
| + "+ui/base", | 
| "+ui/gfx", | 
| ] |