| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 11 matching lines...) Expand all Loading... |
| 22 'include_dirs': [ | 22 'include_dirs': [ |
| 23 '..', | 23 '..', |
| 24 ], | 24 ], |
| 25 'variables': { | 25 'variables': { |
| 26 'nacl_untrusted_build': 1, | 26 'nacl_untrusted_build': 1, |
| 27 'nlib_target': 'libtracing_untrusted.a', | 27 'nlib_target': 'libtracing_untrusted.a', |
| 28 'build_glibc': 0, | 28 'build_glibc': 0, |
| 29 'build_newlib': 1, | 29 'build_newlib': 1, |
| 30 }, | 30 }, |
| 31 'sources': [ | 31 'sources': [ |
| 32 'components/tracing/child_trace_message_filter.cc', | 32 'tracing/child_trace_message_filter.cc', |
| 33 'components/tracing/child_trace_message_filter.h', | 33 'tracing/child_trace_message_filter.h', |
| 34 'components/tracing/tracing_messages.cc', | 34 'tracing/tracing_messages.cc', |
| 35 'components/tracing/tracing_messages.h', | 35 'tracing/tracing_messages.h', |
| 36 ], | 36 ], |
| 37 }, | 37 }, |
| 38 ], | 38 ], |
| 39 }], | 39 }], |
| 40 ], | 40 ], |
| 41 } | 41 } |
| OLD | NEW |