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

Side by Side Diff: content/browser/DEPS

Issue 7006005: Move UrlFetcher to content. I originally thought that it's only used by chrome code, but turns o... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux Created 9 years, 6 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. Do not add any more! 5 # actively working on reducing this to 0. Do not add any more!
6 6
7 "+chrome/browser/accessibility/browser_accessibility_state.h", 7 "+chrome/browser/accessibility/browser_accessibility_state.h",
8 8
9 "+chrome/browser/browser_about_handler.h", 9 "+chrome/browser/browser_about_handler.h",
10 10
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "+chrome/browser/ui/app_modal_dialogs/message_box_handler.h", 71 "+chrome/browser/ui/app_modal_dialogs/message_box_handler.h",
72 "+chrome/browser/ui/browser_dialogs.h", 72 "+chrome/browser/ui/browser_dialogs.h",
73 "+chrome/browser/ui/crypto_module_password_dialog.h", 73 "+chrome/browser/ui/crypto_module_password_dialog.h",
74 "+chrome/browser/ui/login/login_prompt.h", 74 "+chrome/browser/ui/login/login_prompt.h",
75 75
76 "+chrome/common/chrome_constants.h", 76 "+chrome/common/chrome_constants.h",
77 "+chrome/common/chrome_switches.h", 77 "+chrome/common/chrome_switches.h",
78 "+chrome/common/chrome_paths.h", 78 "+chrome/common/chrome_paths.h",
79 "+chrome/common/logging_chrome.h", 79 "+chrome/common/logging_chrome.h",
80 80
81 "+chrome/common/net/url_fetcher.h",
82
83 # ONLY USED BY TESTS 81 # ONLY USED BY TESTS
84 "+chrome/browser/net/url_request_failed_dns_job.h", 82 "+chrome/browser/net/url_request_failed_dns_job.h",
85 "+chrome/browser/net/url_request_mock_http_job.h", 83 "+chrome/browser/net/url_request_mock_http_job.h",
86 "+chrome/browser/ui/browser.h", 84 "+chrome/browser/ui/browser.h",
87 "+chrome/browser/ui/cocoa/find_pasteboard.h", 85 "+chrome/browser/ui/cocoa/find_pasteboard.h",
88 "+chrome/common/net/test_url_fetcher_factory.h", 86 "+chrome/common/net/test_url_fetcher_factory.h",
89 ] 87 ]
OLDNEW
« no previous file with comments | « chrome/test/live_sync/live_sync_test.cc ('k') | content/browser/geolocation/network_location_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698