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

Unified Diff: infra_libs/ts_mon/config.proto

Issue 2213143002: Add infra_libs as a bootstrap dependency. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Removed the ugly import hack Created 4 years, 4 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
Index: infra_libs/ts_mon/config.proto
diff --git a/infra_libs/ts_mon/config.proto b/infra_libs/ts_mon/config.proto
deleted file mode 100644
index e7c13388c6bb0e4faa7c8d0c7859e1367eab5153..0000000000000000000000000000000000000000
--- a/infra_libs/ts_mon/config.proto
+++ /dev/null
@@ -1,13 +0,0 @@
-syntax = "proto3";
-
-// ts_mon's config file in /etc/chrome-infra/ts-mon.json is a JSON-encoded
-// ConfigFile message.
-// Note: this .proto file isn't currently used to encode/decode the config file,
-// it's just here as a reference.
-message ConfigFile {
- // Url to post monitoring metrics to. file:// URLs are supported as well.
- string endpoint = 1;
-
- // Path to a pkcs8 json credential file.
- string credentials = 2;
-}

Powered by Google App Engine
This is Rietveld 408576698