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

Unified Diff: components/tracing/test/example_proto/test_messages.proto

Issue 2239383002: GN proto_libary refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: optimisation Created 4 years, 4 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/test/example_proto/test_messages.proto
diff --git a/components/tracing/test/example_proto/test_messages.proto b/components/tracing/test/example_proto/test_messages.proto
index f6d5361c4f078798ebd4b2caf6832c4726ee960c..8903b79b5af43c9d08c50e41c1ca42a223240f16 100644
--- a/components/tracing/test/example_proto/test_messages.proto
+++ b/components/tracing/test/example_proto/test_messages.proto
@@ -3,6 +3,8 @@
// found in the LICENSE file.
syntax = "proto2";
+option optimize_for = LITE_RUNTIME;
+
package foo.bar;
import "library.proto";

Powered by Google App Engine
This is Rietveld 408576698