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

Side by Side Diff: components/tracing_proto.gyp

Issue 2083373002: proto_zero_plugin [NOT FOR REVIEW]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactoring Created 4 years, 6 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
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698