summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/metrics/system_metrics.proto2
-rwxr-xr-xchrome/chrome.gyp2
2 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/metrics/system_metrics.proto b/chrome/browser/metrics/system_metrics.proto
index 5118646..42c0952 100644
--- a/chrome/browser/metrics/system_metrics.proto
+++ b/chrome/browser/metrics/system_metrics.proto
@@ -4,6 +4,8 @@
package chrome_os_pb;
+option optimize_for = LITE_RUNTIME;
+
message SystemMetrics {
optional int32 boot_time_ms = 1;
optional int32 up_time_s = 2;
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index aa267e8..0aef38a 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2776,7 +2776,7 @@
}],
['chromeos==1',{
'dependencies': [
- '../third_party/protobuf2/protobuf.gyp:protobuf',
+ '../third_party/protobuf2/protobuf.gyp:protobuf_lite',
'../third_party/protobuf2/protobuf.gyp:protoc',
'../third_party/cros/cros_api.gyp:cros_api',
],