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

Unified Diff: content/renderer/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: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 8df6b737ba4fc129ecf74844858bf341b77ee8fb..d98985de559bf7014a75e67b02f34d8453289038 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -418,6 +418,7 @@ target(link_target_type, "renderer") {
"//content/public/common:feature_h264_with_openh264_ffmpeg",
"//content/public/common:features",
"//crypto:platform",
+ "//device/base/synchronization",
"//device/battery:mojo_bindings",
"//device/bluetooth",
"//device/time_zone_monitor/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698