| Index: components/tracing_proto.gyp
|
| diff --git a/components/tracing_proto.gyp b/components/tracing_proto.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fe27c73ecd52cbce563c6120b6fec9ab4dc34c4e
|
| --- /dev/null
|
| +++ b/components/tracing_proto.gyp
|
| @@ -0,0 +1,22 @@
|
| +{
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'tracing_proto',
|
| + 'type': 'static_library',
|
| + 'variables': {
|
| + 'proto_in_dir': 'tracing/proto',
|
| + 'proto_out_dir': 'components/tracing/proto',
|
| + 'generator_plugin': 'proto_zero_plugin',
|
| + 'generator_plugin_suffix': '.zeropb',
|
| + 'generate_cc': 0,
|
| + },
|
| + 'sources': [
|
| + 'tracing/proto/sample.proto',
|
| + ],
|
| + 'dependencies': [
|
| + 'proto_zero_plugin.gyp:proto_zero_plugin',
|
| + ],
|
| + 'includes': ['../build/protoc.gypi'],
|
| + },
|
| + ],
|
| +}
|
|
|