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

Unified Diff: content/common/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
« no previous file with comments | « no previous file | content/common/DEPS » ('j') | device/base/synchronization/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index df6d152c090d1b579042b8c1c89ed53e3f827a1d..ff7e99fb303c81379436c5b41b302153820bcee1 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -234,8 +234,6 @@ source_set("common") {
"net/url_request_service_worker_data.h",
"net/url_request_user_data.cc",
"net/url_request_user_data.h",
- "one_writer_seqlock.cc",
- "one_writer_seqlock.h",
"origin_trials/trial_token.cc",
"origin_trials/trial_token.h",
"origin_trials/trial_token_validator.cc",
@@ -366,6 +364,7 @@ source_set("common") {
"//components/tracing:startup_tracing",
"//content:resources",
"//content/app/resources",
+ "//device/base/synchronization",
"//device/bluetooth",
"//gpu",
"//gpu/command_buffer/client:gles2_c_lib",
« no previous file with comments | « no previous file | content/common/DEPS » ('j') | device/base/synchronization/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698