mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Added defs in build files for building windows dll
PiperOrigin-RevId: 401062093
This commit is contained in:
committed by
Copybara-Service
parent
6269b8b60a
commit
679838223c
@@ -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__",
|
||||
|
||||
@@ -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__",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -30,6 +30,7 @@ cc_library(
|
||||
"discovered_peripheral_callback.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
copts = ["-DCORE_ADAPTER_DLL"],
|
||||
visibility = [
|
||||
"//core/internal:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -32,6 +32,7 @@ cc_library(
|
||||
"webrtc_socket_wrapper.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
copts = ["-DCORE_ADAPTER_DLL"],
|
||||
visibility = [
|
||||
"//core/internal:__subpackages__",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user