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

Side by Side Diff: ash/common/DEPS

Issue 2474653003: PreferencesManager (Closed)
Patch Set: Address Review Comments Created 4 years 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 "-ash", 2 "-ash",
3 "+ash/ash_export.h", 3 "+ash/ash_export.h",
4 "+ash/common", 4 "+ash/common",
5 "+ash/public", 5 "+ash/public",
6 "+ash/resources", 6 "+ash/resources",
7 "+ash/shared", 7 "+ash/shared",
8 "+components/prefs",
8 "+components/ui_devtools", 9 "+components/ui_devtools",
9 "+mojo/public/cpp", 10 "+mojo/public/cpp",
11 "+services/catalog/public/interfaces",
12 "+services/preferences/public",
10 "+ui", 13 "+ui",
11 "-ui/aura", 14 "-ui/aura",
12 ] 15 ]
13 16
14 specific_include_rules = { 17 specific_include_rules = {
15 ".*test\.cc": [ 18 ".*test\.cc": [
16 "+ash/test", 19 "+ash/test",
17 ] 20 ]
18 } 21 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/shelf/shelf_controller.h » ('j') | ash/common/wm_shell.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698