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

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

Issue 2994593004: [annotee] add SOURCE_MANIFEST annotation. (Closed)
Patch Set: Created 3 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. DO NOT EDIT. 1 // Code generated by protoc-gen-go. DO NOT EDIT.
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 3
4 /* 4 /*
5 Package milo is a generated protocol buffer package. 5 Package milo is a generated protocol buffer package.
6 6
7 It is generated from these files: 7 It is generated from these files:
8 github.com/luci/luci-go/common/proto/milo/annotations.proto 8 github.com/luci/luci-go/common/proto/milo/annotations.proto
9 9
10 It has these top-level messages: 10 It has these top-level messages:
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 } 515 }
516 return "" 516 return ""
517 } 517 }
518 518
519 // Links to a recipe_engine.Manifest proto. 519 // Links to a recipe_engine.Manifest proto.
520 type Step_ManifestLink struct { 520 type Step_ManifestLink struct {
521 // The fully qualified (logdog://) url of the Manifest proto. It's expec ted 521 // The fully qualified (logdog://) url of the Manifest proto. It's expec ted
522 // that this is a binary logdog stream consisting of exactly one Manifes t 522 // that this is a binary logdog stream consisting of exactly one Manifes t
523 // proto. 523 // proto.
524 Url string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"` 524 Url string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
525 » // The hash of the Manifest. Milo will use this as an optimization; 525 » // The hash of the Manifest's raw binary form (i.e. the bytes at the end of
526 » // Manifests will be interned once into Milo's datastore. Future hashes 526 » // `url`, without any interpretation or decoding). Milo will use this as an
527 » // which match will not be loaded from the url, but will be assumed to b e 527 » // optimization; Manifests will be interned once into Milo's datastore.
528 » // identical. If the sha256 doesn't match the data at the URL, Milo may 528 » // Future hashes which match will not be loaded from the url, but will b e
529 » // render this build with the wrong manifest. 529 » // assumed to be identical. If the sha256 doesn't match the data at the URL,
530 » Sha256 string `protobuf:"bytes,2,opt,name=sha256" json:"sha256,omitempty "` 530 » // Milo may render this build with the wrong manifest.
531 » //
532 » // This is the raw sha256, so it should be exactly 32 bytes.
533 » Sha256 []byte `protobuf:"bytes,2,opt,name=sha256,proto3" json:"sha256,om itempty"`
531 } 534 }
532 535
533 func (m *Step_ManifestLink) Reset() { *m = Step_ManifestLink{ } } 536 func (m *Step_ManifestLink) Reset() { *m = Step_ManifestLink{ } }
534 func (m *Step_ManifestLink) String() string { return proto.CompactTex tString(m) } 537 func (m *Step_ManifestLink) String() string { return proto.CompactTex tString(m) }
535 func (*Step_ManifestLink) ProtoMessage() {} 538 func (*Step_ManifestLink) ProtoMessage() {}
536 func (*Step_ManifestLink) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1, 4} } 539 func (*Step_ManifestLink) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1, 4} }
537 540
538 func (m *Step_ManifestLink) GetUrl() string { 541 func (m *Step_ManifestLink) GetUrl() string {
539 if m != nil { 542 if m != nil {
540 return m.Url 543 return m.Url
541 } 544 }
542 return "" 545 return ""
543 } 546 }
544 547
545 func (m *Step_ManifestLink) GetSha256() string { 548 func (m *Step_ManifestLink) GetSha256() []byte {
546 if m != nil { 549 if m != nil {
547 return m.Sha256 550 return m.Sha256
548 } 551 }
549 » return "" 552 » return nil
550 } 553 }
551 554
552 // A Link is an optional label followed by a typed link to an external 555 // A Link is an optional label followed by a typed link to an external
553 // resource. 556 // resource.
554 type Link struct { 557 type Link struct {
555 // An optional display label for the link. 558 // An optional display label for the link.
556 Label string `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"` 559 Label string `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"`
557 // If present, this link is an alias for another link with this name, an d 560 // If present, this link is an alias for another link with this name, an d
558 // should be rendered in relation to that link. 561 // should be rendered in relation to that link.
559 AliasLabel string `protobuf:"bytes,2,opt,name=alias_label,json=aliasLabe l" json:"alias_label,omitempty"` 562 AliasLabel string `protobuf:"bytes,2,opt,name=alias_label,json=aliasLabe l" json:"alias_label,omitempty"`
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 proto.RegisterType((*DMLink)(nil), "milo.DMLink") 878 proto.RegisterType((*DMLink)(nil), "milo.DMLink")
876 proto.RegisterEnum("milo.Status", Status_name, Status_value) 879 proto.RegisterEnum("milo.Status", Status_name, Status_value)
877 proto.RegisterEnum("milo.FailureDetails_Type", FailureDetails_Type_name, FailureDetails_Type_value) 880 proto.RegisterEnum("milo.FailureDetails_Type", FailureDetails_Type_name, FailureDetails_Type_value)
878 } 881 }
879 882
880 func init() { 883 func init() {
881 proto.RegisterFile("github.com/luci/luci-go/common/proto/milo/annotation s.proto", fileDescriptor0) 884 proto.RegisterFile("github.com/luci/luci-go/common/proto/milo/annotation s.proto", fileDescriptor0)
882 } 885 }
883 886
884 var fileDescriptor0 = []byte{ 887 var fileDescriptor0 = []byte{
885 // 1062 bytes of a gzipped FileDescriptorProto 888 // 1063 bytes of a gzipped FileDescriptorProto
886 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0xdf, 0x6f, 0xe3, 0x44, 889 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x55, 0xdd, 0x6f, 0xe3, 0x44,
887 0x10, 0xce, 0x0f, 0x27, 0x6e, 0x26, 0x69, 0xcf, 0x2c, 0xe1, 0xce, 0x17, 0x21, 0x5a, 0x22, 0x24, 890 0x10, 0xcf, 0x87, 0x13, 0x5f, 0x26, 0x69, 0xcf, 0x2c, 0xe1, 0xce, 0x17, 0x21, 0x5a, 0x22, 0x24,
888 0x2a, 0xb8, 0x26, 0xa8, 0x1c, 0x70, 0xbf, 0x38, 0xa9, 0x97, 0xb8, 0xd7, 0xa0, 0x34, 0x57, 0x6d, 891 0x4e, 0x70, 0x4d, 0x50, 0x39, 0xe0, 0xbe, 0x38, 0xa9, 0x97, 0xb8, 0xd7, 0xa0, 0x34, 0x57, 0x6d,
889 0x5a, 0xe9, 0x10, 0x0f, 0xd1, 0xc6, 0xde, 0xa4, 0xa6, 0xb6, 0xd7, 0x78, 0xd7, 0xa5, 0x79, 0xe7, 892 0x5a, 0xe9, 0x10, 0x0f, 0xd1, 0x26, 0xde, 0xa4, 0xa6, 0xb6, 0xd7, 0x78, 0xd7, 0xa5, 0x79, 0xe7,
890 0x5f, 0xe2, 0x7f, 0xe3, 0x81, 0x07, 0xb4, 0xbb, 0x76, 0xea, 0x42, 0x7a, 0xbc, 0x58, 0x3b, 0x33, 893 0x5f, 0xe2, 0x7f, 0xe3, 0x81, 0x07, 0xb4, 0x1f, 0x4e, 0x5d, 0x68, 0x8f, 0x17, 0x6b, 0x67, 0xe6,
891 0xdf, 0xec, 0xce, 0xcc, 0xf7, 0xad, 0x17, 0x5e, 0x2e, 0x7d, 0x71, 0x99, 0xce, 0x7b, 0x2e, 0x0b, 894 0x37, 0xbb, 0x33, 0xf3, 0xfb, 0xad, 0x17, 0x5e, 0xae, 0x02, 0x71, 0x9e, 0xcd, 0x7b, 0x0b, 0x16,
892 0xfb, 0x41, 0xea, 0xfa, 0xea, 0x73, 0xb0, 0x64, 0x7d, 0x97, 0x85, 0x21, 0x8b, 0xfa, 0x71, 0xc2, 895 0xf5, 0xc3, 0x6c, 0x11, 0xa8, 0xcf, 0xde, 0x8a, 0xf5, 0x17, 0x2c, 0x8a, 0x58, 0xdc, 0x4f, 0x52,
893 0x04, 0xeb, 0x87, 0x7e, 0xc0, 0xfa, 0x24, 0x8a, 0x98, 0x20, 0xc2, 0x67, 0x11, 0xef, 0x29, 0x37, 896 0x26, 0x58, 0x3f, 0x0a, 0x42, 0xd6, 0x27, 0x71, 0xcc, 0x04, 0x11, 0x01, 0x8b, 0x79, 0x4f, 0xb9,
894 0x32, 0xa4, 0xbf, 0xb3, 0xbb, 0x64, 0x6c, 0x19, 0x50, 0x0d, 0x9d, 0xa7, 0x8b, 0xbe, 0xf0, 0x43, 897 0x91, 0x25, 0xfd, 0x9d, 0x9d, 0x15, 0x63, 0xab, 0x90, 0x6a, 0xe8, 0x3c, 0x5b, 0xf6, 0x45, 0x10,
895 0xca, 0x05, 0x09, 0x63, 0x0d, 0xeb, 0xfe, 0x55, 0x86, 0x9d, 0x63, 0xe2, 0x07, 0x69, 0x42, 0x87, 898 0x51, 0x2e, 0x48, 0x94, 0x68, 0x58, 0xf7, 0xaf, 0x32, 0x6c, 0x1f, 0x92, 0x20, 0xcc, 0x52, 0x3a,
896 0x54, 0x10, 0x3f, 0xe0, 0xe8, 0x00, 0x0c, 0xb1, 0x8a, 0xa9, 0x5d, 0xde, 0x2b, 0xef, 0xef, 0x1c, 899 0xa4, 0x82, 0x04, 0x21, 0x47, 0x7b, 0x60, 0x89, 0x75, 0x42, 0xdd, 0xf2, 0x6e, 0xf9, 0xf1, 0xf6,
897 0x3e, 0xee, 0xc9, 0x8d, 0x7a, 0x77, 0x31, 0xbd, 0xf3, 0x55, 0x4c, 0xb1, 0x82, 0x21, 0x04, 0x86, 900 0xfe, 0xa3, 0x9e, 0xdc, 0xa8, 0x77, 0x13, 0xd3, 0x3b, 0x5d, 0x27, 0x14, 0x2b, 0x18, 0x42, 0x60,
898 0xa0, 0x37, 0xc2, 0xae, 0xec, 0x95, 0xf7, 0x1b, 0x58, 0xad, 0xd1, 0x6b, 0x68, 0x2f, 0x88, 0x1f, 901 0x09, 0x7a, 0x25, 0xdc, 0xca, 0x6e, 0xf9, 0x71, 0x03, 0xab, 0x35, 0x7a, 0x0d, 0xed, 0x25, 0x09,
899 0x50, 0x6f, 0xe6, 0x85, 0x33, 0x8f, 0xc6, 0x34, 0xf2, 0x68, 0xe4, 0xae, 0xec, 0xea, 0x5e, 0x75, 902 0x42, 0xea, 0xcf, 0xfc, 0x68, 0xe6, 0xd3, 0x84, 0xc6, 0x3e, 0x8d, 0x17, 0x6b, 0xb7, 0xba, 0x5b,
900 0xbf, 0x79, 0xd8, 0xd2, 0x5b, 0x0e, 0x4f, 0xc7, 0x7e, 0x74, 0x85, 0x91, 0x46, 0x0e, 0xc3, 0xe1, 903 0x7d, 0xdc, 0xdc, 0x6f, 0xe9, 0x2d, 0x87, 0xc7, 0xe3, 0x20, 0xbe, 0xc0, 0x48, 0x23, 0x87, 0xd1,
901 0x1a, 0xd7, 0x75, 0xc1, 0x90, 0x27, 0xa0, 0x26, 0x98, 0x6f, 0x9d, 0x89, 0x83, 0x8f, 0xc6, 0x56, 904 0x70, 0x83, 0xeb, 0x2e, 0xc0, 0x92, 0x27, 0xa0, 0x26, 0xd8, 0x6f, 0xbd, 0x89, 0x87, 0x0f, 0xc6,
902 0x09, 0x6d, 0x43, 0xc3, 0x79, 0x3f, 0x70, 0xce, 0xce, 0x47, 0xef, 0x26, 0x56, 0x19, 0x35, 0xa0, 905 0x4e, 0x09, 0x6d, 0x41, 0xc3, 0x7b, 0x3f, 0xf0, 0x4e, 0x4e, 0x47, 0xef, 0x26, 0x4e, 0x19, 0x35,
903 0x36, 0x9a, 0x1c, 0xe3, 0x23, 0xab, 0x82, 0x6c, 0x68, 0x0f, 0x4f, 0x67, 0x43, 0xe7, 0xcc, 0x99, 906 0xa0, 0x36, 0x9a, 0x1c, 0xe2, 0x03, 0xa7, 0x82, 0x5c, 0x68, 0x0f, 0x8f, 0x67, 0x43, 0xef, 0xc4,
904 0x0c, 0x9d, 0xc9, 0xe0, 0xe7, 0xd9, 0xf1, 0xd1, 0x68, 0xec, 0x0c, 0xad, 0xaa, 0xcc, 0x19, 0x1c, 907 0x9b, 0x0c, 0xbd, 0xc9, 0xe0, 0xe7, 0xd9, 0xe1, 0xc1, 0x68, 0xec, 0x0d, 0x9d, 0xaa, 0xcc, 0x19,
905 0x4d, 0x06, 0xce, 0x58, 0x9a, 0x86, 0xdc, 0xcf, 0x79, 0x7f, 0x36, 0xc2, 0xce, 0xd0, 0xaa, 0x75, 908 0x1c, 0x4c, 0x06, 0xde, 0x58, 0x9a, 0x96, 0xdc, 0xcf, 0x7b, 0x7f, 0x32, 0xc2, 0xde, 0xd0, 0xa9,
906 0xff, 0x00, 0x30, 0xa6, 0x82, 0xc6, 0xb2, 0x83, 0x88, 0x84, 0xba, 0xe1, 0x06, 0x56, 0x6b, 0xf4, 909 0x75, 0xff, 0x00, 0xb0, 0xa6, 0x82, 0x26, 0xb2, 0x83, 0x98, 0x44, 0xba, 0xe1, 0x06, 0x56, 0x6b,
907 0x04, 0x4c, 0x39, 0x65, 0x12, 0x79, 0xaa, 0xb1, 0xe6, 0x21, 0xd2, 0x45, 0xcb, 0x84, 0xde, 0x40, 910 0xf4, 0x04, 0x6c, 0x39, 0x65, 0x12, 0xfb, 0xaa, 0xb1, 0xe6, 0x3e, 0xd2, 0x45, 0xcb, 0x84, 0xde,
908 0x47, 0x70, 0x0e, 0x41, 0x5f, 0x40, 0x9d, 0x0b, 0x22, 0x52, 0x6e, 0x57, 0xd5, 0xd0, 0x5a, 0x39, 911 0x40, 0x47, 0x70, 0x0e, 0x41, 0x5f, 0x40, 0x9d, 0x0b, 0x22, 0x32, 0xee, 0x56, 0xd5, 0xd0, 0x5a,
909 0x58, 0xfa, 0x70, 0x16, 0x43, 0x3f, 0xc2, 0x83, 0x85, 0x1e, 0xe3, 0xcc, 0xd3, 0x73, 0xb4, 0x0d, 912 0x39, 0x58, 0xfa, 0xb0, 0x89, 0xa1, 0x1f, 0xe1, 0xfe, 0x52, 0x8f, 0x71, 0xe6, 0xeb, 0x39, 0xba,
910 0xb5, 0x77, 0x7b, 0xd3, 0x8c, 0xf1, 0xce, 0xe2, 0x2e, 0x2f, 0x4f, 0xc0, 0xe4, 0xe9, 0x9c, 0x0b, 913 0x96, 0xda, 0xbb, 0x7d, 0xdb, 0x8c, 0xf1, 0xf6, 0xf2, 0x26, 0x2f, 0x4f, 0xc0, 0xe6, 0xd9, 0x9c,
911 0x1a, 0xdb, 0x35, 0x35, 0xc7, 0x62, 0x49, 0x53, 0x1d, 0xc1, 0x39, 0x04, 0xfd, 0x00, 0xdb, 0x5c, 914 0x0b, 0x9a, 0xb8, 0x35, 0x35, 0xc7, 0x62, 0x49, 0x53, 0x1d, 0xc1, 0x39, 0x04, 0xfd, 0x00, 0x5b,
912 0x78, 0x2c, 0x15, 0x33, 0x2e, 0x12, 0x4a, 0x42, 0xbb, 0x5e, 0x6c, 0x63, 0xcc, 0x96, 0x1e, 0x5b, 915 0x5c, 0xf8, 0x2c, 0x13, 0x33, 0x2e, 0x52, 0x4a, 0x22, 0xb7, 0x5e, 0x6c, 0x63, 0xcc, 0x56, 0x3e,
913 0x4e, 0x55, 0x04, 0xb7, 0x34, 0x50, 0x5b, 0x59, 0x22, 0x4d, 0x92, 0x3c, 0xd1, 0xfc, 0x60, 0x22, 916 0x5b, 0x4d, 0x55, 0x04, 0xb7, 0x34, 0x50, 0x5b, 0x26, 0x91, 0xa6, 0x69, 0x9e, 0x68, 0x7f, 0x30,
914 0x4d, 0x92, 0x2c, 0xf1, 0x29, 0x98, 0x5c, 0x90, 0x44, 0x50, 0xcf, 0xde, 0x52, 0x29, 0x9d, 0x9e, 917 0x91, 0xa6, 0xa9, 0x49, 0x7c, 0x0a, 0x36, 0x17, 0x24, 0x15, 0xd4, 0x77, 0xef, 0xa9, 0x94, 0x4e,
915 0x56, 0x5f, 0x2f, 0x57, 0x5f, 0xef, 0x3c, 0x57, 0x1f, 0xce, 0xa1, 0xe8, 0x1b, 0xa8, 0x49, 0xd6, 918 0x4f, 0xab, 0xaf, 0x97, 0xab, 0xaf, 0x77, 0x9a, 0xab, 0x0f, 0xe7, 0x50, 0xf4, 0x0d, 0xd4, 0x24,
916 0x3d, 0xbb, 0xf1, 0xbf, 0x39, 0x1a, 0xb8, 0x16, 0x5c, 0x7b, 0xaf, 0xba, 0x16, 0x5c, 0x1f, 0xb6, 919 0xeb, 0xbe, 0xdb, 0xf8, 0xdf, 0x1c, 0x0d, 0xdc, 0x08, 0xae, 0xbd, 0x5b, 0xdd, 0x08, 0xae, 0x0f,
917 0xe2, 0x84, 0x2d, 0x13, 0xca, 0xb9, 0xfd, 0x89, 0xda, 0xe8, 0xe3, 0xc2, 0x70, 0xce, 0xb2, 0x10, 920 0xf7, 0x92, 0x94, 0xad, 0x52, 0xca, 0xb9, 0xfb, 0x89, 0xda, 0xe8, 0xe3, 0xc2, 0x70, 0x4e, 0x4c,
918 0x5e, 0x83, 0xd0, 0x67, 0x60, 0x04, 0x7e, 0x74, 0x65, 0x3f, 0x54, 0x60, 0xc8, 0x9a, 0x93, 0x7a, 921 0x08, 0x6f, 0x40, 0xe8, 0x33, 0xb0, 0xc2, 0x20, 0xbe, 0x70, 0x1f, 0x28, 0x30, 0x98, 0xe6, 0xa4,
919 0x54, 0x7e, 0xf4, 0x35, 0x34, 0x99, 0xb8, 0xa4, 0xc9, 0x4c, 0x5a, 0xdc, 0x7e, 0xa4, 0x06, 0x5e, 922 0x1e, 0x95, 0x1f, 0x7d, 0x0d, 0x4d, 0x26, 0xce, 0x69, 0x3a, 0x93, 0x16, 0x77, 0x1f, 0xaa, 0x81,
920 0x84, 0x81, 0x0a, 0xcb, 0x25, 0xcf, 0x4e, 0x8f, 0x69, 0x22, 0x56, 0xb6, 0xad, 0x90, 0xff, 0x3a, 923 0x17, 0x61, 0xa0, 0xc2, 0x72, 0xc9, 0xcd, 0xe9, 0x09, 0x4d, 0xc5, 0xda, 0x75, 0x15, 0xf2, 0x5f,
921 0x5d, 0x85, 0xf0, 0x1a, 0x84, 0x7e, 0x02, 0x8b, 0xb3, 0x34, 0x71, 0xe9, 0x2c, 0x24, 0x91, 0xbf, 924 0xa7, 0xab, 0x10, 0xde, 0x80, 0xd0, 0x4f, 0xe0, 0x70, 0x96, 0xa5, 0x0b, 0x3a, 0x8b, 0x48, 0x1c,
922 0xa0, 0x5c, 0x70, 0xfb, 0xb1, 0x4a, 0xdc, 0x2d, 0x72, 0xaa, 0x20, 0xa7, 0x39, 0xc2, 0x89, 0x44, 925 0x2c, 0x29, 0x17, 0xdc, 0x7d, 0xa4, 0x12, 0x77, 0x8a, 0x9c, 0x2a, 0xc8, 0x71, 0x8e, 0xf0, 0x62,
923 0xb2, 0xc2, 0x0f, 0xf8, 0x5d, 0x6f, 0xe7, 0xcf, 0x32, 0x98, 0x99, 0x20, 0xd1, 0xe7, 0xd0, 0xca, 926 0x91, 0xae, 0xf1, 0x7d, 0x7e, 0xd3, 0xdb, 0xf9, 0xb3, 0x0c, 0xb6, 0x11, 0x24, 0xfa, 0x1c, 0x5a,
924 0x24, 0x29, 0xeb, 0x96, 0x8a, 0x96, 0x23, 0x6a, 0x66, 0xbe, 0xb1, 0x1f, 0x51, 0x64, 0x41, 0xd5, 927 0x46, 0x92, 0xb2, 0x6e, 0xa9, 0x68, 0x39, 0xa2, 0xa6, 0xf1, 0x8d, 0x83, 0x98, 0x22, 0x07, 0xaa,
925 0xfd, 0xdd, 0xcb, 0x6e, 0xab, 0x5c, 0xa2, 0xe7, 0x60, 0xd2, 0xe8, 0xda, 0x4f, 0x58, 0x94, 0xdd, 928 0x8b, 0xdf, 0x7d, 0x73, 0x5b, 0xe5, 0x12, 0x3d, 0x07, 0x9b, 0xc6, 0x97, 0x41, 0xca, 0x62, 0x73,
926 0xcf, 0xdd, 0xff, 0x4a, 0xbd, 0xe7, 0x68, 0x84, 0xae, 0x21, 0xc7, 0x77, 0x5e, 0x40, 0xab, 0x18, 929 0x3f, 0x77, 0xfe, 0x2b, 0xf5, 0x9e, 0xa7, 0x11, 0xba, 0x86, 0x1c, 0xdf, 0x79, 0x01, 0xad, 0x62,
927 0x90, 0x9b, 0x5f, 0xd1, 0x55, 0x76, 0x91, 0xe4, 0x12, 0xb5, 0xa1, 0x76, 0x4d, 0x82, 0x94, 0x66, 930 0x40, 0x6e, 0x7e, 0x41, 0xd7, 0xe6, 0x22, 0xc9, 0x25, 0x6a, 0x43, 0xed, 0x92, 0x84, 0x19, 0x35,
928 0x07, 0x6a, 0xe3, 0x45, 0xe5, 0x59, 0xb9, 0xb3, 0x02, 0x33, 0x13, 0x2d, 0xda, 0x03, 0x43, 0xc9, 931 0x07, 0x6a, 0xe3, 0x45, 0xe5, 0x59, 0xb9, 0xb3, 0x06, 0xdb, 0x88, 0x16, 0xed, 0x82, 0xa5, 0x64,
929 0xba, 0x5c, 0x24, 0x43, 0x1e, 0x7f, 0x52, 0xc2, 0x2a, 0x82, 0x8e, 0xe0, 0xa3, 0xdb, 0x5f, 0x5c, 932 0x5d, 0x2e, 0x92, 0x21, 0x8f, 0x3f, 0x2a, 0x61, 0x15, 0x41, 0x07, 0xf0, 0xd1, 0xf5, 0x2f, 0x2e,
930 0x2e, 0xcc, 0xca, 0x7d, 0xc2, 0x3c, 0x29, 0x61, 0xeb, 0x16, 0xae, 0x7d, 0x6f, 0x1a, 0xeb, 0xeb, 933 0x17, 0x66, 0xe5, 0x2e, 0x61, 0x1e, 0x95, 0xb0, 0x73, 0x0d, 0xd7, 0xbe, 0x37, 0x8d, 0xcd, 0xf5,
931 0xd3, 0x79, 0x0d, 0x5b, 0xb9, 0x24, 0x64, 0x81, 0x82, 0x09, 0x12, 0xa8, 0xc3, 0x6b, 0x58, 0x1b, 934 0xe9, 0xbc, 0x86, 0x7b, 0xb9, 0x24, 0x64, 0x81, 0x82, 0x09, 0x12, 0xaa, 0xc3, 0x6b, 0x58, 0x1b,
932 0xe8, 0x53, 0x68, 0xb8, 0x2c, 0x8c, 0x03, 0x2a, 0xd5, 0x5c, 0x51, 0x91, 0x5b, 0x47, 0xe7, 0xa9, 935 0xe8, 0x53, 0x68, 0x2c, 0x58, 0x94, 0x84, 0x54, 0xaa, 0xb9, 0xa2, 0x22, 0xd7, 0x8e, 0xce, 0x53,
933 0xca, 0xd7, 0x54, 0x6e, 0xfa, 0x79, 0x6c, 0x6c, 0xba, 0xf3, 0x0c, 0x5a, 0x39, 0x6b, 0x52, 0x36, 936 0x95, 0xaf, 0xa9, 0xbc, 0xed, 0xe7, 0x71, 0x6b, 0xd3, 0x9d, 0x67, 0xd0, 0xca, 0x59, 0x93, 0xb2,
934 0x72, 0x58, 0x69, 0x12, 0xe4, 0xc3, 0x4a, 0x93, 0x00, 0x3d, 0x84, 0x3a, 0xbf, 0x24, 0x87, 0xdf, 937 0x91, 0xc3, 0xca, 0xd2, 0x30, 0x1f, 0x56, 0x96, 0x86, 0xe8, 0x01, 0xd4, 0xf9, 0x39, 0xd9, 0xff,
935 0x7d, 0x9f, 0x25, 0x66, 0x56, 0xe7, 0x17, 0x68, 0x6f, 0xd2, 0xc2, 0x86, 0x71, 0x1f, 0x14, 0x4f, 938 0xee, 0x7b, 0x95, 0xd8, 0xc2, 0xc6, 0xea, 0xfc, 0x02, 0xed, 0xdb, 0xb4, 0x70, 0xcb, 0xb8, 0xf7,
936 0x6e, 0x1e, 0x3e, 0x2a, 0x30, 0x59, 0x3c, 0xbb, 0xc0, 0x43, 0xf7, 0xef, 0x32, 0x18, 0xaa, 0x9e, 939 0x8a, 0x27, 0x37, 0xf7, 0x1f, 0x16, 0x98, 0x2c, 0x9e, 0x5d, 0xe0, 0xa1, 0xfb, 0x77, 0x19, 0x2c,
937 0x36, 0xd4, 0x02, 0x32, 0xa7, 0x79, 0x45, 0xda, 0x40, 0xbb, 0xd0, 0x24, 0x81, 0x4f, 0xf8, 0x4c, 940 0x55, 0x4f, 0x1b, 0x6a, 0x21, 0x99, 0xd3, 0xbc, 0x22, 0x6d, 0xa0, 0x1d, 0x68, 0x92, 0x30, 0x20,
938 0xc7, 0x74, 0x61, 0xa0, 0x5c, 0x63, 0x05, 0x40, 0xba, 0x0d, 0xf9, 0xe3, 0x6b, 0x9c, 0x94, 0x74, 941 0x7c, 0xa6, 0x63, 0xba, 0x23, 0x50, 0xae, 0xb1, 0x02, 0x20, 0xdd, 0x86, 0xfc, 0xf1, 0x35, 0x8e,
939 0x23, 0xcf, 0x61, 0x3b, 0x50, 0x7c, 0xe4, 0x54, 0x19, 0x1f, 0xa0, 0xaa, 0x15, 0x14, 0x6c, 0xf4, 942 0x4a, 0xba, 0x91, 0xe7, 0xb0, 0x15, 0x2a, 0x3e, 0x72, 0xaa, 0xac, 0x0f, 0x50, 0xd5, 0x0a, 0x0b,
940 0x0a, 0x76, 0x7c, 0xce, 0x02, 0x22, 0xe8, 0x8c, 0xcd, 0x7f, 0xa5, 0xae, 0xb0, 0x6b, 0xc5, 0xfb, 943 0x36, 0x7a, 0x05, 0xdb, 0x01, 0x67, 0x21, 0x11, 0x74, 0xc6, 0xe6, 0xbf, 0xd2, 0x85, 0x70, 0x6b,
941 0x3c, 0xd2, 0xb1, 0x77, 0x2a, 0x74, 0x52, 0xc2, 0xdb, 0x7e, 0xd1, 0x81, 0xbe, 0x04, 0xd3, 0x0b, 944 0xc5, 0xfb, 0x3c, 0xd2, 0xb1, 0x77, 0x2a, 0x74, 0x54, 0xc2, 0x5b, 0x41, 0xd1, 0x81, 0xbe, 0x04,
942 0xd5, 0x9d, 0xcd, 0xfe, 0x77, 0x77, 0xde, 0x9a, 0x93, 0x12, 0xae, 0x7b, 0xa1, 0x5c, 0xbd, 0x31, 945 0xdb, 0x8f, 0xd4, 0x9d, 0x35, 0xff, 0xbb, 0x1b, 0x6f, 0xcd, 0x51, 0x09, 0xd7, 0xfd, 0x48, 0xae,
943 0xb3, 0x41, 0x75, 0x31, 0xb4, 0x8a, 0xf5, 0x28, 0x0e, 0x68, 0x72, 0x4d, 0x93, 0x6c, 0x0c, 0x99, 946 0xde, 0xd8, 0x66, 0x50, 0x5d, 0x0c, 0xad, 0x62, 0x3d, 0x8a, 0x03, 0x9a, 0x5e, 0xd2, 0xd4, 0x8c,
944 0x25, 0xfd, 0x71, 0x42, 0x17, 0xfe, 0x4d, 0xce, 0x8d, 0xb6, 0xd6, 0xfc, 0x57, 0x6f, 0xf9, 0xef, 947 0xc1, 0x58, 0xd2, 0x9f, 0xa4, 0x74, 0x19, 0x5c, 0x99, 0x11, 0x18, 0x6b, 0xc3, 0x7f, 0xf5, 0x9a,
945 0xbe, 0x84, 0xed, 0x3b, 0x75, 0xde, 0xbb, 0x29, 0x02, 0xe3, 0x92, 0xf0, 0xcb, 0xfc, 0xed, 0x94, 948 0xff, 0xee, 0x4b, 0xd8, 0xba, 0x51, 0xe7, 0x9d, 0x9b, 0x22, 0xb0, 0xce, 0x09, 0x3f, 0xcf, 0xdf,
946 0xeb, 0x6e, 0x04, 0x75, 0x5d, 0xed, 0xbd, 0x59, 0x6d, 0xa8, 0xfd, 0x96, 0x52, 0x9e, 0x3f, 0xb9, 949 0x4e, 0xb9, 0xee, 0xc6, 0x50, 0xd7, 0xd5, 0xde, 0x99, 0xd5, 0x86, 0xda, 0x6f, 0x19, 0xe5, 0xf9,
947 0xda, 0x40, 0x36, 0x98, 0x44, 0x08, 0x1a, 0xc6, 0x42, 0xd5, 0x52, 0xc5, 0xb9, 0x29, 0xc5, 0x4c, 950 0x93, 0xab, 0x0d, 0xe4, 0x82, 0x4d, 0x84, 0xa0, 0x51, 0x22, 0x54, 0x2d, 0x55, 0x9c, 0x9b, 0x52,
948 0x6f, 0xa8, 0x9b, 0xca, 0xcb, 0xa0, 0x98, 0xa8, 0xe2, 0x5b, 0xc7, 0x57, 0xaf, 0xa0, 0xae, 0xdf, 951 0xcc, 0xf4, 0x8a, 0x2e, 0x32, 0x79, 0x19, 0x14, 0x13, 0x55, 0x7c, 0xed, 0xf8, 0xea, 0x15, 0xd4,
949 0x29, 0xf9, 0x3a, 0xe2, 0x8b, 0xc9, 0x64, 0x34, 0x79, 0x6b, 0x95, 0xa4, 0x31, 0xbd, 0x18, 0x0c, 952 0xf5, 0x3b, 0x25, 0x5f, 0x47, 0x7c, 0x36, 0x99, 0x8c, 0x26, 0x6f, 0x9d, 0x92, 0x34, 0xa6, 0x67,
950 0x9c, 0xe9, 0xd4, 0x2a, 0x4b, 0x43, 0x3e, 0xa9, 0x17, 0xd8, 0xb1, 0x2a, 0xd2, 0x90, 0x0f, 0xad, 953 0x83, 0x81, 0x37, 0x9d, 0x3a, 0x65, 0x69, 0xc8, 0x27, 0xf5, 0x0c, 0x7b, 0x4e, 0x45, 0x1a, 0xf2,
951 0x84, 0x55, 0xe7, 0x75, 0xf5, 0x9f, 0xfe, 0xf6, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd5, 0xd8, 954 0xa1, 0x95, 0xb0, 0xea, 0xbc, 0xae, 0xfe, 0xd3, 0xdf, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0x66,
952 0x99, 0x95, 0xac, 0x08, 0x00, 0x00, 955 0x68, 0x9d, 0x4d, 0xac, 0x08, 0x00, 0x00,
953 } 956 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698