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

Side by Side Diff: ash/common/DEPS

Issue 2462753002: Use Ash's ShelfWindowWatcher for app panel windows. (Closed)
Patch Set: Cleanup. Created 4 years, 1 month 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/ui_devtools", 8 "+components/ui_devtools",
9 "+mojo/public/cpp", 9 "+mojo/public/cpp",
10 "+ui", 10 "+ui",
11 "-ui/aura", 11 "-ui/aura",
12 ] 12 ]
13 13
14 specific_include_rules = { 14 specific_include_rules = {
15 ".*test\.cc": [ 15 ".*test\.cc": [
16 "+ash/test", 16 "+ash/test",
17 "+ash/shell",
James Cook 2016/11/10 22:32:46 ditto
msw 2016/11/10 23:30:52 Reverted.
17 ] 18 ]
18 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698