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

Unified Diff: content/browser/renderer_host/DEPS

Issue 240563002: Extract SandboxIPCProcess into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update DEPS. Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/DEPS
diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS
index e6ae4cd6127ec3db66264da04c41a9e79ca3f5a7..55a8ec5f01df7c204367db7a5742c9e3ce48b4f5 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -22,11 +22,13 @@ specific_include_rules = {
"+content/public/browser/web_contents_view.h",
"+media/filters",
],
- "render_sandbox_host_linux\.cc": [
- "+content/child/blink_platform_impl.h",
+ "sandbox_ipc_linux\.cc": [
"+third_party/WebKit/public/platform/linux/WebFontInfo.h",
"+third_party/WebKit/public/web/WebKit.h",
],
+ "sandbox_ipc_linux\.h": [
+ "+content/child/blink_platform_impl.h",
+ ],
"render_process_host_impl\.cc": [
"+content/browser/frame_host/render_frame_message_filter.h",
],
« no previous file with comments | « no previous file | content/browser/renderer_host/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698