| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+cc/paint", | 3 "+cc/paint", |
| 4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
| 6 "+chrome/grit", | 6 "+chrome/grit", |
| 7 "+chrome/install_static", | 7 "+chrome/install_static", |
| 8 "+chrome/installer/util", | 8 "+chrome/installer/util", |
| 9 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
| 10 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 74 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo |
| 75 "-content/public/test/test_browser_context.h", | 75 "-content/public/test/test_browser_context.h", |
| 76 | 76 |
| 77 "+storage/browser", | 77 "+storage/browser", |
| 78 "+storage/common", | 78 "+storage/common", |
| 79 | 79 |
| 80 "-chrome/browser/ui/views", | 80 "-chrome/browser/ui/views", |
| 81 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", | 81 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", |
| 82 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", | 82 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", |
| 83 "+chrome/browser/ui/views/extensions/request_file_system_dialog_view.h", | 83 "+chrome/browser/ui/views/extensions/request_file_system_dialog_view.h", |
| 84 "+chrome/browser/ui/views/try_chrome_dialog_view.h", | 84 "+chrome/browser/ui/views/try_chrome_dialog.h", |
| 85 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 85 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", |
| 86 | 86 |
| 87 # Explicitly disallow using SyncMessageFilter to prevent browser from | 87 # Explicitly disallow using SyncMessageFilter to prevent browser from |
| 88 # sending synchronous IPC messages on non-UI threads. | 88 # sending synchronous IPC messages on non-UI threads. |
| 89 "-ipc/ipc_sync_message_filter.h", | 89 "-ipc/ipc_sync_message_filter.h", |
| 90 | 90 |
| 91 # Other libraries. | 91 # Other libraries. |
| 92 "+libxml", | 92 "+libxml", |
| 93 "+third_party/google_toolbox_for_mac/src", | 93 "+third_party/google_toolbox_for_mac/src", |
| 94 "+third_party/icu/source/common/unicode", | 94 "+third_party/icu/source/common/unicode", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "+third_party/WebKit/public/web/WebTextDirection.h", | 138 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 139 "+third_party/WebKit/public/web/window_features.mojom.h", | 139 "+third_party/WebKit/public/web/window_features.mojom.h", |
| 140 ] | 140 ] |
| 141 specific_include_rules = { | 141 specific_include_rules = { |
| 142 # TODO(mash): Remove. http://crbug.com/678705 | 142 # TODO(mash): Remove. http://crbug.com/678705 |
| 143 "fullscreen_chromeos\.cc": [ | 143 "fullscreen_chromeos\.cc": [ |
| 144 "+ash/root_window_controller.h", | 144 "+ash/root_window_controller.h", |
| 145 "+ash/shell.h", | 145 "+ash/shell.h", |
| 146 ] | 146 ] |
| 147 } | 147 } |
| OLD | NEW |