Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Side by Side Diff: components/tracing.gyp

Issue 2146063003: fix gyp build after CL2147613002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698