Commit 9d10d9bd authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

Replace .mojom.h includes with .mojom-forward.h in device/bluetooth

This CL replaces .mojom.h includes with .mojom-forward.h in
device/bluetooth to reduce the pre-processed size of header
files and shorter build time.

This CL has no behavior changes.

Bug: 1001360
Change-Id: Ic450fb4a402c6a2e1d825a20ed271f63dac36b4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989299Reviewed-by: default avatarOvidio de Jesús Ruiz-Henríquez <odejesush@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#729632}
parent 7dc0b52a
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include "device/bluetooth/bluetooth_adapter.h" #include "device/bluetooth/bluetooth_adapter.h"
#include "device/bluetooth/bluetooth_gatt_connection.h" #include "device/bluetooth/bluetooth_gatt_connection.h"
#include "device/bluetooth/public/mojom/adapter.mojom.h" #include "device/bluetooth/public/mojom/adapter.mojom.h"
#include "device/bluetooth/public/mojom/device.mojom.h" #include "device/bluetooth/public/mojom/device.mojom-forward.h"
#include "mojo/public/cpp/bindings/pending_remote.h" #include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/remote.h" #include "mojo/public/cpp/bindings/remote.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
#include "mojo/public/cpp/bindings/pending_remote.h" #include "mojo/public/cpp/bindings/pending_remote.h"
#include "services/data_decoder/public/mojom/ble_scan_parser.mojom.h" #include "services/data_decoder/public/mojom/ble_scan_parser.mojom-forward.h"
#endif // defined(OS_CHROMEOS) #endif // defined(OS_CHROMEOS)
namespace device { namespace device {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <tuple> #include <tuple>
#include "device/bluetooth/bluetooth_device.h" #include "device/bluetooth/bluetooth_device.h"
#include "device/bluetooth/public/mojom/test/fake_bluetooth.mojom.h" #include "device/bluetooth/public/mojom/test/fake_bluetooth.mojom-forward.h"
namespace mojo { namespace mojo {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <string> #include <string>
#include "device/bluetooth/public/cpp/bluetooth_uuid.h" #include "device/bluetooth/public/cpp/bluetooth_uuid.h"
#include "device/bluetooth/public/mojom/uuid.mojom.h" #include "device/bluetooth/public/mojom/uuid.mojom-forward.h"
namespace mojo { namespace mojo {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "base/compiler_specific.h" #include "base/compiler_specific.h"
#include "device/bluetooth/bluetooth_adapter_factory.h" #include "device/bluetooth/bluetooth_adapter_factory.h"
#include "device/bluetooth/public/mojom/test/fake_bluetooth.mojom.h" #include "device/bluetooth/public/mojom/test/fake_bluetooth.mojom-forward.h"
#include "device/bluetooth/test/fake_central.h" #include "device/bluetooth/test/fake_central.h"
#include "mojo/public/cpp/bindings/pending_receiver.h" #include "mojo/public/cpp/bindings/pending_receiver.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "base/memory/weak_ptr.h" #include "base/memory/weak_ptr.h"
#include "device/bluetooth/bluetooth_remote_gatt_characteristic.h" #include "device/bluetooth/bluetooth_remote_gatt_characteristic.h"
#include "device/bluetooth/public/cpp/bluetooth_uuid.h" #include "device/bluetooth/public/cpp/bluetooth_uuid.h"
#include "device/bluetooth/public/mojom/test/fake_bluetooth.mojom.h" #include "device/bluetooth/public/mojom/test/fake_bluetooth.mojom-forward.h"
#include "device/bluetooth/test/fake_read_response.h" #include "device/bluetooth/test/fake_read_response.h"
#include "device/bluetooth/test/fake_remote_gatt_descriptor.h" #include "device/bluetooth/test/fake_remote_gatt_descriptor.h"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "device/bluetooth/bluetooth_remote_gatt_service.h" #include "device/bluetooth/bluetooth_remote_gatt_service.h"
#include "device/bluetooth/public/cpp/bluetooth_uuid.h" #include "device/bluetooth/public/cpp/bluetooth_uuid.h"
#include "device/bluetooth/public/mojom/test/fake_bluetooth.mojom.h" #include "device/bluetooth/public/mojom/test/fake_bluetooth.mojom-forward.h"
#include "device/bluetooth/test/fake_remote_gatt_characteristic.h" #include "device/bluetooth/test/fake_remote_gatt_characteristic.h"
namespace device { namespace device {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment