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

Side by Side Diff: components/toolbar/DEPS

Issue 1652153003: Move toolbar_model_{impl,delegate}.{cc,h} to components/toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@3
Patch Set: Rebase Created 4 years, 10 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/google/core/browser",
2 "+components/grit", 3 "+components/grit",
4 "+components/prefs",
3 "+components/security_state", 5 "+components/security_state",
6 "+components/strings/grit",
7 "+components/url_formatter",
8 "+net",
9 "+ui/base",
4 "+ui/gfx", 10 "+ui/gfx",
5 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698