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

Unified Diff: base/BUILD.gn

Issue 1776673002: base: Add blame context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bring back the base. Created 4 years, 9 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 | base/base.gyp » ('j') | base/debug/blame_context.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index a06dfa3568f30e48e441808c9b829390828382d0..78b00d5fb588f25dce5f7121b7129f3e6a204761 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -257,6 +257,8 @@ component("base") {
"debug/alias.h",
"debug/asan_invalid_access.cc",
"debug/asan_invalid_access.h",
+ "debug/blame_context.cc",
+ "debug/blame_context.h",
"debug/close_handle_hook_win.cc",
"debug/close_handle_hook_win.h",
"debug/crash_logging.cc",
@@ -1577,6 +1579,7 @@ test("base_unittests") {
"containers/small_map_unittest.cc",
"containers/stack_container_unittest.cc",
"cpu_unittest.cc",
+ "debug/blame_context_unittest.cc",
"debug/crash_logging_unittest.cc",
"debug/debugger_unittest.cc",
"debug/leak_tracker_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/debug/blame_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698