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

Unified Diff: chrome/tools/build/generate_policy_source.py

Issue 11359146: Revert "Linux: change protobuf default option to allow building" (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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 | « chrome/common/safe_browsing/csd.proto ('k') | content/browser/speech/proto/google_streaming_api.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/generate_policy_source.py
diff --git a/chrome/tools/build/generate_policy_source.py b/chrome/tools/build/generate_policy_source.py
index 38333aa7e6681323925af4034d519a8adac462e2..6549f50f4be89b65f48f56279a3dfbd28cef887d 100755
--- a/chrome/tools/build/generate_policy_source.py
+++ b/chrome/tools/build/generate_policy_source.py
@@ -279,6 +279,8 @@ def _WritePolicyConstantSource(template_file_contents, args, opts):
PROTO_HEAD = '''
syntax = "proto2";
+option optimize_for = LITE_RUNTIME;
+
package enterprise_management;
message StringList {
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('k') | content/browser/speech/proto/google_streaming_api.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698