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 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", | 70 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h", |
71 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 71 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", |
72 | 72 |
73 # Explicitly disallow using SyncMessageFilter to prevent browser from | 73 # Explicitly disallow using SyncMessageFilter to prevent browser from |
74 # sending synchronous IPC messages on non-UI threads. | 74 # sending synchronous IPC messages on non-UI threads. |
75 "-ipc/ipc_sync_message_filter.h", | 75 "-ipc/ipc_sync_message_filter.h", |
76 | 76 |
77 # Other libraries. | 77 # Other libraries. |
78 "+libxml", | 78 "+libxml", |
79 "+third_party/google_toolbox_for_mac/src", | 79 "+third_party/google_toolbox_for_mac/src", |
80 "+third_party/gvr-android-sdk", | |
Lei Zhang
2016/11/11 22:31:54
Can this move into chrome/browser/android/DEPS ? i
bshe
2016/11/11 22:39:19
dooh. You are absolutely right. It is Android only
| |
80 "+third_party/icu/source/common/unicode", | 81 "+third_party/icu/source/common/unicode", |
81 "+third_party/icu/source/i18n/unicode", | 82 "+third_party/icu/source/i18n/unicode", |
82 "+third_party/leveldatabase", | 83 "+third_party/leveldatabase", |
83 "+third_party/libxml", | 84 "+third_party/libxml", |
84 "+third_party/mozilla", # Mozilla interface headers. | 85 "+third_party/mozilla", # Mozilla interface headers. |
85 "+third_party/ocmock/gtest_support.h", | 86 "+third_party/ocmock/gtest_support.h", |
86 "+third_party/protobuf/src/google/protobuf", | 87 "+third_party/protobuf/src/google/protobuf", |
87 "+third_party/re2", | 88 "+third_party/re2", |
88 "+third_party/smhasher", | 89 "+third_party/smhasher", |
89 "+third_party/sqlite", | 90 "+third_party/sqlite", |
(...skipping 25 matching lines...) Expand all Loading... | |
115 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 116 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
116 ] | 117 ] |
117 | 118 |
118 specific_include_rules = { | 119 specific_include_rules = { |
119 # Exploits don't abide by DEPS; so all IPC message definitions are fair game | 120 # Exploits don't abide by DEPS; so all IPC message definitions are fair game |
120 # in this type of test. | 121 # in this type of test. |
121 'chrome_security_exploit_browsertest\.cc' : [ | 122 'chrome_security_exploit_browsertest\.cc' : [ |
122 '+content/common', | 123 '+content/common', |
123 ], | 124 ], |
124 } | 125 } |
OLD | NEW |