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

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: Fix stripping. 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
« no previous file with comments | « no previous file | base/trace_event/java_heap_dump_provider_android_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 "trace_event/memory_allocator_dump.h", 896 "trace_event/memory_allocator_dump.h",
897 "trace_event/memory_allocator_dump_guid.cc", 897 "trace_event/memory_allocator_dump_guid.cc",
898 "trace_event/memory_allocator_dump_guid.h", 898 "trace_event/memory_allocator_dump_guid.h",
899 "trace_event/memory_dump_manager.cc", 899 "trace_event/memory_dump_manager.cc",
900 "trace_event/memory_dump_manager.h", 900 "trace_event/memory_dump_manager.h",
901 "trace_event/memory_dump_provider.h", 901 "trace_event/memory_dump_provider.h",
902 "trace_event/memory_dump_request_args.cc", 902 "trace_event/memory_dump_request_args.cc",
903 "trace_event/memory_dump_request_args.h", 903 "trace_event/memory_dump_request_args.h",
904 "trace_event/memory_dump_session_state.cc", 904 "trace_event/memory_dump_session_state.cc",
905 "trace_event/memory_dump_session_state.h", 905 "trace_event/memory_dump_session_state.h",
906 "trace_event/memory_infra_background_whitelist.cc",
907 "trace_event/memory_infra_background_whitelist.h",
906 "trace_event/process_memory_dump.cc", 908 "trace_event/process_memory_dump.cc",
907 "trace_event/process_memory_dump.h", 909 "trace_event/process_memory_dump.h",
908 "trace_event/process_memory_maps.cc", 910 "trace_event/process_memory_maps.cc",
909 "trace_event/process_memory_maps.h", 911 "trace_event/process_memory_maps.h",
910 "trace_event/process_memory_totals.cc", 912 "trace_event/process_memory_totals.cc",
911 "trace_event/process_memory_totals.h", 913 "trace_event/process_memory_totals.h",
912 "trace_event/trace_buffer.cc", 914 "trace_event/trace_buffer.cc",
913 "trace_event/trace_buffer.h", 915 "trace_event/trace_buffer.h",
914 "trace_event/trace_config.cc", 916 "trace_event/trace_config.cc",
915 "trace_event/trace_config.h", 917 "trace_event/trace_config.h",
(...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
2384 2386
2385 # GYP: //base.gyp:base_java_unittest_support 2387 # GYP: //base.gyp:base_java_unittest_support
2386 android_library("base_java_unittest_support") { 2388 android_library("base_java_unittest_support") {
2387 deps = [ 2389 deps = [
2388 ":base_java", 2390 ":base_java",
2389 ] 2391 ]
2390 java_files = 2392 java_files =
2391 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2393 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2392 } 2394 }
2393 } 2395 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/java_heap_dump_provider_android_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698