Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: remoting/host/mac/BUILD.gn

Issue 2840263002: The constants target did not depend on the remoting_version target, so the dependencies were not ri… (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/mac/BUILD.gn
diff --git a/remoting/host/mac/BUILD.gn b/remoting/host/mac/BUILD.gn
index 73cf0e87857577fcdd97577fad1facfebabcf977..33362130593cdde63777b76345bc3afbbbf38255 100644
--- a/remoting/host/mac/BUILD.gn
+++ b/remoting/host/mac/BUILD.gn
@@ -14,6 +14,8 @@ source_set("constants") {
"constants_mac.cc",
"constants_mac.h",
]
+
+ deps = [ "//remoting/host:remoting_version" ]
}
# remoting_me2me_host-InfoPlist.strings
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698