| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 "-content/public/test/test_browser_context.h", | 68 "-content/public/test/test_browser_context.h", |
| 69 | 69 |
| 70 "+storage/browser", | 70 "+storage/browser", |
| 71 "+storage/common", | 71 "+storage/common", |
| 72 | 72 |
| 73 "-chrome/browser/ui/views", | 73 "-chrome/browser/ui/views", |
| 74 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", | 74 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", |
| 75 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", | 75 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", |
| 76 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 76 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", |
| 77 | 77 |
| 78 # Code in chrome should not use ash::SessionStateDelegate and friends. |
| 79 # Instead, use SessionManager/UserManager/SessionControllerClient directly |
| 80 # since they are part of chrome. |
| 81 "-ash/common/session", |
| 82 |
| 78 # Explicitly disallow using SyncMessageFilter to prevent browser from | 83 # Explicitly disallow using SyncMessageFilter to prevent browser from |
| 79 # sending synchronous IPC messages on non-UI threads. | 84 # sending synchronous IPC messages on non-UI threads. |
| 80 "-ipc/ipc_sync_message_filter.h", | 85 "-ipc/ipc_sync_message_filter.h", |
| 81 | 86 |
| 82 # Other libraries. | 87 # Other libraries. |
| 83 "+libxml", | 88 "+libxml", |
| 84 "+third_party/google_toolbox_for_mac/src", | 89 "+third_party/google_toolbox_for_mac/src", |
| 85 "+third_party/icu/source/common/unicode", | 90 "+third_party/icu/source/common/unicode", |
| 86 "+third_party/icu/source/i18n/unicode", | 91 "+third_party/icu/source/i18n/unicode", |
| 87 "+third_party/leveldatabase", | 92 "+third_party/leveldatabase", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 117 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", | 122 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", |
| 118 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 123 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
| 119 "+third_party/WebKit/public/public_features.h", | 124 "+third_party/WebKit/public/public_features.h", |
| 120 "+third_party/WebKit/public/web/WebContextMenuData.h", | 125 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 121 "+third_party/WebKit/public/web/WebFindOptions.h", | 126 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 122 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 127 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 123 "+third_party/WebKit/public/web/WebPluginAction.h", | 128 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 124 "+third_party/WebKit/public/web/WebTextDirection.h", | 129 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 125 "+third_party/WebKit/public/web/window_features.mojom.h", | 130 "+third_party/WebKit/public/web/window_features.mojom.h", |
| 126 ] | 131 ] |
| OLD | NEW |