Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1045)

Unified Diff: device/BUILD.gn

Issue 2358123005: Move OneWriterSeqLock and SharedMemorySeqLockBuffer from content/ to device/base/synchronization (Closed)
Patch Set: Fixes Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index fc54dc77c190a1cf4cbb34b5d7497481c98ae0bc..0af69965aa37fbdbf6cbef6d59a4cbf8763258f7 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -59,6 +59,7 @@ test("device_unittests") {
"bluetooth/test/test_bluetooth_adapter_observer.h",
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc",
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
+ "core/one_writer_seqlock_unittest.cc",
"gamepad/gamepad_provider_unittest.cc",
"generic_sensor/platform_sensor_provider_unittest.cc",
"test/run_all_unittests.cc",
@@ -66,6 +67,7 @@ test("device_unittests") {
deps = [
"//base/test:test_support",
+ "//base/third_party/dynamic_annotations:dynamic_annotations",
"//device/battery",
"//device/battery:mojo_bindings",
"//device/bluetooth",
« content/common/BUILD.gn ('K') | « content/test/BUILD.gn ('k') | device/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698