Index: third_party/protobuf/js/debug_test.js |
diff --git a/third_party/protobuf/js/debug_test.js b/third_party/protobuf/js/debug_test.js |
index 615fc7c685e099dfd0aaeb4e97c3a1c3802c5ecf..01cbf891ab50971e36e8908841b9e451f8a8d4be 100644 |
--- a/third_party/protobuf/js/debug_test.js |
+++ b/third_party/protobuf/js/debug_test.js |
@@ -31,7 +31,11 @@ |
goog.setTestOnly(); |
goog.require('goog.testing.asserts'); |
+ |
+// CommonJS-LoadFromFile: google-protobuf |
goog.require('jspb.debug'); |
+ |
+// CommonJS-LoadFromFile: test_pb |
goog.require('proto.jspb.test.HasExtensions'); |
goog.require('proto.jspb.test.IsExtension'); |
goog.require('proto.jspb.test.Simple1'); |