| Index: device/base/BUILD.gn
|
| diff --git a/device/core/BUILD.gn b/device/base/BUILD.gn
|
| similarity index 88%
|
| rename from device/core/BUILD.gn
|
| rename to device/base/BUILD.gn
|
| index f4c8e1837bdb79ed8953545b28b2c4037193d98a..6240ae9c7f10740934c2e7dc6df0009ce2327472 100644
|
| --- a/device/core/BUILD.gn
|
| +++ b/device/base/BUILD.gn
|
| @@ -4,8 +4,8 @@
|
|
|
| import("//build/config/features.gni")
|
|
|
| -component("core") {
|
| - output_name = "device_core"
|
| +component("base") {
|
| + output_name = "device_base"
|
|
|
| sources = [
|
| "device_client.cc",
|
| @@ -16,7 +16,7 @@ component("core") {
|
| "device_monitor_win.h",
|
| ]
|
|
|
| - defines = [ "DEVICE_CORE_IMPLEMENTATION" ]
|
| + defines = [ "DEVICE_BASE_IMPLEMENTATION" ]
|
|
|
| deps = []
|
|
|
| @@ -47,7 +47,7 @@ source_set("mocks") {
|
| ]
|
|
|
| deps = [
|
| - ":core",
|
| + ":base",
|
| "//device/hid:mocks",
|
| "//device/usb:test_support",
|
| ]
|
|
|