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

Side by Side Diff: content/browser/DEPS

Issue 6973052: When the download folder does not exist, change the download folder to a user's "Downloads" (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Applied Pawel's comments Created 9 years, 4 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 # http://crbug.com/82782 10 # http://crbug.com/82782
11 "+chrome/browser/download/download_file_manager.h", 11 "+chrome/browser/download/download_file_manager.h",
12 "+chrome/browser/download/download_manager.h", 12 "+chrome/browser/download/download_manager.h",
13 "+chrome/browser/download/download_request_limiter.h", 13 "+chrome/browser/download/download_request_limiter.h",
14 "+chrome/browser/download/download_types.h", 14 "+chrome/browser/download/download_types.h",
15 "+chrome/browser/download/download_util.h", 15 "+chrome/browser/download/download_util.h",
16 "+chrome/browser/download/save_package_file_picker.h",
16 "+chrome/browser/renderer_host/download_resource_handler.h", 17 "+chrome/browser/renderer_host/download_resource_handler.h",
17 "+chrome/browser/renderer_host/download_throttling_resource_handler.h", 18 "+chrome/browser/renderer_host/download_throttling_resource_handler.h",
18 19
19 # http://crbug.com/76788 20 # http://crbug.com/76788
20 "+chrome/browser/profiles/profile.h", 21 "+chrome/browser/profiles/profile.h",
21 22
22 # ONLY USED BY TESTS 23 # ONLY USED BY TESTS
23 "+chrome/browser/ui/browser.h", 24 "+chrome/browser/ui/browser.h",
24 25
25 # http://crbug.com/88871 26 # http://crbug.com/88871
26 "+chrome/common/chrome_notification_types.h", 27 "+chrome/common/chrome_notification_types.h",
27 28
28 # DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT 29 # DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT
29 ] 30 ]
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/advanced_options_handler.cc ('k') | content/browser/download/base_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698