summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authormarkdittmer <markdittmer@chromium.org>2016-03-02 14:41:53 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-02 22:43:55 +0000
commit45eb2e749a8b08988ab45bfd6806c004e9f511fa (patch)
tree0aecb6b3231864a85e6687f03aa5a534ba76f0cf /android_webview
parentc80d2b59c2357c6cae1dee9baef6fbaecb3c8136 (diff)
downloadchromium_src-45eb2e749a8b08988ab45bfd6806c004e9f511fa.zip
chromium_src-45eb2e749a8b08988ab45bfd6806c004e9f511fa.tar.gz
chromium_src-45eb2e749a8b08988ab45bfd6806c004e9f511fa.tar.bz2
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 Review URL: https://codereview.chromium.org/1722773002 Cr-Commit-Position: refs/heads/master@{#378859}
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/android_webview.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 8378d0e..f0cd0e0 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -262,6 +262,7 @@
'../ui/events/events.gyp:gesture_detection',
'../ui/gl/gl.gyp:gl',
'../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
+ '../url/ipc/url_ipc.gyp:url_ipc',
'../v8/tools/gyp/v8.gyp:v8',
'android_webview_pak',
'android_webview_version',