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

Side by Side Diff: components/tracing_nacl.gyp

Issue 1039963003: [tracing] child-process-side impl for inter-process memory dumps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipc_3_messages
Patch Set: Add temporary workaround for crbug.com/474973 Created 5 years, 8 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 | « components/tracing/child_trace_message_filter.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'includes': [ 7 'includes': [
8 '../build/common_untrusted.gypi', 8 '../build/common_untrusted.gypi',
9 ], 9 ],
10 'conditions': [ 10 'conditions': [
(...skipping 16 matching lines...) Expand all
27 'variables': { 27 'variables': {
28 'nacl_untrusted_build': 1, 28 'nacl_untrusted_build': 1,
29 'nlib_target': 'libtracing_nacl.a', 29 'nlib_target': 'libtracing_nacl.a',
30 'build_glibc': 0, 30 'build_glibc': 0,
31 'build_newlib': 0, 31 'build_newlib': 0,
32 'build_irt': 1, 32 'build_irt': 1,
33 'build_pnacl_newlib': 0, 33 'build_pnacl_newlib': 0,
34 'build_nonsfi_helper': 1, 34 'build_nonsfi_helper': 1,
35 }, 35 },
36 'sources': [ 36 'sources': [
37 'tracing/child_memory_dump_manager_delegate_impl.cc',
38 'tracing/child_memory_dump_manager_delegate_impl.h',
37 'tracing/child_trace_message_filter.cc', 39 'tracing/child_trace_message_filter.cc',
38 'tracing/child_trace_message_filter.h', 40 'tracing/child_trace_message_filter.h',
39 'tracing/tracing_messages.cc', 41 'tracing/tracing_messages.cc',
40 'tracing/tracing_messages.h', 42 'tracing/tracing_messages.h',
41 ], 43 ],
42 }, 44 },
43 ], 45 ],
44 }], 46 }],
45 ], 47 ],
46 } 48 }
OLDNEW
« no previous file with comments | « components/tracing/child_trace_message_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698