diff options
author | gunsch <gunsch@chromium.org> | 2014-09-15 17:03:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-16 00:05:44 +0000 |
commit | 1afc65175c84ddf6087f65da818bbdbba6d28101 (patch) | |
tree | 1c4edefc4ee98a2ca85815bd545ba5fd9684aba0 /components/metrics.gypi | |
parent | 0b527c1ef9f0794742e8ea004fbaf7ecea2f4cef (diff) | |
download | chromium_src-1afc65175c84ddf6087f65da818bbdbba6d28101.zip chromium_src-1afc65175c84ddf6087f65da818bbdbba6d28101.tar.gz chromium_src-1afc65175c84ddf6087f65da818bbdbba6d28101.tar.bz2 |
Moves GPUMetricsProvider to //components/metrics.
R=asvitkine@chromium.org,isherman@chromium.org
BUG=404791
Review URL: https://codereview.chromium.org/523273003
Cr-Commit-Position: refs/heads/master@{#294935}
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r-- | components/metrics.gypi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi index 29e52b2..dafeb0e 100644 --- a/components/metrics.gypi +++ b/components/metrics.gypi @@ -68,6 +68,22 @@ ], }, { + # GN version: //components/metrics:gpu + 'target_name': 'metrics_gpu', + 'type': 'static_library', + 'include_dirs': [ + '..', + ], + 'dependencies': [ + 'component_metrics_proto', + 'metrics', + ], + 'sources': [ + 'metrics/gpu/gpu_metrics_provider.cc', + 'metrics/gpu/gpu_metrics_provider.h', + ], + }, + { # GN version: //components/metrics:net 'target_name': 'metrics_net', 'type': 'static_library', |