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

Side by Side Diff: content/browser/shared/DEPS

Issue 2111343002: Move implementation of ChildProcessSecurityPolicyImpl to c/b/shared, and wrap in c/b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mffr-win
Patch Set: . Created 4 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
OLDNEW
(Empty)
1 # This directory is shared between content/browser and content/browser/loader.
2 # c/b/loader is being transitioned into a separate Mojo networking service. See
3 # http://crbug.com/598073.
4 specific_include_rules = {
5 "child_process_security_policy_helper\.(cc|h)": [
6 "-content",
7 "+content/browser/shared",
8 "+content/public/common/resource_type.h",
9
10 # TODO: To be removed.
11 "+content/browser/site_instance_impl.h",
12 "+content/common/site_isolation_policy.h",
13 "+content/public/browser/child_process_data.h",
14 "+content/public/browser/content_browser_client.h",
15 "+content/public/browser/render_process_host.h",
16 "+content/public/common/bindings_policy.h",
17 "+content/public/common/url_constants.h",
18 ],
19 ".*test\.cc": [
20 "-content",
21 "+content/browser/shared",
22
23 "+content/browser/web_contents/web_contents_impl.h",
24 "+content/public/browser/render_process_host.h",
25 "+content/public/common/result_codes.h",
26 "+content/public/test/content_browser_test.h",
27 "+content/public/test/content_browser_test_utils.h",
28 "+content/shell/browser/shell.h",
29 "+content/public/common/url_constants.h",
30 "+content/test/test_content_browser_client.h",
31 ],
32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698