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

Unified Diff: headless/BUILD.gn

Issue 1906493002: headless: Replace headless::Maybe with base::Optional (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | headless/lib/browser/types_cc.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « no previous file | headless/lib/browser/types_cc.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698