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

Side by Side Diff: common/proto/milo/annotations.pb.go

Issue 2254993002: Milo: Add task expired as a failure status (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Retrain, remove build-hang test case 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 unified diff | Download patch
OLDNEW
1 // Code generated by protoc-gen-go. 1 // Code generated by protoc-gen-go.
2 // source: github.com/luci/luci-go/common/proto/milo/annotations.proto 2 // source: github.com/luci/luci-go/common/proto/milo/annotations.proto
3 // DO NOT EDIT! 3 // DO NOT EDIT!
4 4
5 /* 5 /*
6 Package milo is a generated protocol buffer package. 6 Package milo is a generated protocol buffer package.
7 7
8 It is generated from these files: 8 It is generated from these files:
9 github.com/luci/luci-go/common/proto/milo/annotations.proto 9 github.com/luci/luci-go/common/proto/milo/annotations.proto
10 10
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 type FailureDetails_Type int32 70 type FailureDetails_Type int32
71 71
72 const ( 72 const (
73 // The failure is a general failure. 73 // The failure is a general failure.
74 FailureDetails_GENERAL FailureDetails_Type = 0 74 FailureDetails_GENERAL FailureDetails_Type = 0
75 // An unhandled exception occured during execution. 75 // An unhandled exception occured during execution.
76 FailureDetails_EXCEPTION FailureDetails_Type = 1 76 FailureDetails_EXCEPTION FailureDetails_Type = 1
77 // The failure is related to a failed infrastructure component, not an e rror 77 // The failure is related to a failed infrastructure component, not an e rror
78 // with the Step itself. 78 // with the Step itself.
79 FailureDetails_INFRA FailureDetails_Type = 2 79 FailureDetails_INFRA FailureDetails_Type = 2
80 // The failure was due to an resource exhausion. The step was scheduled
81 // but never ran, and never will run.
82 FailureDetails_EXPIRED FailureDetails_Type = 3
80 // The failure is due to a failed Dungeon Master dependency. This should be 83 // The failure is due to a failed Dungeon Master dependency. This should be
81 // used if a Step's external depdendency fails and the Step cannot recov er 84 // used if a Step's external depdendency fails and the Step cannot recov er
82 // or proceed without it. 85 // or proceed without it.
83 » FailureDetails_DM_DEPENDENCY_FAILED FailureDetails_Type = 3 86 » FailureDetails_DM_DEPENDENCY_FAILED FailureDetails_Type = 4
84 // The step was cancelled. 87 // The step was cancelled.
85 » FailureDetails_CANCELLED FailureDetails_Type = 4 88 » FailureDetails_CANCELLED FailureDetails_Type = 5
86 ) 89 )
87 90
88 var FailureDetails_Type_name = map[int32]string{ 91 var FailureDetails_Type_name = map[int32]string{
89 0: "GENERAL", 92 0: "GENERAL",
90 1: "EXCEPTION", 93 1: "EXCEPTION",
91 2: "INFRA", 94 2: "INFRA",
92 » 3: "DM_DEPENDENCY_FAILED", 95 » 3: "EXPIRED",
93 » 4: "CANCELLED", 96 » 4: "DM_DEPENDENCY_FAILED",
97 » 5: "CANCELLED",
94 } 98 }
95 var FailureDetails_Type_value = map[string]int32{ 99 var FailureDetails_Type_value = map[string]int32{
96 "GENERAL": 0, 100 "GENERAL": 0,
97 "EXCEPTION": 1, 101 "EXCEPTION": 1,
98 "INFRA": 2, 102 "INFRA": 2,
99 » "DM_DEPENDENCY_FAILED": 3, 103 » "EXPIRED": 3,
100 » "CANCELLED": 4, 104 » "DM_DEPENDENCY_FAILED": 4,
105 » "CANCELLED": 5,
101 } 106 }
102 107
103 func (x FailureDetails_Type) String() string { 108 func (x FailureDetails_Type) String() string {
104 return proto.EnumName(FailureDetails_Type_name, int32(x)) 109 return proto.EnumName(FailureDetails_Type_name, int32(x))
105 } 110 }
106 func (FailureDetails_Type) EnumDescriptor() ([]byte, []int) { return fileDescrip tor0, []int{0, 0} } 111 func (FailureDetails_Type) EnumDescriptor() ([]byte, []int) { return fileDescrip tor0, []int{0, 0} }
107 112
108 // FailureType provides more details on the nature of the Status. 113 // FailureType provides more details on the nature of the Status.
109 type FailureDetails struct { 114 type FailureDetails struct {
110 Type FailureDetails_Type `protobuf:"varint,1,opt,name=type,enum=milo.Fai lureDetails_Type" json:"type,omitempty"` 115 Type FailureDetails_Type `protobuf:"varint,1,opt,name=type,enum=milo.Fai lureDetails_Type" json:"type,omitempty"`
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 proto.RegisterType((*DMLink)(nil), "milo.DMLink") 677 proto.RegisterType((*DMLink)(nil), "milo.DMLink")
673 proto.RegisterEnum("milo.Status", Status_name, Status_value) 678 proto.RegisterEnum("milo.Status", Status_name, Status_value)
674 proto.RegisterEnum("milo.FailureDetails_Type", FailureDetails_Type_name, FailureDetails_Type_value) 679 proto.RegisterEnum("milo.FailureDetails_Type", FailureDetails_Type_name, FailureDetails_Type_value)
675 } 680 }
676 681
677 func init() { 682 func init() {
678 proto.RegisterFile("github.com/luci/luci-go/common/proto/milo/annotation s.proto", fileDescriptor0) 683 proto.RegisterFile("github.com/luci/luci-go/common/proto/milo/annotation s.proto", fileDescriptor0)
679 } 684 }
680 685
681 var fileDescriptor0 = []byte{ 686 var fileDescriptor0 = []byte{
682 » // 969 bytes of a gzipped FileDescriptorProto 687 » // 976 bytes of a gzipped FileDescriptorProto
683 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x55, 0x6d, 0x6f, 0x1b, 0x45, 688 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x55, 0x5f, 0x6f, 0x1b, 0x45,
684 » 0x10, 0xae, 0xed, 0xb3, 0x1d, 0x8f, 0xed, 0x60, 0x16, 0x53, 0x0e, 0x0b, 0x91, 0x60, 0x21, 0x51, 689 » 0x10, 0xaf, 0xed, 0xb3, 0x1d, 0x8f, 0xed, 0x60, 0x16, 0x53, 0x0e, 0x0b, 0x91, 0x60, 0x21, 0x51,
685 0x01, 0x3d, 0xa3, 0x50, 0x09, 0x68, 0x4b, 0x25, 0xd7, 0xbe, 0x14, 0x4b, 0xae, 0x1b, 0xad, 0x13, 690 0x01, 0x3d, 0xa3, 0x50, 0x09, 0x68, 0x4b, 0x25, 0xd7, 0xbe, 0x14, 0x4b, 0xae, 0x1b, 0xad, 0x13,
686 0x04, 0x9f, 0xac, 0xb3, 0x6f, 0xed, 0x1c, 0xbd, 0x37, 0xee, 0xf6, 0x42, 0xfc, 0x73, 0xf8, 0x11, 691 0xa9, 0x3c, 0x59, 0x67, 0xdf, 0xda, 0x39, 0x7a, 0xff, 0xb8, 0xdb, 0x0b, 0xf1, 0xc7, 0xe1, 0x43,
687 0xfc, 0x2a, 0xfe, 0x02, 0x1f, 0x98, 0x7d, 0x39, 0xfb, 0x02, 0x49, 0xfa, 0xe5, 0xb4, 0x33, 0xf3, 692 0xf0, 0xdd, 0x78, 0xe0, 0x81, 0x9d, 0xdd, 0x3d, 0xfb, 0x02, 0x49, 0xfa, 0x72, 0xda, 0x99, 0xf9,
688 0xcc, 0xee, 0xcc, 0xb3, 0xcf, 0xcd, 0xc2, 0xb3, 0x8d, 0xc7, 0x2f, 0xb3, 0xa5, 0xb5, 0x8a, 0x82, 693 0xcd, 0xee, 0xcc, 0x6f, 0x7f, 0x37, 0x0b, 0xcf, 0x36, 0x1e, 0xbf, 0xcc, 0x96, 0xd6, 0x2a, 0x0a,
689 0x81, 0x9f, 0xad, 0x3c, 0xf9, 0x79, 0xbc, 0x89, 0x06, 0xe8, 0x08, 0xa2, 0x70, 0x10, 0x27, 0x11, 694 0x06, 0x7e, 0xb6, 0xf2, 0xe4, 0xe7, 0xf1, 0x26, 0x1a, 0x08, 0x47, 0x10, 0x85, 0x83, 0x38, 0x89,
690 0x8f, 0x06, 0x81, 0xe7, 0x47, 0x03, 0x27, 0x0c, 0x23, 0xee, 0x70, 0x2f, 0x0a, 0x53, 0x4b, 0xba, 695 0x78, 0x34, 0x08, 0x3c, 0x3f, 0x1a, 0x38, 0x61, 0x18, 0x71, 0x87, 0x7b, 0x51, 0x98, 0x5a, 0xd2,
691 0x89, 0x21, 0xfc, 0xbd, 0xa3, 0x4d, 0x14, 0x6d, 0x7c, 0xa6, 0xa0, 0xcb, 0x6c, 0x3d, 0xe0, 0x5e, 696 0x4d, 0x0c, 0xf4, 0xf7, 0x8e, 0x36, 0x51, 0xb4, 0xf1, 0x99, 0x82, 0x2e, 0xb3, 0xf5, 0x80, 0x7b,
692 0xc0, 0x52, 0xee, 0x04, 0xb1, 0x82, 0xf5, 0xff, 0x2e, 0xc1, 0xe1, 0xa9, 0xe3, 0xf9, 0x59, 0xc2, 697 0x01, 0x4b, 0xb9, 0x13, 0xc4, 0x0a, 0xd6, 0xff, 0xbb, 0x04, 0x87, 0xa7, 0x8e, 0xe7, 0x67, 0x09,
693 0xc6, 0x8c, 0xe3, 0x22, 0x25, 0x8f, 0xc1, 0xe0, 0xdb, 0x98, 0x99, 0xa5, 0xe3, 0xd2, 0xa3, 0xc3, 698 0x1b, 0x33, 0x2e, 0x16, 0x29, 0x79, 0x0c, 0x06, 0xdf, 0xc6, 0xcc, 0x2c, 0x1d, 0x97, 0x1e, 0x1d,
694 0x93, 0x8f, 0x2d, 0xb1, 0x91, 0x75, 0x13, 0x63, 0x9d, 0x23, 0x80, 0x4a, 0x18, 0x21, 0x08, 0x67, 699 0x9e, 0x7c, 0x6a, 0xe1, 0x46, 0xd6, 0x4d, 0x8c, 0x75, 0x2e, 0x00, 0x54, 0xc2, 0x08, 0x11, 0x70,
695 0xd7, 0xdc, 0x2c, 0x23, 0xbc, 0x41, 0xe5, 0x9a, 0xbc, 0x80, 0xee, 0x1a, 0x71, 0xcc, 0x5d, 0xb8, 700 0x76, 0xcd, 0xcd, 0xb2, 0x80, 0x37, 0xa8, 0x5c, 0x93, 0x17, 0xd0, 0x5d, 0x0b, 0x1c, 0x73, 0x17,
696 0xc1, 0xc2, 0x65, 0x31, 0x0b, 0x5d, 0x16, 0xae, 0xb6, 0x66, 0xe5, 0xb8, 0xf2, 0xa8, 0x79, 0xd2, 701 0x6e, 0xb0, 0x70, 0x59, 0xcc, 0x42, 0x97, 0x85, 0xab, 0xad, 0x59, 0x39, 0xae, 0x3c, 0x6a, 0x9e,
697 0x52, 0x5b, 0x8e, 0x5f, 0x4f, 0xbd, 0xf0, 0x2d, 0x25, 0x0a, 0x39, 0x0e, 0xc6, 0x3b, 0x5c, 0xff, 702 0xb4, 0xd4, 0x96, 0xe3, 0xd7, 0x53, 0x2f, 0x7c, 0x47, 0x89, 0x42, 0x8e, 0x83, 0xf1, 0x0e, 0xd7,
698 0x67, 0x30, 0xc4, 0x09, 0xa4, 0x09, 0xf5, 0x57, 0xf6, 0xcc, 0xa6, 0xc3, 0x69, 0xe7, 0x01, 0x69, 703 0x5f, 0x81, 0x81, 0x27, 0x90, 0x26, 0xd4, 0x5f, 0xd9, 0x33, 0x9b, 0x0e, 0xa7, 0x9d, 0x07, 0xa4,
699 0x43, 0xc3, 0xfe, 0x65, 0x64, 0x9f, 0x9d, 0x4f, 0xde, 0xcc, 0x3a, 0x25, 0xd2, 0x80, 0xea, 0x64, 704 0x0d, 0x0d, 0xfb, 0xed, 0xc8, 0x3e, 0x3b, 0x9f, 0xbc, 0x99, 0x75, 0x4a, 0xa4, 0x01, 0xd5, 0xc9,
700 0x76, 0x4a, 0x87, 0x9d, 0x32, 0x31, 0xa1, 0x3b, 0x7e, 0xbd, 0x18, 0xdb, 0x67, 0xf6, 0x6c, 0x6c, 705 0xec, 0x94, 0x0e, 0x3b, 0x65, 0x84, 0xd9, 0x6f, 0xcf, 0x26, 0xd4, 0x1e, 0x77, 0x2a, 0xc4, 0x84,
701 0xcf, 0x46, 0xbf, 0x2e, 0x4e, 0x87, 0x93, 0xa9, 0x3d, 0xee, 0x54, 0x44, 0xce, 0x68, 0x38, 0x1b, 706 0xee, 0xf8, 0xf5, 0x62, 0x6c, 0x9f, 0xd9, 0xb3, 0xb1, 0x3d, 0x1b, 0xfd, 0xba, 0x38, 0x1d, 0x4e,
702 0xd9, 0x53, 0x61, 0x1a, 0xfd, 0x3f, 0x0f, 0xc0, 0x98, 0x73, 0x16, 0x8b, 0xa2, 0x43, 0x27, 0x50, 707 0xa6, 0x22, 0x62, 0xe0, 0x06, 0xa3, 0xe1, 0x6c, 0x64, 0x4f, 0xd1, 0xac, 0xf6, 0xff, 0x3c, 0x00,
703 0x3d, 0x62, 0xd1, 0x62, 0x4d, 0xbe, 0x86, 0xba, 0x20, 0xd6, 0x09, 0x5d, 0xd9, 0x4b, 0xf3, 0x84, 708 0x63, 0xce, 0x59, 0x8c, 0x1d, 0x84, 0x4e, 0xa0, 0x1a, 0x16, 0x1d, 0xe0, 0x9a, 0x7c, 0x0b, 0x75,
704 0xa8, 0x3a, 0x45, 0x82, 0x35, 0x52, 0x11, 0x9a, 0x43, 0xc8, 0xe7, 0x50, 0x43, 0x1e, 0x79, 0x96, 709 0x64, 0xd9, 0x09, 0x5d, 0xd9, 0x58, 0xf3, 0x84, 0xa8, 0xa2, 0x31, 0xc1, 0x1a, 0xa9, 0x08, 0xcd,
705 0x62, 0x53, 0x82, 0xa7, 0x56, 0x0e, 0x16, 0x3e, 0xaa, 0x63, 0xe4, 0x47, 0x78, 0x6f, 0xad, 0x98, 710 0x21, 0xe4, 0x4b, 0xa8, 0x09, 0x52, 0x79, 0x96, 0x8a, 0x0e, 0x91, 0xb4, 0x56, 0x0e, 0x46, 0x1f,
706 0x43, 0x1a, 0x24, 0x75, 0xa6, 0x21, 0xf7, 0xee, 0xde, 0x46, 0x2b, 0x3d, 0x5c, 0xdf, 0xbc, 0x0a, 711 0xd5, 0x31, 0xf2, 0x33, 0x7c, 0xb0, 0x56, 0x34, 0x0a, 0x4e, 0x24, 0x8f, 0xa6, 0x21, 0xf7, 0xee,
707 0x2c, 0x29, 0xcd, 0x96, 0x29, 0x16, 0x60, 0x56, 0x25, 0x75, 0xc5, 0x92, 0xe6, 0x2a, 0x42, 0x73, 712 0xde, 0xc6, 0x31, 0x3d, 0x5c, 0xdf, 0xbc, 0x17, 0x51, 0x52, 0x9a, 0x2d, 0x53, 0x51, 0x80, 0x59,
708 0x08, 0xf9, 0x0e, 0xda, 0x29, 0x77, 0xa3, 0x8c, 0x2f, 0x52, 0x9e, 0x30, 0x27, 0x30, 0x6b, 0xc5, 713 0x95, 0x3c, 0x16, 0x4b, 0x9a, 0xab, 0x08, 0xcd, 0x21, 0xe4, 0x07, 0x68, 0xa7, 0xdc, 0x8d, 0x32,
709 0x36, 0xa6, 0xd1, 0xc6, 0x8d, 0x36, 0x73, 0x19, 0xa1, 0x2d, 0x05, 0x54, 0x96, 0x4e, 0x64, 0x49, 714 0xbe, 0x48, 0x79, 0xc2, 0x9c, 0xc0, 0xac, 0x15, 0xdb, 0x98, 0x46, 0x1b, 0x37, 0xda, 0xcc, 0x65,
710 0x92, 0x27, 0xd6, 0xef, 0x4d, 0x44, 0xa0, 0x4e, 0x7c, 0x82, 0xf5, 0x71, 0x27, 0xe1, 0xcc, 0x35, 715 0x84, 0xb6, 0x14, 0x50, 0x59, 0x3a, 0x91, 0x25, 0x49, 0x9e, 0x58, 0xbf, 0x37, 0x51, 0x00, 0x75,
711 0x0f, 0x64, 0x4a, 0xcf, 0x52, 0x82, 0xb3, 0x72, 0xc1, 0x59, 0xe7, 0xb9, 0xe0, 0x68, 0x0e, 0x25, 716 0xe2, 0x13, 0x51, 0x1f, 0x77, 0x12, 0xce, 0x5c, 0xf3, 0x40, 0xa6, 0xf4, 0x2c, 0xa5, 0x3e, 0x2b,
712 0xdf, 0x40, 0x55, 0x5c, 0xb4, 0x6b, 0x36, 0xde, 0x99, 0xa3, 0x80, 0x3b, 0x8d, 0x75, 0x91, 0x84, 717 0x57, 0x9f, 0x75, 0x9e, 0xab, 0x8f, 0xe6, 0x50, 0xf2, 0x1d, 0x54, 0xf1, 0xd6, 0x5d, 0xb3, 0xf1,
713 0x5c, 0x63, 0x03, 0x38, 0xc0, 0x84, 0x4d, 0xc2, 0xd2, 0xd4, 0xfc, 0x50, 0x6e, 0xf4, 0x41, 0x81, 718 0xde, 0x1c, 0x05, 0xdc, 0x09, 0xae, 0x2b, 0x48, 0xc8, 0x05, 0x37, 0x80, 0x03, 0x91, 0xb0, 0x49,
714 0x9c, 0x33, 0x1d, 0xa2, 0x3b, 0x10, 0xf9, 0x14, 0x0c, 0x1f, 0x05, 0x67, 0x3e, 0x94, 0x60, 0xd0, 719 0x58, 0x9a, 0x9a, 0x1f, 0xcb, 0x8d, 0x3e, 0x2a, 0x90, 0x73, 0xa6, 0x43, 0x74, 0x07, 0x22, 0x9f,
715 0xcd, 0x09, 0x09, 0x4a, 0x3f, 0xf9, 0x0a, 0x9a, 0x11, 0xbf, 0x64, 0xc9, 0x42, 0x58, 0xa9, 0xf9, 720 0x83, 0xe1, 0x0b, 0xf5, 0x99, 0x0f, 0x25, 0x18, 0x74, 0x73, 0xa8, 0x47, 0xe9, 0x27, 0xdf, 0x40,
716 0x91, 0x24, 0xbc, 0x08, 0x03, 0x19, 0x16, 0xcb, 0x54, 0x9f, 0x1e, 0xb3, 0x84, 0x6f, 0x4d, 0x53, 721 0x33, 0xe2, 0x97, 0x2c, 0x59, 0xa0, 0x95, 0x9a, 0x9f, 0x48, 0xc2, 0x8b, 0x30, 0x90, 0x61, 0x5c,
717 0x22, 0xff, 0x73, 0xba, 0x0c, 0xd1, 0x1d, 0xa8, 0xf7, 0x57, 0x09, 0xea, 0x5a, 0x44, 0xe4, 0x33, 722 0xa6, 0xfa, 0xf4, 0x98, 0x25, 0x7c, 0x6b, 0x9a, 0x12, 0xf9, 0x9f, 0xd3, 0x65, 0x88, 0xee, 0x40,
718 0x68, 0x69, 0x19, 0x89, 0xb3, 0x84, 0x0a, 0x45, 0x5b, 0x4d, 0xed, 0xc3, 0x03, 0x18, 0xe9, 0x40, 723 0xbd, 0xbf, 0x4a, 0x50, 0xd7, 0x22, 0x22, 0x5f, 0x40, 0x4b, 0xcb, 0x08, 0xcf, 0x42, 0x15, 0x62,
719 0x65, 0xf5, 0x87, 0xab, 0x7f, 0x2a, 0xb1, 0x24, 0x3f, 0x40, 0x9d, 0x85, 0x57, 0x5e, 0x12, 0x85, 724 0x5b, 0x4d, 0xed, 0x13, 0x07, 0x30, 0xd2, 0x81, 0xca, 0xea, 0x0f, 0x57, 0xff, 0x61, 0xb8, 0x24,
720 0xfa, 0x37, 0x3a, 0xfa, 0xbf, 0x3c, 0x2d, 0x5b, 0x21, 0xec, 0x90, 0x27, 0x5b, 0x9a, 0xe3, 0x7b, 725 0x3f, 0x41, 0x9d, 0x85, 0x57, 0x5e, 0x12, 0x85, 0xfa, 0x9f, 0x3a, 0xfa, 0xbf, 0x3c, 0x2d, 0x5b,
721 0x4f, 0xa1, 0x55, 0x0c, 0x88, 0xcd, 0xdf, 0xb2, 0xad, 0x16, 0xbf, 0x58, 0x92, 0x2e, 0x54, 0xaf, 726 0x21, 0xec, 0x90, 0x27, 0x5b, 0x9a, 0xe3, 0x7b, 0x4f, 0xa1, 0x55, 0x0c, 0xe0, 0xe6, 0xef, 0xd8,
722 0x1c, 0x3f, 0x63, 0xfa, 0x40, 0x65, 0x3c, 0x2d, 0x7f, 0x5f, 0xea, 0x6d, 0xa1, 0xae, 0x85, 0x46, 727 0x56, 0x8b, 0x1f, 0x97, 0xa4, 0x0b, 0xd5, 0x2b, 0xc7, 0xcf, 0x98, 0x3e, 0x50, 0x19, 0x4f, 0xcb,
723 0x8e, 0xc1, 0x90, 0x52, 0x2c, 0x15, 0x09, 0x14, 0xc7, 0xff, 0xf4, 0x80, 0xca, 0x08, 0x19, 0xc2, 728 0x3f, 0x96, 0x7a, 0x5b, 0xa8, 0x6b, 0xa1, 0x91, 0x63, 0x30, 0xa4, 0x14, 0x4b, 0x45, 0x02, 0xf1,
724 0xfb, 0xfb, 0x49, 0x94, 0x8b, 0xa9, 0x7c, 0x97, 0x98, 0x30, 0xad, 0xb3, 0x87, 0x2b, 0xdf, 0xcb, 729 0xf8, 0x5f, 0x1e, 0x50, 0x19, 0x21, 0x43, 0xf8, 0x70, 0x3f, 0x96, 0x72, 0x31, 0x95, 0xef, 0x12,
725 0xc6, 0x4e, 0xf2, 0xbd, 0x17, 0x70, 0x90, 0x5f, 0xa3, 0x28, 0x90, 0x23, 0xd0, 0x97, 0x87, 0x57, 730 0x93, 0x48, 0xeb, 0xec, 0xe1, 0xca, 0xf7, 0xb2, 0xb1, 0x93, 0x7c, 0xef, 0x05, 0x1c, 0xe4, 0xd7,
726 0xa9, 0x32, 0xc8, 0x27, 0xd0, 0x40, 0xd2, 0x62, 0x9f, 0x09, 0x05, 0x96, 0x65, 0x64, 0xef, 0xe8, 731 0x88, 0x05, 0x72, 0x01, 0xf4, 0xe5, 0xe1, 0x55, 0xaa, 0x0c, 0xf2, 0x19, 0x34, 0x04, 0x69, 0xb1,
727 0x3d, 0x91, 0xf9, 0x92, 0xfe, 0x5b, 0x7f, 0xf8, 0x5b, 0x9b, 0xee, 0xff, 0x53, 0x02, 0x43, 0xdc, 732 0xcf, 0x50, 0x81, 0x65, 0x19, 0xd9, 0x3b, 0x7a, 0x4f, 0x64, 0xbe, 0xa4, 0xff, 0xd6, 0x1f, 0xfe,
728 0xb1, 0x08, 0xfb, 0xce, 0x92, 0xf9, 0x3a, 0x47, 0x19, 0xe4, 0x08, 0x9a, 0x8e, 0xef, 0x39, 0xe9, 733 0xd6, 0xa6, 0xfb, 0xff, 0x94, 0xc0, 0xc0, 0x3b, 0xc6, 0xb0, 0xef, 0x2c, 0x99, 0xaf, 0x73, 0x94,
729 0x42, 0xc5, 0x54, 0x2a, 0x48, 0xd7, 0x54, 0x02, 0x08, 0x54, 0xb2, 0xc4, 0x97, 0x53, 0xa1, 0x81, 734 0x41, 0x8e, 0xa0, 0xe9, 0xf8, 0x9e, 0x93, 0x2e, 0x54, 0x4c, 0xa5, 0x82, 0x74, 0x4d, 0x25, 0x80,
730 0x1d, 0x0a, 0x03, 0xef, 0xae, 0xed, 0xcb, 0xc6, 0x73, 0x4e, 0x8c, 0x7b, 0x38, 0x69, 0xf9, 0x05, 735 0x40, 0x25, 0x4b, 0x7c, 0x39, 0x15, 0x1a, 0xa2, 0x43, 0x34, 0xc4, 0xdd, 0xb5, 0x7d, 0xd9, 0x78,
731 0x9b, 0x3c, 0x87, 0x43, 0x2f, 0x8d, 0x7c, 0x87, 0xb3, 0x45, 0xb4, 0xfc, 0x8d, 0xad, 0x38, 0x4e, 736 0xce, 0x89, 0x71, 0x0f, 0x27, 0x2d, 0xbf, 0x60, 0x93, 0xe7, 0x70, 0xe8, 0xa5, 0x91, 0xef, 0x70,
732 0x82, 0x82, 0xd8, 0x27, 0x2a, 0xf6, 0x46, 0x86, 0x30, 0xb9, 0xed, 0x15, 0x1d, 0xe4, 0x0b, 0xa8, 737 0xb6, 0x88, 0x96, 0xbf, 0xb1, 0x15, 0x17, 0x93, 0xa0, 0x20, 0xf6, 0x89, 0x8a, 0xbd, 0x91, 0x21,
733 0xe3, 0x04, 0x96, 0xb2, 0x57, 0xc3, 0xe0, 0xc6, 0xec, 0x45, 0x7c, 0xcd, 0x0d, 0xc4, 0xea, 0x65, 738 0x91, 0xdc, 0xf6, 0x8a, 0x0e, 0xf2, 0x15, 0xd4, 0xc5, 0x38, 0x96, 0xb2, 0x57, 0xc3, 0xe0, 0xc6,
734 0x5d, 0x73, 0xd1, 0xa7, 0xd0, 0x2a, 0xd6, 0x43, 0x1e, 0xe2, 0x9c, 0x63, 0xc9, 0x15, 0x4b, 0x34, 739 0x20, 0x16, 0xf8, 0x9a, 0x1b, 0xe0, 0xea, 0x65, 0x5d, 0x73, 0xd1, 0xa7, 0xd0, 0x2a, 0xd6, 0x43,
735 0x0d, 0xda, 0x12, 0xfe, 0x38, 0x61, 0x6b, 0xef, 0x5a, 0x53, 0xa0, 0xad, 0x1d, 0xd1, 0x95, 0x3d, 740 0x1e, 0x8a, 0x39, 0xc7, 0x92, 0x2b, 0x96, 0x68, 0x1a, 0xb4, 0x85, 0xfe, 0x38, 0x61, 0x6b, 0xef,
736 0xd1, 0xfd, 0x67, 0xd0, 0xbe, 0x51, 0xe7, 0x9d, 0x9b, 0x62, 0xf2, 0xa5, 0x93, 0x5e, 0xe6, 0x6f, 741 0x5a, 0x53, 0xa0, 0xad, 0x1d, 0xd1, 0x95, 0x3d, 0xd1, 0xfd, 0x67, 0xd0, 0xbe, 0x51, 0xe7, 0x9d,
737 0x89, 0x58, 0xf7, 0x43, 0xa8, 0xa9, 0x6a, 0xef, 0xcc, 0xc2, 0x8b, 0xfa, 0x3d, 0xc3, 0x81, 0x91, 742 0x9b, 0x8a, 0xe4, 0x4b, 0x27, 0xbd, 0xcc, 0x1f, 0x16, 0x5c, 0xf7, 0x43, 0xa8, 0xa9, 0x6a, 0xef,
738 0xdf, 0xa3, 0x34, 0xf0, 0x51, 0xa8, 0x3b, 0x9c, 0xb3, 0x20, 0xe6, 0xb2, 0x96, 0x0a, 0xcd, 0x4d, 743 0xcc, 0x12, 0x17, 0xf5, 0x7b, 0x26, 0x06, 0x46, 0x7e, 0x8f, 0xd2, 0x10, 0x8f, 0x42, 0xdd, 0xe1,
739 0xa1, 0x1a, 0x76, 0xcd, 0x56, 0x99, 0x50, 0x9d, 0xbc, 0x89, 0x0a, 0xdd, 0x3b, 0xbe, 0x7c, 0x0e, 744 0x9c, 0x05, 0x31, 0x97, 0xb5, 0x54, 0x68, 0x6e, 0xa2, 0x6a, 0xd8, 0x35, 0x5b, 0x65, 0xa8, 0x3a,
740 0x35, 0x35, 0xc4, 0xc5, 0xeb, 0x43, 0x2f, 0x66, 0xb3, 0xc9, 0xec, 0x15, 0xbe, 0x3e, 0x68, 0xcc, 745 0x79, 0x13, 0x15, 0xba, 0x77, 0x7c, 0xfd, 0x1c, 0x6a, 0x6a, 0x88, 0xe3, 0x1b, 0x43, 0x2f, 0x66,
741 0x2f, 0x46, 0x23, 0x7b, 0x3e, 0xc7, 0xb7, 0x07, 0x0d, 0xf1, 0xc4, 0x5c, 0x50, 0x1b, 0x5f, 0x1f, 746 0xb3, 0xc9, 0xec, 0x95, 0x78, 0x8a, 0x84, 0x31, 0xbf, 0x18, 0x8d, 0xec, 0xf9, 0x5c, 0x3c, 0x44,
742 0x34, 0xc4, 0xc3, 0x23, 0x60, 0x95, 0x65, 0x4d, 0x0e, 0xb1, 0x6f, 0xff, 0x0d, 0x00, 0x00, 0xff, 747 0xc2, 0xc0, 0x27, 0xe6, 0x82, 0xda, 0xea, 0x29, 0xc2, 0x87, 0x07, 0x61, 0x95, 0x65, 0x4d, 0x0e,
743 0xff, 0x98, 0x64, 0x1b, 0x97, 0xbc, 0x07, 0x00, 0x00, 748 0xb1, 0xef, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xf8, 0xe5, 0x30, 0xe8, 0xc9, 0x07, 0x00, 0x00,
744 } 749 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698