Forward declaration of DrmRootCertificate.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=227608878
This commit is contained in:
Fang Yu
2019-01-02 17:29:54 -08:00
parent 79f14e6e0b
commit 10717f84d4
6 changed files with 18 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ git_repository(
git_repository(
name = "com_google_protobuf",
remote = "https://github.com/google/protobuf.git",
tag = "v3.5.0",
tag = "v3.6.1.3",
)
git_repository(
@@ -31,7 +31,7 @@ git_repository(
git_repository(
name = "gflags_repo",
commit = "fe57e5af4db74ab298523f06d2c43aa895ba9f98", # 2016-07-20
commit = "e171aa2d15ed9eb17054558e0b3a6a413bb01067", # 2018-11-11
remote = "https://github.com/gflags/gflags.git",
)