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

Unified Diff: chrome/chrome_common.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: variations_proto 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 2a051e092a1ce8ccbb0c5fad2c9f986012f12d28..a68afe359528aa5d83ff104f3b76ca7b69c39a85 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -288,7 +288,6 @@
'common_net',
'common_version',
'installer_util',
- 'metrics_proto',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/base.gyp:base_i18n',
'<(DEPTH)/base/base.gyp:base_prefs',
@@ -513,7 +512,6 @@
],
'export_dependent_settings': [
'../base/base.gyp:base',
- 'metrics_proto',
],
},
{
@@ -674,20 +672,5 @@
},
'includes': [ '../build/protoc.gypi' ],
},
- {
- # Protobuf compiler / generator for UMA (User Metrics Analysis).
-
- # GN version: //chrome/common/metrics/proto:proto
- 'target_name': 'metrics_proto',
- 'type': 'static_library',
- 'sources': [
- 'common/metrics/proto/chrome_experiments.proto',
- ],
- 'variables': {
- 'proto_in_dir': 'common/metrics/proto',
- 'proto_out_dir': 'chrome/common/metrics/proto',
- },
- 'includes': [ '../build/protoc.gypi' ],
- },
],
}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698