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:
remoting
@ -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',
|
||||
],
|
||||
|
Reference in New Issue
Block a user