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

Side by Side Diff: chrome/browser/DEPS

Issue 2661283002: cros: Clean up SessionStateDelegate refs in Chrome (Closed)
Patch Set: rebase 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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+cc/paint", 4 "+cc/paint",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", 7 "+chrome/grit",
8 "+chrome/install_static", 8 "+chrome/install_static",
9 "+chrome/installer", 9 "+chrome/installer",
10 "+chrome_elf/blacklist", 10 "+chrome_elf/blacklist",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "-content/public/test/test_browser_context.h", 67 "-content/public/test/test_browser_context.h",
68 68
69 "+storage/browser", 69 "+storage/browser",
70 "+storage/common", 70 "+storage/common",
71 71
72 "-chrome/browser/ui/views", 72 "-chrome/browser/ui/views",
73 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", 73 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
74 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", 74 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h",
75 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", 75 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
76 76
77 # Code in chrome should not use ash::SessionStateDelegate and friends.
78 # Instead, use SessionManager/UserManager/SessionControllerClient directly
79 # since they are part of chrome.
80 "-ash/common/session",
81
77 # Explicitly disallow using SyncMessageFilter to prevent browser from 82 # Explicitly disallow using SyncMessageFilter to prevent browser from
78 # sending synchronous IPC messages on non-UI threads. 83 # sending synchronous IPC messages on non-UI threads.
79 "-ipc/ipc_sync_message_filter.h", 84 "-ipc/ipc_sync_message_filter.h",
80 85
81 # Other libraries. 86 # Other libraries.
82 "+libxml", 87 "+libxml",
83 "+third_party/google_toolbox_for_mac/src", 88 "+third_party/google_toolbox_for_mac/src",
84 "+third_party/icu/source/common/unicode", 89 "+third_party/icu/source/common/unicode",
85 "+third_party/icu/source/i18n/unicode", 90 "+third_party/icu/source/i18n/unicode",
86 "+third_party/leveldatabase", 91 "+third_party/leveldatabase",
(...skipping 29 matching lines...) Expand all
116 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 121 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
117 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 122 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
118 "+third_party/WebKit/public/public_features.h", 123 "+third_party/WebKit/public/public_features.h",
119 "+third_party/WebKit/public/web/WebContextMenuData.h", 124 "+third_party/WebKit/public/web/WebContextMenuData.h",
120 "+third_party/WebKit/public/web/WebFindOptions.h", 125 "+third_party/WebKit/public/web/WebFindOptions.h",
121 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 126 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
122 "+third_party/WebKit/public/web/WebPluginAction.h", 127 "+third_party/WebKit/public/web/WebPluginAction.h",
123 "+third_party/WebKit/public/web/WebTextDirection.h", 128 "+third_party/WebKit/public/web/WebTextDirection.h",
124 "+third_party/WebKit/public/web/window_features.mojom.h", 129 "+third_party/WebKit/public/web/window_features.mojom.h",
125 ] 130 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698