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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", | 69 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", |
70 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 70 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", |
71 | 71 |
72 # Explicitly disallow using SyncMessageFilter to prevent browser from | 72 # Explicitly disallow using SyncMessageFilter to prevent browser from |
73 # sending synchronous IPC messages on non-UI threads. | 73 # sending synchronous IPC messages on non-UI threads. |
74 "-ipc/ipc_sync_message_filter.h", | 74 "-ipc/ipc_sync_message_filter.h", |
75 | 75 |
76 # Other libraries. | 76 # Other libraries. |
77 "+libxml", | 77 "+libxml", |
78 "+third_party/google_toolbox_for_mac/src", | 78 "+third_party/google_toolbox_for_mac/src", |
| 79 "+third_party/gvr-android-sdk", |
79 "+third_party/icu/source/common/unicode", | 80 "+third_party/icu/source/common/unicode", |
80 "+third_party/icu/source/i18n/unicode", | 81 "+third_party/icu/source/i18n/unicode", |
81 "+third_party/leveldatabase", | 82 "+third_party/leveldatabase", |
82 "+third_party/libxml", | 83 "+third_party/libxml", |
83 "+third_party/mozilla", # Mozilla interface headers. | 84 "+third_party/mozilla", # Mozilla interface headers. |
84 "+third_party/ocmock/gtest_support.h", | 85 "+third_party/ocmock/gtest_support.h", |
85 "+third_party/protobuf/src/google/protobuf", | 86 "+third_party/protobuf/src/google/protobuf", |
86 "+third_party/re2", | 87 "+third_party/re2", |
87 "+third_party/smhasher", | 88 "+third_party/smhasher", |
88 "+third_party/sqlite", | 89 "+third_party/sqlite", |
(...skipping 24 matching lines...) Expand all Loading... |
113 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 114 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
114 ] | 115 ] |
115 | 116 |
116 specific_include_rules = { | 117 specific_include_rules = { |
117 # Exploits don't abide by DEPS; so all IPC message definitions are fair game | 118 # Exploits don't abide by DEPS; so all IPC message definitions are fair game |
118 # in this type of test. | 119 # in this type of test. |
119 'chrome_security_exploit_browsertest\.cc' : [ | 120 'chrome_security_exploit_browsertest\.cc' : [ |
120 '+content/common', | 121 '+content/common', |
121 ], | 122 ], |
122 } | 123 } |
OLD | NEW |