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

Unified Diff: base/BUILD.gn

Issue 1447563002: Implement frame attribution (FrameBlamer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: It builds => ship it. Created 4 years, 10 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 9d1c838e980c29d2af0380682195448c6351b9a9..0659e79ea88f326aa6f0eb5d9b1a45daa4d2e996 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -257,6 +257,7 @@ component("base") {
"debug/alias.h",
"debug/asan_invalid_access.cc",
"debug/asan_invalid_access.h",
+ "debug/blame_context.h",
"debug/close_handle_hook_win.cc",
"debug/close_handle_hook_win.h",
"debug/crash_logging.cc",
@@ -1574,6 +1575,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