Commit 27012121 authored by Yuwei Huang's avatar Yuwei Huang Committed by Commit Bot

[remoting] Add missing //base dependency to //remoting/ios/domain

//remoting/ios/domain uses classes from base but never declares
dependency in BUILD.gn, so building it with a clean target directory
will fail but rebuilding it will succeed.

This CL fixes the issue by adding the missing dependency.

Bug: 968845
Change-Id: I28655be4d710e0d8b124650808f9bbf4c41dede6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637663
Auto-Submit: Yuwei Huang <yuweih@chromium.org>
Commit-Queue: Joe Downing <joedow@chromium.org>
Reviewed-by: default avatarJoe Downing <joedow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#665018}
parent 4efc8e83
......@@ -19,6 +19,7 @@ source_set("domain") {
]
deps = [
"//base",
"//remoting/proto/remoting/v1:directory_proto",
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment