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", | 9 "+chrome/installer", |
10 "+chrome_elf/blacklist", | 10 "+chrome_elf/blacklist", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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. | 77 # Code in chrome should not use ash::SessionStateDelegate and friends. |
78 # Instead, use SessionManager/UserManager/SessionControllerClient directly | 78 # Instead, use SessionManager/UserManager/SessionControllerClient directly |
79 # since they are part of chrome. | 79 # since they are part of chrome. |
80 "-ash/common/session", | 80 "-ash/session", |
81 | 81 |
82 # Explicitly disallow using SyncMessageFilter to prevent browser from | 82 # Explicitly disallow using SyncMessageFilter to prevent browser from |
83 # sending synchronous IPC messages on non-UI threads. | 83 # sending synchronous IPC messages on non-UI threads. |
84 "-ipc/ipc_sync_message_filter.h", | 84 "-ipc/ipc_sync_message_filter.h", |
85 | 85 |
86 # Other libraries. | 86 # Other libraries. |
87 "+libxml", | 87 "+libxml", |
88 "+third_party/google_toolbox_for_mac/src", | 88 "+third_party/google_toolbox_for_mac/src", |
89 "+third_party/icu/source/common/unicode", | 89 "+third_party/icu/source/common/unicode", |
90 "+third_party/icu/source/i18n/unicode", | 90 "+third_party/icu/source/i18n/unicode", |
(...skipping 30 matching lines...) Expand all Loading... |
121 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", | 121 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", |
122 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 122 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
123 "+third_party/WebKit/public/public_features.h", | 123 "+third_party/WebKit/public/public_features.h", |
124 "+third_party/WebKit/public/web/WebContextMenuData.h", | 124 "+third_party/WebKit/public/web/WebContextMenuData.h", |
125 "+third_party/WebKit/public/web/WebFindOptions.h", | 125 "+third_party/WebKit/public/web/WebFindOptions.h", |
126 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 126 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
127 "+third_party/WebKit/public/web/WebPluginAction.h", | 127 "+third_party/WebKit/public/web/WebPluginAction.h", |
128 "+third_party/WebKit/public/web/WebTextDirection.h", | 128 "+third_party/WebKit/public/web/WebTextDirection.h", |
129 "+third_party/WebKit/public/web/window_features.mojom.h", | 129 "+third_party/WebKit/public/web/window_features.mojom.h", |
130 ] | 130 ] |
OLD | NEW |