Skip to content

Commit

Permalink
The constants target did not depend on the remoting_version target, s…
Browse files Browse the repository at this point in the history
…o the dependencies were not right.

R=sergeyu@chromium.org, rsesek@chromium.org

BUG=715390

Review-Url: https://codereview.chromium.org/2840263002
Cr-Commit-Position: refs/heads/master@{#467383}
  • Loading branch information
nicholss authored and Commit bot committed Apr 26, 2017
1 parent f82b1ff commit c6fb6be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions remoting/host/mac/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ source_set("constants") {
"constants_mac.cc",
"constants_mac.h",
]

deps = [ "//remoting/host:remoting_version" ]
}

# remoting_me2me_host-InfoPlist.strings
Expand Down

0 comments on commit c6fb6be

Please sign in to comment.