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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1132903002: [MediaRouter] Add implementation of PresentationServiceDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/browser/ui/webui/media_router/query_result_manager_unittest.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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after
1436 'chrome_unit_tests_media_router_sources': [ 1436 'chrome_unit_tests_media_router_sources': [
1437 'browser/media/router/issue_manager_unittest.cc', 1437 'browser/media/router/issue_manager_unittest.cc',
1438 'browser/media/router/issue_unittest.cc', 1438 'browser/media/router/issue_unittest.cc',
1439 'browser/media/router/media_router_mojo_impl_unittest.cc', 1439 'browser/media/router/media_router_mojo_impl_unittest.cc',
1440 'browser/media/router/media_router_type_converters_unittest.cc', 1440 'browser/media/router/media_router_type_converters_unittest.cc',
1441 'browser/media/router/media_route_unittest.cc', 1441 'browser/media/router/media_route_unittest.cc',
1442 'browser/media/router/media_sink_unittest.cc', 1442 'browser/media/router/media_sink_unittest.cc',
1443 'browser/media/router/media_source_helper_unittest.cc', 1443 'browser/media/router/media_source_helper_unittest.cc',
1444 'browser/media/router/media_source_unittest.cc', 1444 'browser/media/router/media_source_unittest.cc',
1445 'browser/media/router/presentation_media_sinks_observer_unittest.cc', 1445 'browser/media/router/presentation_media_sinks_observer_unittest.cc',
1446 'browser/media/router/presentation_service_delegate_impl_unittest.cc',
1446 'browser/ui/webui/media_router/media_cast_mode_unittest.cc', 1447 'browser/ui/webui/media_router/media_cast_mode_unittest.cc',
1447 'browser/ui/webui/media_router/media_router_dialog_controller_unittest.cc' , 1448 'browser/ui/webui/media_router/media_router_dialog_controller_unittest.cc' ,
1448 'browser/ui/webui/media_router/media_router_test.cc', 1449 'browser/ui/webui/media_router/media_router_test.cc',
1449 'browser/ui/webui/media_router/media_router_test.h', 1450 'browser/ui/webui/media_router/media_router_test.h',
1450 'browser/ui/webui/media_router/query_result_manager_unittest.cc', 1451 'browser/ui/webui/media_router/query_result_manager_unittest.cc',
1451 ], 1452 ],
1452 # Everything but Android and iOS (iOS is handled separately). 1453 # Everything but Android and iOS (iOS is handled separately).
1453 'chrome_unit_tests_non_android_sources': [ 1454 'chrome_unit_tests_non_android_sources': [
1454 # Bookmark export/import are handled via the BookmarkColumns 1455 # Bookmark export/import are handled via the BookmarkColumns
1455 # ContentProvider. 1456 # ContentProvider.
(...skipping 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after
2844 'dependencies': [ 2845 'dependencies': [
2845 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2846 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2846 ], 2847 ],
2847 }], 2848 }],
2848 ], 2849 ],
2849 }, 2850 },
2850 ], 2851 ],
2851 }], 2852 }],
2852 ], # 'conditions' 2853 ], # 'conditions'
2853 } 2854 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/media_router/query_result_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698