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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # TODO(crbug.com/596999): Move non-Android code to mojo/
5 { 6 {
6 'variables': { 7 'variables': {
7 # File lists shared with GN build. 8 # File lists shared with GN build.
8 'media_router_sources': [ 9 'media_router_sources': [
9 'create_presentation_connection_request.cc', 10 'create_presentation_connection_request.cc',
10 'create_presentation_connection_request.h', 11 'create_presentation_connection_request.h',
11 'issue.cc', 12 'issue.cc',
12 'issue.h', 13 'issue.h',
13 'issue_manager.cc', 14 'issue_manager.cc',
14 'issue_manager.h', 15 'issue_manager.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'route_request_result.h', 49 'route_request_result.h',
49 ], 50 ],
50 # Files that are only needed on desktop builds 51 # Files that are only needed on desktop builds
51 'media_router_non_android_sources': [ 52 'media_router_non_android_sources': [
52 'media_router_mojo_impl.cc', 53 'media_router_mojo_impl.cc',
53 'media_router_mojo_impl.h', 54 'media_router_mojo_impl.h',
54 'media_router_type_converters.cc', 55 'media_router_type_converters.cc',
55 'media_router_type_converters.h', 56 'media_router_type_converters.h',
56 ], 57 ],
57 'media_router_test_support_sources': [ 58 'media_router_test_support_sources': [
58 'media_router_mojo_test.cc',
59 'media_router_mojo_test.h',
60 'mock_media_router.cc', 59 'mock_media_router.cc',
61 'mock_media_router.h', 60 'mock_media_router.h',
62 'mock_screen_availability_listener.cc', 61 'mock_screen_availability_listener.cc',
63 'mock_screen_availability_listener.h', 62 'mock_screen_availability_listener.h',
64 'test_helper.cc', 63 'test_helper.cc',
65 'test_helper.h', 64 'test_helper.h',
66 ], 65 ],
66 'media_router_non_android_test_support_sources': [
67 'media_router_mojo_test.cc',
68 'media_router_mojo_test.h',
69 ],
67 }, 70 },
68 } 71 }
OLDNEW
« 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