| Index: device/sensors/public/cpp/BUILD.gn
 | 
| diff --git a/device/sensors/public/cpp/BUILD.gn b/device/sensors/public/cpp/BUILD.gn
 | 
| index e7b4601387823965d1d092f0eca3bd9e3930e158..8a930264a446302b95b30574656e0b370640b5a0 100644
 | 
| --- a/device/sensors/public/cpp/BUILD.gn
 | 
| +++ b/device/sensors/public/cpp/BUILD.gn
 | 
| @@ -8,6 +8,9 @@ source_set("cpp") {
 | 
|      "device_light_hardware_buffer.h",
 | 
|      "device_motion_hardware_buffer.h",
 | 
|      "device_orientation_hardware_buffer.h",
 | 
| +    "device_sensors_consts.h",
 | 
| +    "device_util_mac.cc",
 | 
| +    "device_util_mac.h",
 | 
|    ]
 | 
|  
 | 
|    public_deps = [
 | 
| 
 |