0

Add explicit dependency on //url in remoting/base

remoting_base uses GURL, but didn't have explicit dependency on //url.

BUG=597559
TBR=lambroslambrou@chromium.org

Review URL: https://codereview.chromium.org/1833733002 .

Cr-Commit-Position: refs/heads/master@{#383114}
This commit is contained in:
Sergey Ulanov
2016-03-24 12:12:12 -07:00
parent d9859951fc
commit b54d090e99
2 changed files with 2 additions and 0 deletions

@ -22,6 +22,7 @@ source_set("base") {
"//third_party/libvpx",
"//third_party/libyuv",
"//third_party/webrtc/modules/desktop_capture:primitives",
"//url",
]
if (is_nacl) {
sources -= [

@ -206,6 +206,7 @@
'../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../url/url.gyp:url_lib',
'proto/chromotocol.gyp:chromotocol_proto_lib',
'remoting_resources',
],