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

Unified Diff: chrome/chrome_browser.gypi

Issue 334273003: Move //chrome/common/metrics/proto to //chrome/browser/metrics/variations/proto. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: 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',
« no previous file with comments | « chrome/browser/metrics/variations/variations_http_header_provider_unittest.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698