blob: f2215de6a1b8719fa58ec7949a4f653ec99adc8e [file] [log] [blame]
[email protected]92fe6102012-12-08 01:55:071# Copyright (c) 2012 The Chromium Authors. All rights reserved.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6{
7 'includes': [
8 '../build/common_untrusted.gypi',
9 ],
10 'conditions': [
11 ['disable_nacl==0 and disable_nacl_untrusted==0', {
12 'targets': [
13 {
14 'target_name': 'tracing_untrusted',
15 'type': 'none',
16 'defines!': ['CONTENT_IMPLEMENTATION'],
17 'dependencies': [
18 '../base/base_untrusted.gyp:base_untrusted',
19 '../native_client/tools.gyp:prep_toolchain',
20 '../ipc/ipc.gyp:ipc',
21 ],
22 'include_dirs': [
23 '..',
24 ],
25 'variables': {
26 'nacl_untrusted_build': 1,
27 'nlib_target': 'libtracing_untrusted.a',
28 'build_glibc': 0,
29 'build_newlib': 1,
[email protected]c5707ee2013-08-04 06:32:2130 'build_irt': 1,
[email protected]92fe6102012-12-08 01:55:0731 },
32 'sources': [
[email protected]a32c34b2012-12-28 01:14:2333 'tracing/child_trace_message_filter.cc',
34 'tracing/child_trace_message_filter.h',
35 'tracing/tracing_messages.cc',
36 'tracing/tracing_messages.h',
[email protected]92fe6102012-12-08 01:55:0737 ],
38 },
39 ],
40 }],
41 ],
42}