Re: Using protobuf in m-c

2014-09-29 Thread Gregory Szorc
On 9/24/14 10:38 AM, Fitzgerald, Nick wrote: Hey folks, We already have the protobuf library in the tree, and it seems to be used for layer scope and webrtc. I'd like to use it for serializing heap snapshots in devtools code, but I have a couple questions: * How do I integrate the compilation

Using protobuf in m-c

2014-09-24 Thread Fitzgerald, Nick
Hey folks, We already have the protobuf library in the tree, and it seems to be used for layer scope and webrtc. I'd like to use it for serializing heap snapshots in devtools code, but I have a couple questions: * How do I integrate the compilation of the message description (.proto file)

Re: Using protobuf in m-c

2014-09-24 Thread Monica Chew
- Original Message - Hey folks, We already have the protobuf library in the tree, and it seems to be used for layer scope and webrtc. I'd like to use it for serializing heap snapshots in devtools code, but I have a couple questions: * How do I integrate the compilation of the