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

Side by Side Diff: ui/message_center/DEPS

Issue 1292003004: Elide origins displayed on web notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months 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/url_formatter/elide_url.h",
Jun Mukai 2015/08/14 17:17:07 I think it's okay to add the entire "components/ur
Miguel Garcia 2015/08/18 16:04:27 Done.
2 "+skia/ext", 3 "+skia/ext",
3 "+third_party/skia", 4 "+third_party/skia",
4 "+ui/accessibility", 5 "+ui/accessibility",
5 "+ui/aura", 6 "+ui/aura",
6 "+ui/base", 7 "+ui/base",
7 "+ui/compositor", 8 "+ui/compositor",
8 "+ui/events", 9 "+ui/events",
9 "+ui/gfx", 10 "+ui/gfx",
10 "+ui/native_theme", 11 "+ui/native_theme",
11 "+ui/resources/grit/ui_resources.h", 12 "+ui/resources/grit/ui_resources.h",
12 "+ui/strings/grit/ui_strings.h", 13 "+ui/strings/grit/ui_strings.h",
13 "+ui/test", 14 "+ui/test",
14 "+ui/views", 15 "+ui/views",
15 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698