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

Side by Side Diff: content/browser/DEPS

Issue 7084010: Move sandbox_policy to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "+chrome/browser/ui/crypto_module_password_dialog.h", 75 "+chrome/browser/ui/crypto_module_password_dialog.h",
76 "+chrome/browser/ui/login/login_prompt.h", 76 "+chrome/browser/ui/login/login_prompt.h",
77 77
78 "+chrome/common/chrome_constants.h", 78 "+chrome/common/chrome_constants.h",
79 "+chrome/common/chrome_switches.h", 79 "+chrome/common/chrome_switches.h",
80 "+chrome/common/chrome_paths.h", 80 "+chrome/common/chrome_paths.h",
81 "+chrome/common/logging_chrome.h", 81 "+chrome/common/logging_chrome.h",
82 82
83 "+chrome/common/net/url_fetcher.h", 83 "+chrome/common/net/url_fetcher.h",
84 84
85 "+chrome/common/sandbox_policy.h",
86
87 # ONLY USED BY TESTS 85 # ONLY USED BY TESTS
88 "+chrome/browser/net/url_request_failed_dns_job.h", 86 "+chrome/browser/net/url_request_failed_dns_job.h",
89 "+chrome/browser/net/url_request_mock_http_job.h", 87 "+chrome/browser/net/url_request_mock_http_job.h",
90 "+chrome/browser/ui/browser.h", 88 "+chrome/browser/ui/browser.h",
91 "+chrome/browser/ui/cocoa/find_pasteboard.h", 89 "+chrome/browser/ui/cocoa/find_pasteboard.h",
92 "+chrome/common/net/test_url_fetcher_factory.h", 90 "+chrome/common/net/test_url_fetcher_factory.h",
93 ] 91 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698