| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 # This file is intentionally a gyp file rather than a gypi for dependencies | 6 # This file is intentionally a gyp file rather than a gypi for dependencies |
| 7 # reasons. The other gypi files include content.gyp and content_common depends | 7 # reasons. The other gypi files include content.gyp and content_common depends |
| 8 # on this, thus if you try to rename this to gypi and include it in | 8 # on this, thus if you try to rename this to gypi and include it in |
| 9 # components.gyp, you will get a circular dependency error. | 9 # components.gyp, you will get a circular dependency error. |
| 10 { | 10 { |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'proto_out_dir': 'components/tracing/test', | 82 'proto_out_dir': 'components/tracing/test', |
| 83 'generator_plugin': 'proto_zero_plugin', | 83 'generator_plugin': 'proto_zero_plugin', |
| 84 'generator_plugin_suffix': '.pbzero', | 84 'generator_plugin_suffix': '.pbzero', |
| 85 'generate_cc': 0, | 85 'generate_cc': 0, |
| 86 'generate_python': 0, | 86 'generate_python': 0, |
| 87 }, | 87 }, |
| 88 'sources': [ | 88 'sources': [ |
| 89 'tracing/test/example_messages.proto', | 89 'tracing/test/example_messages.proto', |
| 90 ], | 90 ], |
| 91 'dependencies': [ | 91 'dependencies': [ |
| 92 'proto_zero_plugin', | 92 'proto_zero_plugin#host', |
| 93 ], | 93 ], |
| 94 'includes': ['../build/protoc.gypi'], | 94 'includes': ['../build/protoc.gypi'], |
| 95 }, | 95 }, |
| 96 ], | 96 ], |
| 97 } | 97 } |
| OLD | NEW |