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

Side by Side Diff: ash/common/DEPS

Issue 2741273002: chromeos: Promotes more from WmShell to Shell (Closed)
Patch Set: cleanup Created 3 years, 9 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/prefs", 2 "+components/prefs",
3 "+mojo/public/cpp", 3 "+mojo/public/cpp",
4 "+services/preferences/public",
5 "+ui", 4 "+ui",
6 ] 5 ]
7 6
8 specific_include_rules = { 7 specific_include_rules = {
9 ".*test\.cc": [ 8 ".*test\.cc": [
10 "+ash/test", 9 "+ash/test",
11 ] 10 ]
12 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698