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

Unified Diff: tools/gn/bootstrap/bootstrap.py

Issue 2790523004: memory-infra: refactoring to extract MemoryDumpProviderInfo class (Closed)
Patch Set: Created 3 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
« base/BUILD.gn ('K') | « base/trace_event/memory_dump_provider_info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/bootstrap/bootstrap.py
diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
index 0bc2e4fb8701f08e6f2d5306f03c17a2f63dbd4e..b68021798e9659f253ce4e2f5117e632a6d2ba29 100755
--- a/tools/gn/bootstrap/bootstrap.py
+++ b/tools/gn/bootstrap/bootstrap.py
@@ -517,6 +517,7 @@ def write_gn_ninja(path, root_gen_dir, options):
'base/trace_event/memory_allocator_dump.cc',
'base/trace_event/memory_allocator_dump_guid.cc',
'base/trace_event/memory_dump_manager.cc',
+ 'base/trace_event/memory_dump_provider_info.cc',
'base/trace_event/memory_dump_request_args.cc',
'base/trace_event/memory_dump_scheduler.cc',
'base/trace_event/memory_dump_session_state.cc',
« base/BUILD.gn ('K') | « base/trace_event/memory_dump_provider_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698