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

Unified Diff: headless/BUILD.gn

Issue 1867753005: headless: Add error reporter utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK that path has no more components 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/public/util/error_reporter.h » ('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 c035c2599f406c857a196983b28abda4eefe2e5e..088d33731e6250a6652e275d4e4e9cc34db52223 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -84,6 +84,8 @@ static_library("headless_lib") {
"public/headless_browser.h",
"public/headless_export.h",
"public/headless_web_contents.h",
+ "public/util/error_reporter.cc",
+ "public/util/error_reporter.h",
"public/util/maybe.h",
]
@@ -117,10 +119,12 @@ group("headless_tests") {
test("headless_unittests") {
sources = [
+ "public/util/error_reporter_unittest.cc",
"public/util/maybe_unittest.cc",
]
deps = [
+ ":headless_lib",
"//base/test:run_all_unittests",
"//base/test:test_support",
"//testing/gtest",
« no previous file with comments | « no previous file | headless/public/util/error_reporter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698