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

Unified Diff: remoting/base/BUILD.gn

Issue 2420103003: [Remoting Android] Log app version for telemetry (Closed)
Patch Set: Created 4 years, 2 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 | remoting/base/chromoting_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/BUILD.gn
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn
index 194777b3d764686b91ae0077ce2776ee1194b330..c8f5a2d7c31e4a7f5ab6dd04e65a00bc03223866 100644
--- a/remoting/base/BUILD.gn
+++ b/remoting/base/BUILD.gn
@@ -43,7 +43,10 @@ source_set("base") {
"vlog_net_log.h",
]
- configs += [ "//build/config/compiler:wexit_time_destructors" ]
+ configs += [
+ "//build/config/compiler:wexit_time_destructors",
+ "//remoting/build/config:version",
+ ]
public_deps = [
"//base",
« no previous file with comments | « no previous file | remoting/base/chromoting_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698