| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 0adada204c9400bcd594c6e7a83a60bab173d962..1d7b14a5399fade754a815c15e69ea034f74d4a5 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -227,6 +227,7 @@ static_library("test_support") {
|
| "//content/renderer:for_content_tests",
|
| "//content/shell:pak",
|
| "//content/utility:for_content_tests",
|
| + "//device/core",
|
| "//device/geolocation",
|
| "//device/nfc:mojo_bindings",
|
| "//ipc:test_support",
|
| @@ -1281,7 +1282,6 @@ test("content_unittests") {
|
| "../common/mac/font_descriptor_unittest.mm",
|
| "../common/manifest_util_unittest.cc",
|
| "../common/navigation_params_unittest.cc",
|
| - "../common/one_writer_seqlock_unittest.cc",
|
| "../common/origin_trials/trial_token_unittest.cc",
|
| "../common/origin_trials/trial_token_validator_unittest.cc",
|
| "../common/origin_util_unittest.cc",
|
|
|