| 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", | 6 "+chrome/grit", |
| 7 "+chrome/install_static", | 7 "+chrome/install_static", |
| 8 "+chrome/installer", | 8 "+chrome/installer", |
| 9 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
| 10 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "-ipc/ipc_sync_message_filter.h", | 70 "-ipc/ipc_sync_message_filter.h", |
| 71 | 71 |
| 72 # Other libraries. | 72 # Other libraries. |
| 73 "+libxml", | 73 "+libxml", |
| 74 "+third_party/google_toolbox_for_mac/src", | 74 "+third_party/google_toolbox_for_mac/src", |
| 75 "+third_party/icu/source/common/unicode", | 75 "+third_party/icu/source/common/unicode", |
| 76 "+third_party/icu/source/i18n/unicode", | 76 "+third_party/icu/source/i18n/unicode", |
| 77 "+third_party/leveldatabase", | 77 "+third_party/leveldatabase", |
| 78 "+third_party/libxml", | 78 "+third_party/libxml", |
| 79 "+third_party/mozilla", # Mozilla interface headers. | 79 "+third_party/mozilla", # Mozilla interface headers. |
| 80 "+third_party/ocmock/gtest_support.h", |
| 80 "+third_party/protobuf/src/google/protobuf", | 81 "+third_party/protobuf/src/google/protobuf", |
| 81 "+third_party/re2", | 82 "+third_party/re2", |
| 82 "+third_party/smhasher", | 83 "+third_party/smhasher", |
| 83 "+third_party/sqlite", | 84 "+third_party/sqlite", |
| 84 "+third_party/zlib", | 85 "+third_party/zlib", |
| 85 | 86 |
| 86 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 87 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| 87 # header-only types, and some selected common code. | 88 # header-only types, and some selected common code. |
| 88 "-third_party/WebKit", | 89 "-third_party/WebKit", |
| 89 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 90 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 107 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 108 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 108 ] | 109 ] |
| 109 | 110 |
| 110 specific_include_rules = { | 111 specific_include_rules = { |
| 111 # Exploits don't abide by DEPS; so all IPC message definitions are fair game | 112 # Exploits don't abide by DEPS; so all IPC message definitions are fair game |
| 112 # in this type of test. | 113 # in this type of test. |
| 113 'chrome_security_exploit_browsertest\.cc' : [ | 114 'chrome_security_exploit_browsertest\.cc' : [ |
| 114 '+content/common', | 115 '+content/common', |
| 115 ], | 116 ], |
| 116 } | 117 } |
| OLD | NEW |