Star0
63
代码介绍
代码
Issues247
Pull Requests41
流水线
Actions
讨论
Wiki
项目成员35
分析
项目设置
Star0
63
  1. chromium_arkweb
  2. /
  3. webkit
  4. /
  5. tools
  6. /
  7. test_shell
  8. /
  9. DEPS
Jjam@chromium.orgDon't make checkdeps ignore includes to directories that are brought in via deps. Most of these are already listed in DEPS files, and it seems that we want to prevent includes on them just like normal directories that are in our tree (otherwise content can depend on native_client, for ex)
f95adfa4创建于 2012年4月28日历史提交
include_rules = [
  "+breakpad",
  "+mac",
  "+third_party/zlib",
  "+ui",
]