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

Side by Side Diff: third_party/protobuf/js/commonjs/export_testdeps.js

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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
« no previous file with comments | « third_party/protobuf/js/commonjs/export.js ('k') | third_party/protobuf/js/debug.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * @fileoverview Export symbols needed by tests in CommonJS style. 2 * @fileoverview Export symbols needed by tests in CommonJS style.
3 * 3 *
4 * This file is like export.js, but for symbols that are only used by tests. 4 * This file is like export.js, but for symbols that are only used by tests.
5 * However we exclude assert functions here, because they are exported into 5 * However we exclude assert functions here, because they are exported into
6 * the global namespace, so those are handled as a special case in 6 * the global namespace, so those are handled as a special case in
7 * export_asserts.js. 7 * export_asserts.js.
8 */ 8 */
9 9
10 goog.require('goog.crypt.base64'); 10 goog.require('goog.crypt.base64');
11 goog.require('jspb.arith.Int64'); 11 goog.require('jspb.arith.Int64');
12 goog.require('jspb.arith.UInt64'); 12 goog.require('jspb.arith.UInt64');
13 goog.require('jspb.BinaryEncoder'); 13 goog.require('jspb.BinaryEncoder');
14 goog.require('jspb.BinaryDecoder'); 14 goog.require('jspb.BinaryDecoder');
15 goog.require('jspb.BinaryWriter');
15 goog.require('jspb.utils'); 16 goog.require('jspb.utils');
16 17
17 exports.goog = goog; 18 exports.goog = goog;
18 exports.jspb = jspb; 19 exports.jspb = jspb;
OLDNEW
« no previous file with comments | « third_party/protobuf/js/commonjs/export.js ('k') | third_party/protobuf/js/debug.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698