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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing.gyp
diff --git a/components/tracing.gyp b/components/tracing.gyp
index a85840943591acdf531c5b17d9c6d42e50d3ae09..f742bace7baaa9829e44cb3cb963a5682f840304 100644
--- a/components/tracing.gyp
+++ b/components/tracing.gyp
@@ -89,7 +89,7 @@
'tracing/test/example_messages.proto',
],
'dependencies': [
- 'proto_zero_plugin',
+ 'proto_zero_plugin#host',
],
'includes': ['../build/protoc.gypi'],
},
« 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