OLD | NEW |
---|---|
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/util", | 9 "+chrome/installer/util", |
10 "+chrome_elf/blacklist", | 10 "+chrome_elf/blacklist", |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
68 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 68 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo |
69 "-content/public/test/test_browser_context.h", | 69 "-content/public/test/test_browser_context.h", |
70 | 70 |
71 "+storage/browser", | 71 "+storage/browser", |
72 "+storage/common", | 72 "+storage/common", |
73 | 73 |
74 "-chrome/browser/ui/views", | 74 "-chrome/browser/ui/views", |
75 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", | 75 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", |
76 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", | 76 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", |
77 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 77 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", |
78 "+chrome/browser/ui/views/harmony/chrome_layout_provider.h", | |
ananta
2017/04/15 03:39:04
pkasting, Please check if this DEPS update is reas
| |
78 | 79 |
79 # Code in chrome should not use ash::SessionStateDelegate and friends. | 80 # Code in chrome should not use ash::SessionStateDelegate and friends. |
80 # Instead, use SessionManager/UserManager/SessionControllerClient directly | 81 # Instead, use SessionManager/UserManager/SessionControllerClient directly |
81 # since they are part of chrome. | 82 # since they are part of chrome. |
82 "-ash/session", | 83 "-ash/session", |
83 | 84 |
84 # Explicitly disallow using SyncMessageFilter to prevent browser from | 85 # Explicitly disallow using SyncMessageFilter to prevent browser from |
85 # sending synchronous IPC messages on non-UI threads. | 86 # sending synchronous IPC messages on non-UI threads. |
86 "-ipc/ipc_sync_message_filter.h", | 87 "-ipc/ipc_sync_message_filter.h", |
87 | 88 |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
124 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", | 125 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", |
125 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 126 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
126 "+third_party/WebKit/public/public_features.h", | 127 "+third_party/WebKit/public/public_features.h", |
127 "+third_party/WebKit/public/web/WebContextMenuData.h", | 128 "+third_party/WebKit/public/web/WebContextMenuData.h", |
128 "+third_party/WebKit/public/web/WebFindOptions.h", | 129 "+third_party/WebKit/public/web/WebFindOptions.h", |
129 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 130 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
130 "+third_party/WebKit/public/web/WebPluginAction.h", | 131 "+third_party/WebKit/public/web/WebPluginAction.h", |
131 "+third_party/WebKit/public/web/WebTextDirection.h", | 132 "+third_party/WebKit/public/web/WebTextDirection.h", |
132 "+third_party/WebKit/public/web/window_features.mojom.h", | 133 "+third_party/WebKit/public/web/window_features.mojom.h", |
133 ] | 134 ] |
OLD | NEW |