[content shell] hook up testRunner.dumpEditingCallbacks
[chromium-blink-merge.git] / content / content_components_tracing.gyp
blobc9537b16a81784a3dab1c750f09a5ec47cf0c3be
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
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': [
20         'components/tracing/child_trace_message_filter.cc',
21         'components/tracing/child_trace_message_filter.h',
22         'components/tracing/tracing_messages.cc',
23         'components/tracing/tracing_messages.h',
24       ],
25     },
26   ],