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

Unified 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 side-by-side diff with in-line comments
Download patch
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'],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698