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

Unified Diff: components/version_info/BUILD.gn

Issue 2799013002: Monitor crashpad_handler for crashes [sometimes] (Closed)
Patch Set: Address review feedback (scottmg) 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 | « components/crash/content/app/run_as_crashpad_handler_win.cc ('k') | components/version_info/channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_info/BUILD.gn
diff --git a/components/version_info/BUILD.gn b/components/version_info/BUILD.gn
index 5dbee5f87a500437865bc29d354c58145c5a1099..1fe5cfb1cad536d2504482ea82cd8dd58f76b988 100644
--- a/components/version_info/BUILD.gn
+++ b/components/version_info/BUILD.gn
@@ -22,12 +22,22 @@ static_library("version_info") {
"//components/strings",
]
+ public_deps = [
+ ":channel",
+ ]
+
if (use_unofficial_version_number) {
defines = [ "USE_UNOFFICIAL_VERSION_NUMBER" ]
deps += [ "//ui/base" ]
}
}
+source_set("channel") {
+ sources = [
+ "channel.h",
+ ]
+}
+
process_version("generate_version_info") {
template_file = "version_info_values.h.version"
sources = [
« no previous file with comments | « components/crash/content/app/run_as_crashpad_handler_win.cc ('k') | components/version_info/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698