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

Unified Diff: device/core/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/core/BUILD.gn
diff --git a/device/core/BUILD.gn b/device/core/BUILD.gn
index f4c8e1837bdb79ed8953545b28b2c4037193d98a..cbf94934ebc43f7dbe86e0daf5bf7f2bcf933a6d 100644
--- a/device/core/BUILD.gn
+++ b/device/core/BUILD.gn
@@ -14,6 +14,9 @@ component("core") {
"device_info_query_win.h",
"device_monitor_win.cc",
"device_monitor_win.h",
+ "one_writer_seqlock.cc",
+ "one_writer_seqlock.h",
+ "shared_memory_seqlock_buffer.h",
]
defines = [ "DEVICE_CORE_IMPLEMENTATION" ]
« content/common/BUILD.gn ('K') | « device/BUILD.gn ('k') | device/core/one_writer_seqlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698