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

Unified Diff: third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/test.proto

Issue 1377933002: [catapult] - Copy Telemetry's gsutilz over to third_party. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Rename to gsutil. Created 5 years, 3 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: third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/test.proto
diff --git a/third_party/pipeline/pipeline/ui/root_list.css b/third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/test.proto
similarity index 59%
copy from third_party/pipeline/pipeline/ui/root_list.css
copy to third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/test.proto
index 2f1e50a22ace2ce8de57c24ae50c78ef627a8ada..438e1e6b0307fd40f127376513220b9ef843bc09 100644
--- a/third_party/pipeline/pipeline/ui/root_list.css
+++ b/third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/test.proto
@@ -1,5 +1,6 @@
-/*
- * Copyright 2012 Google Inc.
+/* !/usr/bin/env python
+ *
+ * Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -13,29 +14,14 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#content {
- margin: 10px 20px;
-}
-#root-list {
- border-collapse: collapse;
- width: 80%;
-}
-#root-list th,
-#root-list td {
- text-align: left;
- padding: 4px 8px;
- min-width: 75px;
-}
-#root-list tbody td {
- border-top: 1px solid #ccc;
-}
-#filter_form {
- margin: 0 0 1em 0;
-}
-.status {
- text-transform: capitalize;
-}
-abbr {
- cursor: help;
- border: 0;
+package a.b.c;
+
+import "abc.def";
+import "from/here";
+
+message MyMessage {
+ required int64 thing = 1 [a="b"];
+ optional group whatever = 2 {
+ repeated int64 thing = 1;
+ }
}

Powered by Google App Engine
This is Rietveld 408576698