blob: 558fbbd0066124fb9dec79270d996936d39aee50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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",
"+chrome/browser/net/chrome_net_log.h",
# devtools_net_log_observer.cc
"+chrome/browser/io_thread.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
]
|