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

Unified Diff: components/browser_watcher/BUILD.gn

Issue 2556813002: Record executable version details to stability file (Closed)
Patch Set: Created 4 years 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
Index: components/browser_watcher/BUILD.gn
diff --git a/components/browser_watcher/BUILD.gn b/components/browser_watcher/BUILD.gn
index fede06b927f964d0197d71c174fae1a7eeddbcb4..5d64eed5cce6b19a3b2c23e8fe8d0f561f29e42f 100644
--- a/components/browser_watcher/BUILD.gn
+++ b/components/browser_watcher/BUILD.gn
@@ -83,6 +83,13 @@ static_library("stability") {
]
}
+static_library("stability_data") {
+ sources = [
+ "stability_data_names.cc",
+ "stability_data_names.h",
+ ]
+}
+
source_set("unit_tests") {
testonly = true
sources = [

Powered by Google App Engine
This is Rietveld 408576698