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

Side by Side Diff: third_party/protobuf/js/README.md

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 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
(Empty)
1 This directory contains Protocol Buffer support for JavaScript. This code works
2 in browsers and in Node.js.
3
4 The packaging work for this is still in-progress. For now you can just run the
5 tests. First you need to build the main C++ distribution because the code
6 generator for JavaScript is written in C++:
7
8 $ ./autogen.sh
9 $ ./configure
10 $ make
11
12 Then you can run the JavaScript tests in this directory:
13
14 $ cd js && gulp test
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698