Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: ui/app_list/DEPS

Issue 719203003: Parent the AppInfoDialog using a ModalDialogHost Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/keyed_service/core", 2 "+components/keyed_service/core",
3 "+components/web_modal",
3 "+skia", 4 "+skia",
4 "+sync", 5 "+sync",
5 "+third_party/google_toolbox_for_mac/src", 6 "+third_party/google_toolbox_for_mac/src",
6 "+third_party/skia", 7 "+third_party/skia",
7 "+ui/accessibility", 8 "+ui/accessibility",
8 "+ui/aura", 9 "+ui/aura",
9 "+ui/base", 10 "+ui/base",
10 "+ui/compositor", 11 "+ui/compositor",
11 "+ui/events", 12 "+ui/events",
12 "+ui/gfx", 13 "+ui/gfx",
13 "+ui/resources/grit/ui_resources.h", 14 "+ui/resources/grit/ui_resources.h",
14 "+ui/strings/grit/ui_strings.h", 15 "+ui/strings/grit/ui_strings.h",
15 "+ui/views", 16 "+ui/views",
16 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698