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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1877273002: [Media Router Tests] Add tests for MediaRouterFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 4 years, 8 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 'browser/supervised_user/legacy/supervised_user_registration_utility_unitt est.cc', 1427 'browser/supervised_user/legacy/supervised_user_registration_utility_unitt est.cc',
1428 'browser/supervised_user/legacy/supervised_user_shared_settings_service_un ittest.cc', 1428 'browser/supervised_user/legacy/supervised_user_shared_settings_service_un ittest.cc',
1429 'browser/supervised_user/legacy/supervised_user_shared_settings_update_uni ttest.cc', 1429 'browser/supervised_user/legacy/supervised_user_shared_settings_update_uni ttest.cc',
1430 'browser/supervised_user/legacy/supervised_user_sync_service_unittest.cc', 1430 'browser/supervised_user/legacy/supervised_user_sync_service_unittest.cc',
1431 ], 1431 ],
1432 'chrome_unit_tests_media_router_sources': [ 1432 'chrome_unit_tests_media_router_sources': [
1433 'browser/media/router/create_presentation_connection_request_unittest.cc', 1433 'browser/media/router/create_presentation_connection_request_unittest.cc',
1434 'browser/media/router/issue_manager_unittest.cc', 1434 'browser/media/router/issue_manager_unittest.cc',
1435 'browser/media/router/issue_unittest.cc', 1435 'browser/media/router/issue_unittest.cc',
1436 'browser/media/router/media_route_unittest.cc', 1436 'browser/media/router/media_route_unittest.cc',
1437 'browser/media/router/media_router_factory_unittest.cc',
1437 'browser/media/router/media_sink_unittest.cc', 1438 'browser/media/router/media_sink_unittest.cc',
1438 'browser/media/router/media_sinks_observer_unittest.cc', 1439 'browser/media/router/media_sinks_observer_unittest.cc',
1439 'browser/media/router/media_source_helper_unittest.cc', 1440 'browser/media/router/media_source_helper_unittest.cc',
1440 'browser/media/router/media_source_unittest.cc', 1441 'browser/media/router/media_source_unittest.cc',
1441 'browser/media/router/presentation_media_sinks_observer_unittest.cc', 1442 'browser/media/router/presentation_media_sinks_observer_unittest.cc',
1442 'browser/media/router/presentation_request_unittest.cc', 1443 'browser/media/router/presentation_request_unittest.cc',
1443 'browser/media/router/presentation_service_delegate_impl_unittest.cc', 1444 'browser/media/router/presentation_service_delegate_impl_unittest.cc',
1444 ], 1445 ],
1445 'chrome_unit_tests_media_router_non_android_sources': [ 1446 'chrome_unit_tests_media_router_non_android_sources': [
1446 'browser/media/router/mojo/media_router_mojo_impl_unittest.cc', 1447 'browser/media/router/mojo/media_router_mojo_impl_unittest.cc',
(...skipping 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 'dependencies': [ 3004 'dependencies': [
3004 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3005 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3005 ], 3006 ],
3006 }], 3007 }],
3007 ], 3008 ],
3008 }, 3009 },
3009 ], 3010 ],
3010 }], 3011 }],
3011 ], # 'conditions' 3012 ], # 'conditions'
3012 } 3013 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698