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

Side by Side Diff: base/BUILD.gn

Issue 2006943003: [tracing] Sanitize process memory dumps for background mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@whitelist_mdp
Patch Set: Fixes. Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 "trace_event/memory_allocator_dump.h", 892 "trace_event/memory_allocator_dump.h",
893 "trace_event/memory_allocator_dump_guid.cc", 893 "trace_event/memory_allocator_dump_guid.cc",
894 "trace_event/memory_allocator_dump_guid.h", 894 "trace_event/memory_allocator_dump_guid.h",
895 "trace_event/memory_dump_manager.cc", 895 "trace_event/memory_dump_manager.cc",
896 "trace_event/memory_dump_manager.h", 896 "trace_event/memory_dump_manager.h",
897 "trace_event/memory_dump_provider.h", 897 "trace_event/memory_dump_provider.h",
898 "trace_event/memory_dump_request_args.cc", 898 "trace_event/memory_dump_request_args.cc",
899 "trace_event/memory_dump_request_args.h", 899 "trace_event/memory_dump_request_args.h",
900 "trace_event/memory_dump_session_state.cc", 900 "trace_event/memory_dump_session_state.cc",
901 "trace_event/memory_dump_session_state.h", 901 "trace_event/memory_dump_session_state.h",
902 "trace_event/memory_infra_background_whitelist.cc",
903 "trace_event/memory_infra_background_whitelist.h",
902 "trace_event/process_memory_dump.cc", 904 "trace_event/process_memory_dump.cc",
903 "trace_event/process_memory_dump.h", 905 "trace_event/process_memory_dump.h",
904 "trace_event/process_memory_maps.cc", 906 "trace_event/process_memory_maps.cc",
905 "trace_event/process_memory_maps.h", 907 "trace_event/process_memory_maps.h",
906 "trace_event/process_memory_totals.cc", 908 "trace_event/process_memory_totals.cc",
907 "trace_event/process_memory_totals.h", 909 "trace_event/process_memory_totals.h",
908 "trace_event/trace_buffer.cc", 910 "trace_event/trace_buffer.cc",
909 "trace_event/trace_buffer.h", 911 "trace_event/trace_buffer.h",
910 "trace_event/trace_config.cc", 912 "trace_event/trace_config.cc",
911 "trace_event/trace_config.h", 913 "trace_event/trace_config.h",
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
2377 2379
2378 # GYP: //base.gyp:base_java_unittest_support 2380 # GYP: //base.gyp:base_java_unittest_support
2379 android_library("base_java_unittest_support") { 2381 android_library("base_java_unittest_support") {
2380 deps = [ 2382 deps = [
2381 ":base_java", 2383 ":base_java",
2382 ] 2384 ]
2383 java_files = 2385 java_files =
2384 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2386 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2385 } 2387 }
2386 } 2388 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/java_heap_dump_provider_android_unittest.cc » ('j') | base/trace_event/memory_dump_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698