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

Unified Diff: chrome/browser/media/router/media_router.gypi

Issue 1765143002: [Media Router] Add UMA histograms tracking component extension version/wakeups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move media_router_metrics_unittest to non_android Created 4 years, 9 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/browser/media/router/media_router.gyp ('k') | chrome/browser/media/router/media_router_metrics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/media_router.gypi
diff --git a/chrome/browser/media/router/media_router.gypi b/chrome/browser/media/router/media_router.gypi
index 7556a6c7106ec2f760c70d10a8eb6770c66bf8fd..073db226c66e6ebd0d72d00babff797497eaa3d9 100644
--- a/chrome/browser/media/router/media_router.gypi
+++ b/chrome/browser/media/router/media_router.gypi
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# TODO(crbug.com/596999): Move non-Android code to mojo/
{
'variables': {
# File lists shared with GN build.
@@ -55,8 +56,6 @@
'media_router_type_converters.h',
],
'media_router_test_support_sources': [
- 'media_router_mojo_test.cc',
- 'media_router_mojo_test.h',
'mock_media_router.cc',
'mock_media_router.h',
'mock_screen_availability_listener.cc',
@@ -64,5 +63,9 @@
'test_helper.cc',
'test_helper.h',
],
+ 'media_router_non_android_test_support_sources': [
+ 'media_router_mojo_test.cc',
+ 'media_router_mojo_test.h',
+ ],
},
}
« no previous file with comments | « chrome/browser/media/router/media_router.gyp ('k') | chrome/browser/media/router/media_router_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698