| 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",
|
|
|