1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / shell / app / DEPS [blame]

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",
  ],
}