Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45a93be0 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Update linux BUILD.gn files

Change-Id: Iccec195d35b5a62d7b45834670229a68deeb4add
parent dc02320a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ static_library("bta") {
    "av/bta_av_main.c",
    "av/bta_av_sbc.c",
    "av/bta_av_ssm.c",
    "closure/bta_closure.cc",
    "dm/bta_dm_act.cc",
    "dm/bta_dm_api.cc",
    "dm/bta_dm_cfg.cc",
@@ -93,6 +94,7 @@ static_library("bta") {
  ]

  include_dirs = [
    "closure",
    "dm",
    "hh",
    "include",
@@ -107,4 +109,9 @@ static_library("bta") {
    "//utils/include",
    "//vnd/include",
  ]

  deps = [
    "//third_party/libchrome:base"
  ]

}
+2 −0
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ source_set("base_sources") {
    "base/synchronization/condition_variable_posix.cc",
    "base/synchronization/lock.cc",
    "base/synchronization/lock_impl_posix.cc",
    "base/synchronization/read_write_lock_posix.cc",
    "base/synchronization/waitable_event_posix.cc",
    "base/sync_socket_posix.cc",
    "base/sys_info.cc",
@@ -183,6 +184,7 @@ source_set("base_sources") {
    "base/trace_event/memory_allocator_dump_guid.cc",
    "base/trace_event/memory_dump_manager.cc",
    "base/trace_event/memory_dump_session_state.cc",
    "base/trace_event/memory_infra_background_whitelist.cc",
    "base/trace_event/process_memory_dump.cc",
    "base/trace_event/process_memory_maps.cc",
    "base/trace_event/process_memory_totals.cc",
+17 −14
Original line number Diff line number Diff line
@@ -17,30 +17,33 @@
source_set("service") {
  sources = [
    "adapter.cc",
    "daemon.cc",
    "gatt_client.cc",
    "gatt_server.cc",
    "gatt_server_old.cc",
    "logging_helpers.cc",
    "low_energy_client.cc",
    "settings.cc",
    "common/bluetooth/advertise_data.cc",
    "common/bluetooth/adapter_state.cc",
    "common/bluetooth/uuid.cc",
    "common/bluetooth/advertise_data.cc",
    "common/bluetooth/advertise_settings.cc",
    "common/bluetooth/characteristic.cc",
    "common/bluetooth/descriptor.cc",
    "common/bluetooth/scan_filter.cc",
    "common/bluetooth/scan_result.cc",
    "common/bluetooth/scan_settings.cc",
    "common/bluetooth/advertise_settings.cc",
    "common/bluetooth/util/atomic_string.cc",
    "common/bluetooth/service.cc",
    "common/bluetooth/util/address_helper.cc",
    "hal/bluetooth_interface.cc",
    "common/bluetooth/util/atomic_string.cc",
    "common/bluetooth/uuid.cc",
    "daemon.cc",
    "gatt_client.cc",
    "gatt_server.cc",
    "gatt_server_old.cc",
    "hal/bluetooth_gatt_interface.cc",
    "hal/bluetooth_interface.cc",
    "hal/fake_bluetooth_gatt_interface.cc",
    "hal/fake_bluetooth_interface.cc",
    "ipc/ipc_handler.cc",
    "ipc/linux_ipc_host.cc",
    "ipc/ipc_manager.cc",
    "ipc/ipc_handler_linux.cc",
    "ipc/ipc_manager.cc",
    "ipc/linux_ipc_host.cc",
    "logging_helpers.cc",
    "low_energy_client.cc",
    "settings.cc",
  ]

  include_dirs = [
+2 −0
Original line number Diff line number Diff line
shared_library("test_vendor_lib") {
  sources = [
    "src/async_manager.cc",
    "src/bt_vendor.cc",
    "src/command_packet.cc",
    "src/dual_mode_controller.cc",
@@ -28,6 +29,7 @@ shared_library("test_vendor_lib") {
executable("test_vendor_lib_test") {
  testonly = true
  sources = [
    "src/async_manager.cc",
    "src/command_packet.cc",
    "src/event_packet.cc",
    "src/hci_transport.cc",