Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Side by Side Diff: content/browser/DEPS

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu. 2 "+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu.
3 3
4 # Listing of the remaining #chrome includes in content\browser. People are 4 # Listing of the remaining #chrome includes in content\browser. People are
5 # actively working on reducing this to 0. 5 # actively working on reducing this to 0.
6 # DO NOT ADD ANY MORE TO THIS LIST!!! 6 # DO NOT ADD ANY MORE TO THIS LIST!!!
7 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 7 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
8 # for more information. 8 # for more information.
9 9
10 "+chrome/browser/browser_url_handler.h", 10 "+chrome/browser/browser_url_handler.h",
11 11
12 # http://crbug.com/84078
13 "+chrome/browser/debugger/devtools_manager.h",
14 "+chrome/browser/debugger/devtools_netlog_observer.h",
15
16 # http://crbug.com/82782 12 # http://crbug.com/82782
17 "+chrome/browser/download/download_file_manager.h", 13 "+chrome/browser/download/download_file_manager.h",
18 "+chrome/browser/download/download_manager.h", 14 "+chrome/browser/download/download_manager.h",
19 "+chrome/browser/download/download_request_limiter.h", 15 "+chrome/browser/download/download_request_limiter.h",
20 "+chrome/browser/download/save_file_manager.h", 16 "+chrome/browser/download/save_file_manager.h",
21 "+chrome/browser/download/download_types.h", 17 "+chrome/browser/download/download_types.h",
22 "+chrome/browser/download/download_util.h", 18 "+chrome/browser/download/download_util.h",
23 "+chrome/browser/renderer_host/download_resource_handler.h", 19 "+chrome/browser/renderer_host/download_resource_handler.h",
24 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", 20 "+chrome/browser/renderer_host/download_throttling_resource_handler.h",
25 "+chrome/browser/renderer_host/save_file_resource_handler.h", 21 "+chrome/browser/renderer_host/save_file_resource_handler.h",
26 22
27 # http://crbug.com/76788 23 # http://crbug.com/76788
28 "+chrome/browser/profiles/profile.h", 24 "+chrome/browser/profiles/profile.h",
29 25
30 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h", 26 "+chrome/browser/tab_contents/render_view_host_delegate_helper.h",
31 27
32 # ONLY USED BY TESTS 28 # ONLY USED BY TESTS
33 "+chrome/browser/ui/browser.h", 29 "+chrome/browser/ui/browser.h",
34 30
35 # DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT 31 # DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT
36 ] 32 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698