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

Unified Diff: components/tracing/test/example_proto/library_internals/galaxies.proto

Issue 2239383002: GN proto_libary refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix LITE_RUNTIME 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/library_internals/galaxies.proto
diff --git a/components/tracing/test/example_proto/library_internals/galaxies.proto b/components/tracing/test/example_proto/library_internals/galaxies.proto
index 21e9019615222a3fc2234ec160fb69770c40a6f1..272ee8330f5b0fd8f872c437773ad4de5a18c3ea 100644
--- a/components/tracing/test/example_proto/library_internals/galaxies.proto
+++ b/components/tracing/test/example_proto/library_internals/galaxies.proto
@@ -3,6 +3,8 @@
// found in the LICENSE file.
syntax = "proto2";
+option optimize_for = LITE_RUNTIME;
+
package foo.bar;
enum Galaxy {

Powered by Google App Engine
This is Rietveld 408576698