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

Side by Side Diff: components/rlz/DEPS

Issue 1212163011: Componentize chrome/browser/rlz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation with gn Created 5 years, 5 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 "+skia/ext", 2 "+base",
3 "+third_party/skia/include", 3 "+components/google",
4 "+net",
5 "+rlz",
4 "+ui/base", 6 "+ui/base",
5 "+ui/gfx",
6 7
7 # favicon_base is used on iOS. 8 # favicon_base is used on iOS.
8 "-content", 9 "-content",
9 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698