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

Unified Diff: infra_libs/ts_mon/protos/acquisition_task.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/protos/acquisition_task.proto
diff --git a/infra_libs/ts_mon/protos/acquisition_task.proto b/infra_libs/ts_mon/protos/acquisition_task.proto
deleted file mode 100644
index 8f20b9b1b642761dd7d933232370538926f4ed81..0000000000000000000000000000000000000000
--- a/infra_libs/ts_mon/protos/acquisition_task.proto
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-syntax = "proto2";
-
-package ts_mon.proto;
-
-message Task {
-
- enum TypeId { MESSAGE_TYPE_ID = 34049749; };
- optional string service_name = 20;
- optional string job_name = 30;
- optional string data_center = 40;
- optional string host_name = 50;
- optional int32 task_num = 60;
-}

Powered by Google App Engine
This is Rietveld 408576698