Loading system/bta/BUILD.gn +4 −3 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ static_library("bta") { executable("net_test_bta") { testonly = true sources = [ "gatt/database_builder.cc", "test/gatt/database_builder_test.cc", "test/gatt/database_builder_sample_device_test.cc", "test/gatt/database_test.cc", Loading system/hci/BUILD.gn +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ static_library("hci") { ] deps = [ "//common", "//third_party/libchrome:base", ] } Loading system/osi/BUILD.gn +1 −2 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ static_library("osi") { ] deps = [ "//common", "//third_party/libchrome:base", ] } Loading @@ -68,14 +69,12 @@ executable("net_test_osi") { "test/config_test.cc", "test/future_test.cc", "test/hash_map_utils_test.cc", "test/leaky_bonded_queue_test.cc", "test/list_test.cc", "test/properties_test.cc", "test/rand_test.cc", "test/reactor_test.cc", "test/ringbuffer_test.cc", "test/thread_test.cc", "test/time_test.cc", ] include_dirs = [ Loading system/stack/BUILD.gn +4 −0 Original line number Diff line number Diff line Loading @@ -274,6 +274,9 @@ executable("net_test_stack_crypto_toolbox") { executable("net_test_stack_smp") { testonly = true sources = [ "smp/p_256_curvepara.cc", "smp/p_256_ecc_pp.cc", "smp/p_256_multprecision.cc", "smp/smp_keys.cc", "smp/smp_api.cc", "smp/smp_main.cc", Loading @@ -283,6 +286,7 @@ executable("net_test_stack_smp") { include_dirs = [ "//", "//linux_include", "//internal_include", "//btcore/include", "//hci/include", Loading system/types/BUILD.gn +2 −1 Original line number Diff line number Diff line Loading @@ -20,8 +20,9 @@ static_library("types") { ] sources = [ "raw_address.cc", "bluetooth/uuid.cc", "le_address.cc", "raw_address.cc", ] include_dirs = [ Loading Loading
system/bta/BUILD.gn +4 −3 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ static_library("bta") { executable("net_test_bta") { testonly = true sources = [ "gatt/database_builder.cc", "test/gatt/database_builder_test.cc", "test/gatt/database_builder_sample_device_test.cc", "test/gatt/database_test.cc", Loading
system/hci/BUILD.gn +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ static_library("hci") { ] deps = [ "//common", "//third_party/libchrome:base", ] } Loading
system/osi/BUILD.gn +1 −2 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ static_library("osi") { ] deps = [ "//common", "//third_party/libchrome:base", ] } Loading @@ -68,14 +69,12 @@ executable("net_test_osi") { "test/config_test.cc", "test/future_test.cc", "test/hash_map_utils_test.cc", "test/leaky_bonded_queue_test.cc", "test/list_test.cc", "test/properties_test.cc", "test/rand_test.cc", "test/reactor_test.cc", "test/ringbuffer_test.cc", "test/thread_test.cc", "test/time_test.cc", ] include_dirs = [ Loading
system/stack/BUILD.gn +4 −0 Original line number Diff line number Diff line Loading @@ -274,6 +274,9 @@ executable("net_test_stack_crypto_toolbox") { executable("net_test_stack_smp") { testonly = true sources = [ "smp/p_256_curvepara.cc", "smp/p_256_ecc_pp.cc", "smp/p_256_multprecision.cc", "smp/smp_keys.cc", "smp/smp_api.cc", "smp/smp_main.cc", Loading @@ -283,6 +286,7 @@ executable("net_test_stack_smp") { include_dirs = [ "//", "//linux_include", "//internal_include", "//btcore/include", "//hci/include", Loading
system/types/BUILD.gn +2 −1 Original line number Diff line number Diff line Loading @@ -20,8 +20,9 @@ static_library("types") { ] sources = [ "raw_address.cc", "bluetooth/uuid.cc", "le_address.cc", "raw_address.cc", ] include_dirs = [ Loading