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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1143453005: [Media Router] Remove RouteIDManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/media/router/route_id_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 1411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 ], 1422 ],
1423 'chrome_unit_tests_media_router_sources': [ 1423 'chrome_unit_tests_media_router_sources': [
1424 'browser/media/router/issue_manager_unittest.cc', 1424 'browser/media/router/issue_manager_unittest.cc',
1425 'browser/media/router/issue_unittest.cc', 1425 'browser/media/router/issue_unittest.cc',
1426 'browser/media/router/media_router_type_converters_unittest.cc', 1426 'browser/media/router/media_router_type_converters_unittest.cc',
1427 'browser/media/router/media_route_unittest.cc', 1427 'browser/media/router/media_route_unittest.cc',
1428 'browser/media/router/media_sink_unittest.cc', 1428 'browser/media/router/media_sink_unittest.cc',
1429 'browser/media/router/media_source_helper_unittest.cc', 1429 'browser/media/router/media_source_helper_unittest.cc',
1430 'browser/media/router/media_source_unittest.cc', 1430 'browser/media/router/media_source_unittest.cc',
1431 'browser/media/router/presentation_media_sinks_observer_unittest.cc', 1431 'browser/media/router/presentation_media_sinks_observer_unittest.cc',
1432 'browser/media/router/route_id_manager_unittest.cc',
1433 'browser/ui/webui/media_router/media_cast_mode_unittest.cc', 1432 'browser/ui/webui/media_router/media_cast_mode_unittest.cc',
1434 'browser/ui/webui/media_router/media_router_dialog_controller_unittest.cc' , 1433 'browser/ui/webui/media_router/media_router_dialog_controller_unittest.cc' ,
1435 'browser/ui/webui/media_router/media_router_test.cc', 1434 'browser/ui/webui/media_router/media_router_test.cc',
1436 'browser/ui/webui/media_router/media_router_test.h', 1435 'browser/ui/webui/media_router/media_router_test.h',
1437 'browser/ui/webui/media_router/query_result_manager_unittest.cc', 1436 'browser/ui/webui/media_router/query_result_manager_unittest.cc',
1438 ], 1437 ],
1439 # Everything but Android and iOS (iOS is handled separately). 1438 # Everything but Android and iOS (iOS is handled separately).
1440 'chrome_unit_tests_non_android_sources': [ 1439 'chrome_unit_tests_non_android_sources': [
1441 # Bookmark export/import are handled via the BookmarkColumns 1440 # Bookmark export/import are handled via the BookmarkColumns
1442 # ContentProvider. 1441 # ContentProvider.
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
2810 'dependencies': [ 2809 'dependencies': [
2811 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2810 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2812 ], 2811 ],
2813 }], 2812 }],
2814 ], 2813 ],
2815 }, 2814 },
2816 ], 2815 ],
2817 }], 2816 }],
2818 ], # 'conditions' 2817 ], # 'conditions'
2819 } 2818 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/route_id_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698