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

Side by Side Diff: chrome/browser/chromeos/net/DEPS

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: 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 # Chrome under mustash cannot call directly into ash internals. 2 # Chrome under mustash cannot call directly into ash internals.
3 "-ash", 3 "-ash",
4 "+ash/public", 4 "+ash/public",
5 "+components/captive_portal", 5 "+components/captive_portal",
6 ] 6 ]
7 7
8 specific_include_rules = { 8 specific_include_rules = {
9 # TODO(jamescook): Eliminate these. 9 # TODO(jamescook): Eliminate these.
10 "network_portal_notification_controller\.cc": [ 10 "network_portal_notification_controller\.cc": [
11 "+ash/system/system_notifier.h", 11 "+ash/system/system_notifier.h",
12 "+ash/system/tray/system_tray_notifier.h", 12 "+ash/system/tray/system_tray_notifier.h",
13 "+ash/common/wm_shell.h", 13 "+ash/wm_shell.h",
14 ], 14 ],
15 "network_state_notifier\.cc": [ 15 "network_state_notifier\.cc": [
16 "+ash/system/system_notifier.h", 16 "+ash/system/system_notifier.h",
17 "+ash/resources/grit/ash_resources.h", 17 "+ash/resources/grit/ash_resources.h",
18 ], 18 ],
19 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698