| Index: headless/BUILD.gn
|
| diff --git a/headless/BUILD.gn b/headless/BUILD.gn
|
| index 6db973c1877db6f6a85b8da17484c5e2e2ed6ece..f1adf421ceac3a21294b467a6ece4bfa8473475b 100644
|
| --- a/headless/BUILD.gn
|
| +++ b/headless/BUILD.gn
|
| @@ -241,7 +241,6 @@ static_library("headless_lib") {
|
| "public/internal/value_conversions.h",
|
| "public/util/error_reporter.cc",
|
| "public/util/error_reporter.h",
|
| - "public/util/maybe.h",
|
| ]
|
|
|
| deps = [
|
| @@ -278,7 +277,6 @@ test("headless_unittests") {
|
| sources = [
|
| "public/domains/types_unittest.cc",
|
| "public/util/error_reporter_unittest.cc",
|
| - "public/util/maybe_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|