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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1314413005: [Presentation API] 1-UA presentation support + presenter APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
1430 'chrome_unit_tests_media_router_sources': [ 1430 'chrome_unit_tests_media_router_sources': [
1431 'browser/media/router/create_presentation_connection_request_unittest.cc', 1431 'browser/media/router/create_presentation_connection_request_unittest.cc',
1432 'browser/media/router/issue_manager_unittest.cc', 1432 'browser/media/router/issue_manager_unittest.cc',
1433 'browser/media/router/issue_unittest.cc', 1433 'browser/media/router/issue_unittest.cc',
1434 'browser/media/router/media_route_unittest.cc', 1434 'browser/media/router/media_route_unittest.cc',
1435 'browser/media/router/media_router_factory_unittest.cc', 1435 'browser/media/router/media_router_factory_unittest.cc',
1436 'browser/media/router/media_sink_unittest.cc', 1436 'browser/media/router/media_sink_unittest.cc',
1437 'browser/media/router/media_sinks_observer_unittest.cc', 1437 'browser/media/router/media_sinks_observer_unittest.cc',
1438 'browser/media/router/media_source_helper_unittest.cc', 1438 'browser/media/router/media_source_helper_unittest.cc',
1439 'browser/media/router/media_source_unittest.cc', 1439 'browser/media/router/media_source_unittest.cc',
1440 'browser/media/router/offscreen_presentation_manager_factory_unittest.cc',
1441 'browser/media/router/offscreen_presentation_manager_unittest.cc',
1440 'browser/media/router/presentation_media_sinks_observer_unittest.cc', 1442 'browser/media/router/presentation_media_sinks_observer_unittest.cc',
1441 'browser/media/router/presentation_request_unittest.cc', 1443 'browser/media/router/presentation_request_unittest.cc',
1442 'browser/media/router/presentation_service_delegate_impl_unittest.cc', 1444 'browser/media/router/presentation_service_delegate_impl_unittest.cc',
1443 ], 1445 ],
1444 'chrome_unit_tests_media_router_non_android_sources': [ 1446 'chrome_unit_tests_media_router_non_android_sources': [
1445 'browser/media/router/mojo/media_router_mojo_impl_unittest.cc', 1447 'browser/media/router/mojo/media_router_mojo_impl_unittest.cc',
1446 'browser/media/router/mojo/media_router_mojo_metrics_unittest.cc', 1448 'browser/media/router/mojo/media_router_mojo_metrics_unittest.cc',
1447 'browser/media/router/mojo/media_router_type_converters_unittest.cc', 1449 'browser/media/router/mojo/media_router_type_converters_unittest.cc',
1448 'browser/ui/toolbar/media_router_action_unittest.cc', 1450 'browser/ui/toolbar/media_router_action_unittest.cc',
1449 'browser/ui/webui/media_router/media_cast_mode_unittest.cc', 1451 'browser/ui/webui/media_router/media_cast_mode_unittest.cc',
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after
3012 'dependencies': [ 3014 'dependencies': [
3013 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3015 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3014 ], 3016 ],
3015 }], 3017 }],
3016 ], 3018 ],
3017 }, 3019 },
3018 ], 3020 ],
3019 }], 3021 }],
3020 ], # 'conditions' 3022 ], # 'conditions'
3021 } 3023 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/test_helper.cc ('k') | content/browser/presentation/presentation_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698