| OLD | NEW |
| 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 15 matching lines...) Expand all Loading... |
| 26 'variables': { | 26 'variables': { |
| 27 'nacl_untrusted_build': 1, | 27 'nacl_untrusted_build': 1, |
| 28 'nlib_target': 'libtracing_nacl.a', | 28 'nlib_target': 'libtracing_nacl.a', |
| 29 'build_glibc': 0, | 29 'build_glibc': 0, |
| 30 'build_newlib': 0, | 30 'build_newlib': 0, |
| 31 'build_irt': 1, | 31 'build_irt': 1, |
| 32 'build_pnacl_newlib': 0, | 32 'build_pnacl_newlib': 0, |
| 33 'build_nonsfi_helper': 1, | 33 'build_nonsfi_helper': 1, |
| 34 }, | 34 }, |
| 35 'sources': [ | 35 'sources': [ |
| 36 'tracing/child_memory_dump_manager_delegate_impl.cc', | 36 'tracing/browser/trace_config_file.cc', |
| 37 'tracing/child_memory_dump_manager_delegate_impl.h', | 37 'tracing/browser/trace_config_file.h', |
| 38 'tracing/child_trace_message_filter.cc', | 38 'tracing/child/child_memory_dump_manager_delegate_impl.cc', |
| 39 'tracing/child_trace_message_filter.h', | 39 'tracing/child/child_memory_dump_manager_delegate_impl.h', |
| 40 'tracing/trace_config_file.cc', | 40 'tracing/child/child_trace_message_filter.cc', |
| 41 'tracing/trace_config_file.h', | 41 'tracing/child/child_trace_message_filter.h', |
| 42 'tracing/common/tracing_messages.cc', |
| 43 'tracing/common/tracing_messages.h', |
| 44 'tracing/common/tracing_switches.cc', |
| 45 'tracing/common/tracing_switches.h', |
| 42 'tracing/tracing_export.h', | 46 'tracing/tracing_export.h', |
| 43 'tracing/tracing_messages.cc', | |
| 44 'tracing/tracing_messages.h', | |
| 45 'tracing/tracing_switches.cc', | |
| 46 'tracing/tracing_switches.h', | |
| 47 ], | 47 ], |
| 48 }, | 48 }, |
| 49 ], | 49 ], |
| 50 }], | 50 }], |
| 51 ], | 51 ], |
| 52 } | 52 } |
| OLD | NEW |