summaryrefslogtreecommitdiffstats
path: root/metrics
diff options
context:
space:
mode:
authorBertrand SIMONNET <bsimonnet@chromium.org>2015-04-07 17:23:27 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-04-08 19:12:10 +0000
commit6db436a03ba5b6b5bc8aced43b23121e7a63324d (patch)
tree0bf00ec30f23938f3929f976442da497f5efbc0f /metrics
parente97b741806e523d0aca2a3bc68e32a584e314b19 (diff)
downloadcore-6db436a03ba5b6b5bc8aced43b23121e7a63324d.tar.gz
core-6db436a03ba5b6b5bc8aced43b23121e7a63324d.tar.bz2
core-6db436a03ba5b6b5bc8aced43b23121e7a63324d.zip
metrics: Fix the import path of protobufs.
We are switching chromeos-base/metrics to use the metrics component pulled as part of the checkout. This components will be copied in $S and not in platform2/metrics. The import path need to be fixed. BUG=chromium:474811 TEST=trybots. TEST=unittests. CQ-DEPEND=CL:264544 Change-Id: I02a379eff0f97081dffd382bbee5028b3600f975 Reviewed-on: https://chromium-review.googlesource.com/264506 Tested-by: Bertrand Simonnet <bsimonnet@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Queue: Bertrand Simonnet <bsimonnet@chromium.org>
Diffstat (limited to 'metrics')
-rw-r--r--metrics/metrics.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics/metrics.gyp b/metrics/metrics.gyp
index 31305097f..7134e556e 100644
--- a/metrics/metrics.gyp
+++ b/metrics/metrics.gyp
@@ -83,7 +83,7 @@
'target_name': 'metrics_proto',
'type': 'static_library',
'variables': {
- 'proto_in_dir': 'components/metrics/proto/',
+ 'proto_in_dir': '../../components/metrics/proto/',
'proto_out_dir': 'include/components/metrics/proto',
},
'sources': [