Index: chrome/chrome_browser.gypi |
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
index 1138d0c55ed52990458eaaaf3a71d398d989bf92..3997fbac02f01a41b8fa867cf96a8779129ccfa5 100644 |
--- a/chrome/chrome_browser.gypi |
+++ b/chrome/chrome_browser.gypi |
@@ -2845,6 +2845,7 @@ |
'common', |
'common_net', |
'in_memory_url_index_cache_proto', |
+ 'metrics_proto', |
'probe_message_proto', |
'suggestions_proto', |
'../components/components.gyp:autocomplete', |
@@ -3401,6 +3402,21 @@ |
], |
}, |
{ |
+ # Protobuf compiler / generator for UMA (User Metrics Analysis). |
+ |
+ # GN version: //chrome/browser/metrics/variations/proto:proto |
+ 'target_name': 'metrics_proto', |
Ilya Sherman
2014/06/30 21:02:52
nit: variations_proto
tfarina
2014/07/01 00:20:53
Done.
|
+ 'type': 'static_library', |
+ 'sources': [ |
+ 'browser/metrics/variations/proto/chrome_experiments.proto', |
+ ], |
+ 'variables': { |
+ 'proto_in_dir': 'browser/metrics/variations/proto', |
+ 'proto_out_dir': 'chrome/browser/metrics/variations/proto', |
+ }, |
+ 'includes': [ '../build/protoc.gypi' ], |
+ }, |
+ { |
# Protobuf compiler / generator for the fraudulent certificate reporting |
# protocol buffer. |
'target_name': 'cert_logger_proto', |