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

Unified Diff: base/BUILD.gn

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
« no previous file with comments | « no previous file | base/trace_event/memory_dump_manager.h » ('j') | no next file with comments »
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 8ebf36bf8344a9eca27a4abab9e08d37b04db2b8..6309613708d8232604665c8a89092bcc2ff3a2a2 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -997,6 +997,8 @@ component("base") {
"trace_event/memory_dump_manager.cc",
"trace_event/memory_dump_manager.h",
"trace_event/memory_dump_provider.h",
+ "trace_event/memory_dump_provider_info.cc",
+ "trace_event/memory_dump_provider_info.h",
"trace_event/memory_dump_request_args.cc",
"trace_event/memory_dump_request_args.h",
"trace_event/memory_dump_scheduler.cc",
@@ -2556,10 +2558,9 @@ if (is_android) {
android_aidl("base_java_aidl") {
import_include = [ "android/java/src" ]
sources = [
- "android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl",
+ "android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl",
]
-}
-
+ }
Primiano Tucci (use gerrit) 2017/03/31 16:41:40 this was done automatically by git cl format. some
android_library("base_javatests") {
testonly = true
« no previous file with comments | « no previous file | base/trace_event/memory_dump_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698