| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
| 6 "+chrome/grit", # For generated headers | 6 "+chrome/grit", # For generated headers |
| 7 "+chrome/installer", | 7 "+chrome/installer", |
| 8 "+chrome_elf/blacklist", | 8 "+chrome_elf/blacklist", |
| 9 "+chrome_elf/chrome_elf_constants.h", | 9 "+chrome_elf/chrome_elf_constants.h", |
| 10 "+chrome_elf/create_file", | 10 "+chrome_elf/create_file", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 "+cc/base/switches.h", | 64 "+cc/base/switches.h", |
| 65 | 65 |
| 66 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 66 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo |
| 67 "-content/public/test/test_browser_context.h", | 67 "-content/public/test/test_browser_context.h", |
| 68 | 68 |
| 69 "+storage/browser", | 69 "+storage/browser", |
| 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/ash/chrome_browser_main_extra_parts_ash.h", | 75 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", |
| 75 | 76 |
| 76 # Explicitly disallow using SyncMessageFilter to prevent browser from | 77 # Explicitly disallow using SyncMessageFilter to prevent browser from |
| 77 # sending synchronous IPC messages on non-UI threads. | 78 # sending synchronous IPC messages on non-UI threads. |
| 78 "-ipc/ipc_sync_message_filter.h", | 79 "-ipc/ipc_sync_message_filter.h", |
| 79 | 80 |
| 80 # Other libraries. | 81 # Other libraries. |
| 81 "+libxml", | 82 "+libxml", |
| 82 "+third_party/google_toolbox_for_mac/src", | 83 "+third_party/google_toolbox_for_mac/src", |
| 83 "+third_party/icu/source/common/unicode", | 84 "+third_party/icu/source/common/unicode", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 100 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 101 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 101 "+third_party/WebKit/public/web/WebCache.h", | 102 "+third_party/WebKit/public/web/WebCache.h", |
| 102 "+third_party/WebKit/public/web/WebContextMenuData.h", | 103 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 103 "+third_party/WebKit/public/web/WebFindOptions.h", | 104 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 104 "+third_party/WebKit/public/web/WebInputEvent.h", | 105 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 105 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 106 "+third_party/WebKit/public/web/WebPluginAction.h", | 107 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 107 "+third_party/WebKit/public/web/WebTextDirection.h", | 108 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 108 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 109 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 109 ] | 110 ] |
| OLD | NEW |