File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1-
21workspace (name = "com_google_protobuf_javascript" )
32
43load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
54
65http_archive (
76 name = "com_google_protobuf" ,
8- urls = [ "https://github.com/protocolbuffers/ protobuf/archive/refs/tags/v3.20.1.zip" ] ,
9- strip_prefix = " protobuf-3.20.1" ,
7+ strip_prefix = " protobuf-21.0-rc1" ,
8+ urls = [ "https://github.com/protocolbuffers/ protobuf/archive/refs/tags/v21.0-rc1.zip" ] ,
109)
1110
1211load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
12+
1313protobuf_deps ()
Original file line number Diff line number Diff line change 2929// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
3131#include < assert.h>
32- #include < google/protobuf/compiler/js/ well_known_types_embed.h>
32+ #include " generator/ well_known_types_embed.h"
3333#include < google/protobuf/compiler/scc.h>
3434#include < google/protobuf/descriptor.h>
3535#include < google/protobuf/descriptor.pb.h>
Original file line number Diff line number Diff line change 2828// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
31- #include < google/protobuf/compiler/js/ well_known_types_embed.h>
31+ #include " generator/ well_known_types_embed.h"
3232
3333struct FileToc well_known_types_js[] = {
3434 {" any.js" ,
You can’t perform that action at this time.
0 commit comments