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

Unified Diff: third_party/protobuf/src/google/protobuf/unittest_proto3_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_lite.proto
diff --git a/third_party/protobuf/src/google/protobuf/unittest_proto3_arena.proto b/third_party/protobuf/src/google/protobuf/unittest_proto3_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_lite.proto
index b835a6ba36ae852b32c7e35f427f6238e810a325..874ade6c0e8da6a0ba3e2df1378e974f5a29df58 100644
--- a/third_party/protobuf/src/google/protobuf/unittest_proto3_arena.proto
+++ b/third_party/protobuf/src/google/protobuf/unittest_proto3_lite.proto
@@ -30,11 +30,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_lite_unittest;
// This proto includes every type of field in both singular and repeated
// forms.

Powered by Google App Engine
This is Rietveld 408576698