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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1224093004: [Media Router] 2nd take on fix route response callback lifetime in UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit test Created 5 years, 5 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 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 # support has launched (https://crbug.com/505443). 1452 # support has launched (https://crbug.com/505443).
1453 'chrome_unit_tests_supervised_user_legacy_sources': [ 1453 'chrome_unit_tests_supervised_user_legacy_sources': [
1454 'browser/supervised_user/legacy/supervised_user_pref_mapping_service_unitt est.cc', 1454 'browser/supervised_user/legacy/supervised_user_pref_mapping_service_unitt est.cc',
1455 'browser/supervised_user/legacy/supervised_user_refresh_token_fetcher_unit test.cc', 1455 'browser/supervised_user/legacy/supervised_user_refresh_token_fetcher_unit test.cc',
1456 'browser/supervised_user/legacy/supervised_user_registration_utility_unitt est.cc', 1456 'browser/supervised_user/legacy/supervised_user_registration_utility_unitt est.cc',
1457 'browser/supervised_user/legacy/supervised_user_shared_settings_service_un ittest.cc', 1457 'browser/supervised_user/legacy/supervised_user_shared_settings_service_un ittest.cc',
1458 'browser/supervised_user/legacy/supervised_user_shared_settings_update_uni ttest.cc', 1458 'browser/supervised_user/legacy/supervised_user_shared_settings_update_uni ttest.cc',
1459 'browser/supervised_user/legacy/supervised_user_sync_service_unittest.cc', 1459 'browser/supervised_user/legacy/supervised_user_sync_service_unittest.cc',
1460 ], 1460 ],
1461 'chrome_unit_tests_media_router_sources': [ 1461 'chrome_unit_tests_media_router_sources': [
1462 'browser/media/router/create_session_request_unittest.cc', 1462 'browser/media/router/create_presentation_session_request_unittest.cc',
1463 'browser/media/router/issue_manager_unittest.cc', 1463 'browser/media/router/issue_manager_unittest.cc',
1464 'browser/media/router/issue_unittest.cc', 1464 'browser/media/router/issue_unittest.cc',
1465 'browser/media/router/media_route_unittest.cc', 1465 'browser/media/router/media_route_unittest.cc',
1466 'browser/media/router/media_router_mojo_impl_unittest.cc', 1466 'browser/media/router/media_router_mojo_impl_unittest.cc',
1467 'browser/media/router/media_router_type_converters_unittest.cc', 1467 'browser/media/router/media_router_type_converters_unittest.cc',
1468 'browser/media/router/media_sink_unittest.cc', 1468 'browser/media/router/media_sink_unittest.cc',
1469 'browser/media/router/media_source_helper_unittest.cc', 1469 'browser/media/router/media_source_helper_unittest.cc',
1470 'browser/media/router/media_source_unittest.cc', 1470 'browser/media/router/media_source_unittest.cc',
1471 'browser/media/router/presentation_media_sinks_observer_unittest.cc', 1471 'browser/media/router/presentation_media_sinks_observer_unittest.cc',
1472 'browser/media/router/presentation_service_delegate_impl_unittest.cc', 1472 'browser/media/router/presentation_service_delegate_impl_unittest.cc',
(...skipping 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after
2888 'dependencies': [ 2888 'dependencies': [
2889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2890 ], 2890 ],
2891 }], 2891 }],
2892 ], 2892 ],
2893 }, 2893 },
2894 ], 2894 ],
2895 }], 2895 }],
2896 ], # 'conditions' 2896 ], # 'conditions'
2897 } 2897 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/media_router/media_router_ui.cc ('k') | chrome/test/media_router/media_router_e2e_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698