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

Unified Diff: components/components_tests.gyp

Issue 523273003: Moves GPUMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS change, per brettw@ comment Created 6 years, 3 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 162c7a19e4e7736a2ce8921bbf22cd0c98cfaa56..6ab61dc9c4ea328ca6a82c0882b843922fd5caf1 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -352,6 +352,7 @@
# Dependencies of metrics
'components.gyp:metrics',
+ 'components.gyp:metrics_gpu',
'components.gyp:metrics_net',
'components.gyp:metrics_test_support',
@@ -435,6 +436,7 @@
'sources': [
'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
+ 'metrics/gpu/gpu_metrics_provider_unittest.cc',
'power/origin_power_map_unittest.cc',
],
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698