Added defs in build files for building windows dll

PiperOrigin-RevId: 401062093
This commit is contained in:
jfcarroll
2021-10-05 13:23:17 -07:00
committed by Copybara-Service
parent 6269b8b60a
commit 679838223c
10 changed files with 14 additions and 21 deletions
+2
View File
@@ -22,6 +22,7 @@ cc_library(
"core.h",
],
compatible_with = ["//buildenv/target:non_prod"],
copts = ["-DCORE_ADAPTER_DLL"],
visibility = [
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
"//third_party/nearby_connections/windows:__subpackages__",
@@ -53,6 +54,7 @@ cc_library(
"strategy.h",
],
compatible_with = ["//buildenv/target:non_prod"],
copts = ["-DCORE_ADAPTER_DLL"],
visibility = [
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
"//analytics:__subpackages__",
+1
View File
@@ -84,6 +84,7 @@ cc_library(
"wifi_lan_service_info.h",
],
compatible_with = ["//buildenv/target:non_prod"],
copts = ["-DCORE_ADAPTER_DLL"],
visibility = [
"//core:__pkg__",
"//core/internal/fuzzers:__pkg__",
+1
View File
@@ -19,6 +19,7 @@ cc_fuzz_target(
name = "offline_frames_fuzzer",
srcs = ["offline_frames_fuzzer.cc"],
componentid = 148515,
copts = ["-DCORE_ADAPTER_DLL"],
deps = [
"//security/fuzzing/blaze:default_init_google_for_cc_fuzz_target",
"//core/internal",
+1
View File
@@ -30,6 +30,7 @@ cc_library(
"discovered_peripheral_callback.h",
],
compatible_with = ["//buildenv/target:non_prod"],
copts = ["-DCORE_ADAPTER_DLL"],
visibility = [
"//core/internal:__subpackages__",
],
+1
View File
@@ -32,6 +32,7 @@ cc_library(
"webrtc_socket_wrapper.h",
],
compatible_with = ["//buildenv/target:non_prod"],
copts = ["-DCORE_ADAPTER_DLL"],
visibility = [
"//core/internal:__subpackages__",
],