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

Unified Diff: device/base/synchronization/BUILD.gn

Issue 2358123005: Move OneWriterSeqLock and SharedMemorySeqLockBuffer from content/ to device/base/synchronization (Closed)
Patch Set: Fix nits 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/base/synchronization/BUILD.gn
diff --git a/components/pdf/common/BUILD.gn b/device/base/synchronization/BUILD.gn
similarity index 59%
copy from components/pdf/common/BUILD.gn
copy to device/base/synchronization/BUILD.gn
index adff35e0ba6aa6d004194a4d10a576fb81e840bc..42fa93efbdb9e31be4207ee811b7ea505bccda32 100644
--- a/components/pdf/common/BUILD.gn
+++ b/device/base/synchronization/BUILD.gn
@@ -4,17 +4,14 @@
import("//build/config/features.gni")
timvolodine 2016/09/30 17:22:04 nit: not needed?
-static_library("common") {
+source_set("synchronization") {
sources = [
- "pdf_message_generator.cc",
- "pdf_message_generator.h",
- "pdf_messages.h",
+ "one_writer_seqlock.cc",
+ "one_writer_seqlock.h",
+ "shared_memory_seqlock_buffer.h",
]
deps = [
"//base",
- "//content/public/common",
- "//ipc",
- "//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698