summaryrefslogtreecommitdiffstats
path: root/content/browser/debugger/DEPS
blob: db358e135fa8039d580e767073cf3f39a5e7a839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include_rules = [
  # Listing of the remaining #chrome includes in content/browser/debugger.
  # We are actively working on reducing this to 0.
  # DO NOT ADD ANY MORE TO THIS LIST!!!
  # See https://sites.google.com/a/chromium.org/dev/developers/content-module
  # for more information.

  # http://crbug.com/84078

  # devtools_manager.cc, http://codereview.chromium.org/7310029/
  "+chrome/browser/browser_process.h",

  # worker_devtools_manager_io.cc
  "+chrome/browser/debugger/devtools_window.h",
  "+chrome/browser/profiles/profile_manager.h",

  # devtools_http_protocol_handler.cc
  "+ui/base/resource/resource_bundle.h",
  "+chrome/browser/ui/webui/devtools_ui.h",

  # DO NOT ADD ANY MORE TO THIS LIST!!!  SEE ABOVE COMMENT
]