Skip to content

Commit afe8490

Browse files
kkolur76meta-codesync[bot]
authored andcommitted
Migrate fbcode/fizz to Autodeps2 C++
Reviewed By: Ben0mega Differential Revision: D86408478 fbshipit-source-id: d9218a4f9cfd73f702bf1e4ecaa130b81f93b44f
1 parent f492f18 commit afe8490

File tree

8 files changed

+9
-6
lines changed

8 files changed

+9
-6
lines changed

fizz/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ load(":fizzy_defs.bzl", "fizzy_library")
77
oncall("secure_pipes")
88

99
fizzy_library(
10+
# @autodeps-skip
1011
name = "fizzy",
1112
)
1213

fizz/backend/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ fizz_cpp_library(
108108
"//folly/ssl:openssl_ptr_types",
109109
],
110110
exported_external_deps = [
111-
"glog",
112111
("openssl", None, "crypto"),
112+
"glog",
113113
],
114114
)
115115

fizz/client/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ fizz_cpp_library(
123123
":psk_cache",
124124
"//fizz/protocol:certificate_verifier",
125125
"//fizz/protocol:fizz_base",
126+
"//folly/lang:switch",
126127
],
127128
)
128129

fizz/client/test/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ fizz_cpp_unittest(
4747
"FizzClientContextTest.cpp",
4848
],
4949
deps = [
50-
"fbsource//third-party/googletest:gmock",
51-
"fbsource//third-party/googletest:gtest",
5250
"//fizz/client:fizz_client_context",
5351
"//fizz/client:protocol",
5452
"//fizz/protocol/test:mocks",
5553
"//fizz/protocol/test:protocol_test",
54+
"//folly/portability:gmock",
55+
"//folly/portability:gtest",
5656
],
5757
)
5858

fizz/crypto/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ fizz_cpp_library(
9292
("libsodium", None, "sodium"),
9393
],
9494
"fbsource//xplat/fizz/constraints:mnscrypto-only": [],
95-
}),
95+
}) + [("libsodium", None, "sodium")],
9696
)

fizz/crypto/test/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ fizz_cpp_library(
9292
"Signature.h",
9393
],
9494
deps = [
95-
"//fizz/protocol:certificate",
9695
"//folly:range",
9796
"//folly/io:iobuf",
9897
],
9998
exported_deps = [
10099
":signature_test_data",
100+
"//fizz/protocol:certificate",
101101
"//folly/portability:gtest",
102102
],
103103
)

fizz/extensions/clientpadding/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ fizz_cpp_library(
2323
headers = [
2424
"PaddingClientExtension.h",
2525
],
26+
deps = [":types"],
2627
exported_deps = [
27-
":types",
2828
"//fizz/client:client_extensions",
2929
],
3030
)

fizz/protocol/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ fizz_cpp_library(
183183
"//fizz/crypto:crypto",
184184
"//fizz/record:record",
185185
"//folly:range",
186+
"//folly/lang:assume",
186187
],
187188
)
188189

0 commit comments

Comments
 (0)