| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 76   # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 76   # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 
| 77   "-content/public/test/test_browser_context.h", | 77   "-content/public/test/test_browser_context.h", | 
| 78 | 78 | 
| 79   "+storage/browser", | 79   "+storage/browser", | 
| 80   "+storage/common", | 80   "+storage/common", | 
| 81 | 81 | 
| 82   "-chrome/browser/ui/views", | 82   "-chrome/browser/ui/views", | 
| 83   "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", | 83   "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", | 
| 84   "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", | 84   "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", | 
| 85   "+chrome/browser/ui/views/extensions/request_file_system_dialog_view.h", | 85   "+chrome/browser/ui/views/extensions/request_file_system_dialog_view.h", | 
| 86   "+chrome/browser/ui/views/try_chrome_dialog_view.h", | 86   "+chrome/browser/ui/views/try_chrome_dialog.h", | 
| 87   "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 87   "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 
| 88 | 88 | 
| 89   # Explicitly disallow using SyncMessageFilter to prevent browser from | 89   # Explicitly disallow using SyncMessageFilter to prevent browser from | 
| 90   # sending synchronous IPC messages on non-UI threads. | 90   # sending synchronous IPC messages on non-UI threads. | 
| 91   "-ipc/ipc_sync_message_filter.h", | 91   "-ipc/ipc_sync_message_filter.h", | 
| 92 | 92 | 
| 93   # Allows in-process use of NetworkService for URLRequestContext configuration. | 93   # Allows in-process use of NetworkService for URLRequestContext configuration. | 
| 94   # Should be removed once the actual network service ships. | 94   # Should be removed once the actual network service ships. | 
| 95   "+content/public/network", | 95   "+content/public/network", | 
| 96 | 96 | 
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 174   "+ui/events/devices/x11", | 174   "+ui/events/devices/x11", | 
| 175 ] | 175 ] | 
| 176 | 176 | 
| 177 specific_include_rules = { | 177 specific_include_rules = { | 
| 178   # TODO(mash): Remove. http://crbug.com/678705 | 178   # TODO(mash): Remove. http://crbug.com/678705 | 
| 179   "fullscreen_chromeos\.cc": [ | 179   "fullscreen_chromeos\.cc": [ | 
| 180     "+ash/root_window_controller.h", | 180     "+ash/root_window_controller.h", | 
| 181     "+ash/shell.h", | 181     "+ash/shell.h", | 
| 182   ] | 182   ] | 
| 183 } | 183 } | 
| OLD | NEW | 
|---|