From 67b71ea2e11563a4c0363e1dce4e266cebcd063a Mon Sep 17 00:00:00 2001 From: markdittmer Date: Thu, 3 Mar 2016 14:40:03 -0800 Subject: Move GURL ParamTraits to url/ipc As a part of the GPU refactor for Mus, we are trying to eliminate spots where content/common/gpu depends on content/. One such dependency is GURL. As per discussion here: https://codereview.chromium.org/1703163002/, the plan of record is to move GURL ParamTraits out of content/ and into url/. BUG=586368 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/45eb2e749a8b08988ab45bfd6806c004e9f511fa Cr-Commit-Position: refs/heads/master@{#378859} Review URL: https://codereview.chromium.org/1722773002 Cr-Commit-Position: refs/heads/master@{#379122} --- content/content_shell.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_shell.gypi') diff --git a/content/content_shell.gypi b/content/content_shell.gypi index ee17cb3..dd6fe7d 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -71,6 +71,7 @@ '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', '../ui/gl/gl.gyp:gl', '../url/url.gyp:url_lib', + '../url/ipc/url_ipc.gyp:url_ipc', '../v8/tools/gyp/v8.gyp:v8', ], 'include_dirs': [ -- cgit v1.1