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
-
2
1
workspace (name = "com_google_protobuf_javascript" )
3
2
4
3
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
5
4
6
5
http_archive (
7
6
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" ] ,
10
9
)
11
10
12
11
load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
12
+
13
13
protobuf_deps ()
Original file line number Diff line number Diff line change 29
29
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
31
31
#include < assert.h>
32
- #include < google/protobuf/compiler/js/ well_known_types_embed.h>
32
+ #include " generator/ well_known_types_embed.h"
33
33
#include < google/protobuf/compiler/scc.h>
34
34
#include < google/protobuf/descriptor.h>
35
35
#include < google/protobuf/descriptor.pb.h>
Original file line number Diff line number Diff line change 28
28
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
29
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
31
- #include < google/protobuf/compiler/js/ well_known_types_embed.h>
31
+ #include " generator/ well_known_types_embed.h"
32
32
33
33
struct FileToc well_known_types_js[] = {
34
34
{" any.js" ,
You can’t perform that action at this time.
0 commit comments