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

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

Issue 2358123005: Move OneWriterSeqLock and SharedMemorySeqLockBuffer from content/ to device/base/synchronization (Closed)
Patch Set: Tim 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
« no previous file with comments | « no previous file | device/base/synchronization/shared_memory_seqlock_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/base/synchronization/BUILD.gn
diff --git a/device/base/synchronization/BUILD.gn b/device/base/synchronization/BUILD.gn
index 42fa93efbdb9e31be4207ee811b7ea505bccda32..2f7b609b786e108eb62bc22408bc1eddc4de5625 100644
--- a/device/base/synchronization/BUILD.gn
+++ b/device/base/synchronization/BUILD.gn
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/features.gni")
-
source_set("synchronization") {
sources = [
"one_writer_seqlock.cc",
« no previous file with comments | « no previous file | device/base/synchronization/shared_memory_seqlock_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698