910e62b5创建于 1月15日历史提交
include_rules = [
    "+components/memory_system",
]

specific_include_rules = {
  "shell_main_delegate\.(cc)": [
    # Separating Content Shell and web test code. ShellMainDelegate injects web test
    # code into Content Shell at runtime.
    "+content/web_test/browser",
    "+content/web_test/renderer",
  ],
}