BEGIN_PUBLIC

Microsoft has updated the winrt library
END_PUBLC

PiperOrigin-RevId: 387168248
This commit is contained in:
hai007
2021-07-29 03:27:37 -07:00
committed by Janusz Sobczak
parent 09e65aeddb
commit b1815095dd
1579 changed files with 967 additions and 20157 deletions
+8 -7
View File
@@ -1,3 +1,6 @@
load("//ads/util/non_compile:non_compile.bzl", "cc_with_non_compile_test")
licenses(["notice"])
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,8 +15,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
load("//ads/util/non_compile:non_compile.bzl", "cc_with_non_compile_test")
cc_library(
name = "base",
srcs = [
@@ -75,9 +76,9 @@ cc_library(
],
deps = [
":base",
"//platform/api:types",
"//absl/base:core_headers",
"//absl/strings:str_format",
"//platform/api:types",
],
)
@@ -137,10 +138,10 @@ cc_library(
deps = [
":base",
":logging",
"//platform/api:comm",
"//platform/public:types",
"//absl/container:flat_hash_map",
"//absl/strings",
"//platform/api:comm",
"//platform/public:types",
],
)
@@ -155,8 +156,8 @@ cc_test(
deps = [
":base",
":test_util",
"//platform/impl/g3", # build_cleaner: keep
"//testing/base/public:gunit_main",
"//platform/impl/g3", # build_cleaner: keep
],
)
@@ -181,8 +182,8 @@ cc_test(
":base",
":cancellation_flag",
":test_util",
"//platform/impl/g3", # build_cleaner: keep
"//testing/base/public:gunit_main",
"//platform/impl/g3", # build_cleaner: keep
],
)