Chromium Code Reviews| Index: device/base/BUILD.gn |
| diff --git a/device/base/synchronization/BUILD.gn b/device/base/BUILD.gn |
| similarity index 66% |
| copy from device/base/synchronization/BUILD.gn |
| copy to device/base/BUILD.gn |
| index 42fa93efbdb9e31be4207ee811b7ea505bccda32..efc0a8ae6883250be98524888d93820085e61a54 100644 |
| --- a/device/base/synchronization/BUILD.gn |
| +++ b/device/base/BUILD.gn |
| @@ -4,11 +4,10 @@ |
| import("//build/config/features.gni") |
|
timvolodine
2016/10/03 18:18:05
not needed?
|
| -source_set("synchronization") { |
| +source_set("base") { |
| sources = [ |
| - "one_writer_seqlock.cc", |
| - "one_writer_seqlock.h", |
| - "shared_memory_seqlock_buffer.h", |
| + "device_util_mac.cc", |
| + "device_util_mac.h", |
| ] |
| deps = [ |