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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2093353002: [Reland] [Media Router] Allow users to update cloud services pref when sync is not active. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per msw@'s comments. Created 4 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
« no previous file with comments | « chrome/browser/ui/webui/media_router/media_router_webui_message_handler.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 'browser/media/router/media_source_unittest.cc', 1448 'browser/media/router/media_source_unittest.cc',
1449 'browser/media/router/presentation_media_sinks_observer_unittest.cc', 1449 'browser/media/router/presentation_media_sinks_observer_unittest.cc',
1450 'browser/media/router/presentation_request_unittest.cc', 1450 'browser/media/router/presentation_request_unittest.cc',
1451 'browser/media/router/presentation_service_delegate_impl_unittest.cc', 1451 'browser/media/router/presentation_service_delegate_impl_unittest.cc',
1452 ], 1452 ],
1453 'chrome_unit_tests_media_router_non_android_sources': [ 1453 'chrome_unit_tests_media_router_non_android_sources': [
1454 'browser/media/router/mojo/media_router_mojo_impl_unittest.cc', 1454 'browser/media/router/mojo/media_router_mojo_impl_unittest.cc',
1455 'browser/media/router/mojo/media_router_mojo_metrics_unittest.cc', 1455 'browser/media/router/mojo/media_router_mojo_metrics_unittest.cc',
1456 'browser/media/router/mojo/media_router_type_converters_unittest.cc', 1456 'browser/media/router/mojo/media_router_type_converters_unittest.cc',
1457 'browser/ui/toolbar/media_router_action_unittest.cc', 1457 'browser/ui/toolbar/media_router_action_unittest.cc',
1458 'browser/ui/toolbar/media_router_contextual_menu_unittest.cc',
1458 'browser/ui/webui/media_router/media_cast_mode_unittest.cc', 1459 'browser/ui/webui/media_router/media_cast_mode_unittest.cc',
1459 'browser/ui/webui/media_router/media_router_dialog_controller_impl_unittes t.cc', 1460 'browser/ui/webui/media_router/media_router_dialog_controller_impl_unittes t.cc',
1460 'browser/ui/webui/media_router/media_router_test.cc', 1461 'browser/ui/webui/media_router/media_router_test.cc',
1461 'browser/ui/webui/media_router/media_router_test.h', 1462 'browser/ui/webui/media_router/media_router_test.h',
1462 'browser/ui/webui/media_router/media_router_ui_unittest.cc', 1463 'browser/ui/webui/media_router/media_router_ui_unittest.cc',
1463 'browser/ui/webui/media_router/media_router_webui_message_handler_unittest .cc', 1464 'browser/ui/webui/media_router/media_router_webui_message_handler_unittest .cc',
1464 'browser/ui/webui/media_router/query_result_manager_unittest.cc', 1465 'browser/ui/webui/media_router/query_result_manager_unittest.cc',
1465 ], 1466 ],
1466 # Everything but Android and iOS (iOS is handled separately). 1467 # Everything but Android and iOS (iOS is handled separately).
1467 'chrome_unit_tests_non_android_sources': [ 1468 'chrome_unit_tests_non_android_sources': [
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after
3020 'dependencies': [ 3021 'dependencies': [
3021 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3022 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3022 ], 3023 ],
3023 }], 3024 }],
3024 ], 3025 ],
3025 }, 3026 },
3026 ], 3027 ],
3027 }], 3028 }],
3028 ], # 'conditions' 3029 ], # 'conditions'
3029 } 3030 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/media_router/media_router_webui_message_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698