[email protected] | 92fe610 | 2012-12-08 01:55:07 | [diff] [blame] | 1 | # 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 | 'targets' : [ |
| 8 | { |
| 9 | 'target_name': 'tracing', |
| 10 | 'type': 'static_library', |
| 11 | 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 12 | 'dependencies': [ |
| 13 | '../base/base.gyp:base', |
| 14 | '../ipc/ipc.gyp:ipc', |
| 15 | ], |
| 16 | 'include_dirs': [ |
| 17 | '..', |
| 18 | ], |
| 19 | 'sources': [ |
[email protected] | a32c34b | 2012-12-28 01:14:23 | [diff] [blame] | 20 | 'tracing/child_trace_message_filter.cc', |
| 21 | 'tracing/child_trace_message_filter.h', |
| 22 | 'tracing/tracing_messages.cc', |
| 23 | 'tracing/tracing_messages.h', |
[email protected] | 92fe610 | 2012-12-08 01:55:07 | [diff] [blame] | 24 | ], |
| 25 | }, |
| 26 | ], |
| 27 | } |