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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2310753002: Media Remoting: Data/Control plumbing between renderer and Media Router. (Closed)
Patch Set: Created 4 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 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 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 # support has launched (https://crbug.com/505443). 1433 # support has launched (https://crbug.com/505443).
1434 'chrome_unit_tests_supervised_user_legacy_sources': [ 1434 'chrome_unit_tests_supervised_user_legacy_sources': [
1435 'browser/supervised_user/legacy/supervised_user_pref_mapping_service_unitt est.cc', 1435 'browser/supervised_user/legacy/supervised_user_pref_mapping_service_unitt est.cc',
1436 'browser/supervised_user/legacy/supervised_user_refresh_token_fetcher_unit test.cc', 1436 'browser/supervised_user/legacy/supervised_user_refresh_token_fetcher_unit test.cc',
1437 'browser/supervised_user/legacy/supervised_user_registration_utility_unitt est.cc', 1437 'browser/supervised_user/legacy/supervised_user_registration_utility_unitt est.cc',
1438 'browser/supervised_user/legacy/supervised_user_shared_settings_service_un ittest.cc', 1438 'browser/supervised_user/legacy/supervised_user_shared_settings_service_un ittest.cc',
1439 'browser/supervised_user/legacy/supervised_user_shared_settings_update_uni ttest.cc', 1439 'browser/supervised_user/legacy/supervised_user_shared_settings_update_uni ttest.cc',
1440 'browser/supervised_user/legacy/supervised_user_sync_service_unittest.cc', 1440 'browser/supervised_user/legacy/supervised_user_sync_service_unittest.cc',
1441 ], 1441 ],
1442 'chrome_unit_tests_media_router_sources': [ 1442 'chrome_unit_tests_media_router_sources': [
1443 'browser/media/cast_remoting_connector_unittest.cc',
1443 'browser/media/router/create_presentation_connection_request_unittest.cc', 1444 'browser/media/router/create_presentation_connection_request_unittest.cc',
1444 'browser/media/router/issue_manager_unittest.cc', 1445 'browser/media/router/issue_manager_unittest.cc',
1445 'browser/media/router/issue_unittest.cc', 1446 'browser/media/router/issue_unittest.cc',
1446 'browser/media/router/media_route_unittest.cc', 1447 'browser/media/router/media_route_unittest.cc',
1447 'browser/media/router/media_router_factory_unittest.cc', 1448 'browser/media/router/media_router_factory_unittest.cc',
1448 'browser/media/router/media_sink_unittest.cc', 1449 'browser/media/router/media_sink_unittest.cc',
1449 'browser/media/router/media_sinks_observer_unittest.cc', 1450 'browser/media/router/media_sinks_observer_unittest.cc',
1450 'browser/media/router/media_source_helper_unittest.cc', 1451 'browser/media/router/media_source_helper_unittest.cc',
1451 'browser/media/router/media_source_unittest.cc', 1452 'browser/media/router/media_source_unittest.cc',
1452 'browser/media/router/presentation_media_sinks_observer_unittest.cc', 1453 'browser/media/router/presentation_media_sinks_observer_unittest.cc',
(...skipping 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after
3016 'dependencies': [ 3017 'dependencies': [
3017 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3018 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3018 ], 3019 ],
3019 }], 3020 }],
3020 ], 3021 ],
3021 }, 3022 },
3022 ], 3023 ],
3023 }], 3024 }],
3024 ], # 'conditions' 3025 ], # 'conditions'
3025 } 3026 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698