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

Unified Diff: third_party/protobuf/src/google/protobuf/unittest_proto3_arena_lite.proto

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 7 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: third_party/protobuf/src/google/protobuf/unittest_proto3_arena_lite.proto
diff --git a/third_party/protobuf/src/google/protobuf/unittest_proto3_arena.proto b/third_party/protobuf/src/google/protobuf/unittest_proto3_arena_lite.proto
similarity index 99%
copy from third_party/protobuf/src/google/protobuf/unittest_proto3_arena.proto
copy to third_party/protobuf/src/google/protobuf/unittest_proto3_arena_lite.proto
index b835a6ba36ae852b32c7e35f427f6238e810a325..5a60b90f5c6c7de9ca91b77b651953cd52344b30 100644
--- a/third_party/protobuf/src/google/protobuf/unittest_proto3_arena.proto
+++ b/third_party/protobuf/src/google/protobuf/unittest_proto3_arena_lite.proto
@@ -31,10 +31,11 @@
syntax = "proto3";
option cc_enable_arenas = true;
+option optimize_for = LITE_RUNTIME;
import "google/protobuf/unittest_import.proto";
-package proto3_arena_unittest;
+package proto3_arena_lite_unittest;
// This proto includes every type of field in both singular and repeated
// forms.

Powered by Google App Engine
This is Rietveld 408576698