| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 'targets': [ |
| 3 { |
| 4 'target_name': 'tracing_proto', |
| 5 'type': 'static_library', |
| 6 'variables': { |
| 7 'proto_in_dir': 'tracing/proto', |
| 8 'proto_out_dir': 'components/tracing/proto', |
| 9 'generator_plugin': 'proto_zero_plugin', |
| 10 'generator_plugin_suffix': '.zeropb', |
| 11 'generate_cc': 0, |
| 12 }, |
| 13 'sources': [ |
| 14 'tracing/proto/sample.proto', |
| 15 ], |
| 16 'dependencies': [ |
| 17 'proto_zero_plugin.gyp:proto_zero_plugin', |
| 18 ], |
| 19 'includes': ['../build/protoc.gypi'], |
| 20 }, |
| 21 ], |
| 22 } |
| OLD | NEW |