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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 544753003: Move BluetoothEventRouterTest to extensions_unittests suite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 524 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
525 '../apps/saved_files_service_unittest.cc', 525 '../apps/saved_files_service_unittest.cc',
526 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 526 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
527 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 527 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
528 '../components/autofill/content/renderer/test_password_generation_agent. cc', 528 '../components/autofill/content/renderer/test_password_generation_agent. cc',
529 '../components/autofill/content/renderer/test_password_generation_agent. h', 529 '../components/autofill/content/renderer/test_password_generation_agent. h',
530 # TODO(tfarina): Move these entries over to extensions_unittests target. 530 # TODO(tfarina): Move these entries over to extensions_unittests target.
531 # http://crbug.com/348066. They are duplicated here because we haven't 531 # http://crbug.com/348066. They are duplicated here because we haven't
532 # extensions_unittests running in the bots yet. Until that happens, 532 # extensions_unittests running in the bots yet. Until that happens,
533 # they should be kept here. 533 # they should be kept here.
534 '../extensions/browser/api/bluetooth/bluetooth_event_router_unittest.cc' ,
535 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc', 534 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc',
536 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc', 535 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc',
537 '../extensions/browser/api/cast_channel/logger_unittest.cc', 536 '../extensions/browser/api/cast_channel/logger_unittest.cc',
538 '../extensions/browser/api/power/power_api_unittest.cc', 537 '../extensions/browser/api/power/power_api_unittest.cc',
539 '../extensions/browser/app_window/app_window_geometry_cache_unittest.cc' , 538 '../extensions/browser/app_window/app_window_geometry_cache_unittest.cc' ,
540 '../extensions/browser/error_map_unittest.cc', 539 '../extensions/browser/error_map_unittest.cc',
541 '../extensions/browser/extension_error_test_util.cc', 540 '../extensions/browser/extension_error_test_util.cc',
542 '../extensions/browser/extension_error_test_util.h', 541 '../extensions/browser/extension_error_test_util.h',
543 '../extensions/browser/extension_icon_image_unittest.cc', 542 '../extensions/browser/extension_icon_image_unittest.cc',
544 '../extensions/browser/extension_protocols_unittest.cc', 543 '../extensions/browser/extension_protocols_unittest.cc',
(...skipping 1959 matching lines...) Expand 10 before | Expand all | Expand 10 after
2504 'sources!': [ 2503 'sources!': [
2505 'app/chrome_dll.rc', 2504 'app/chrome_dll.rc',
2506 'browser/search_engines/template_url_scraper_unittest.cc', 2505 'browser/search_engines/template_url_scraper_unittest.cc',
2507 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 2506 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
2508 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 2507 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
2509 'test/data/resource.rc', 2508 'test/data/resource.rc',
2510 '../skia/ext/vector_canvas_unittest.cc', 2509 '../skia/ext/vector_canvas_unittest.cc',
2511 ], 2510 ],
2512 }], 2511 }],
2513 ['OS!="android" and OS!="ios"', { 2512 ['OS!="android" and OS!="ios"', {
2514 'dependencies': [
2515 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2516 ],
2517 'sources!': [ 2513 'sources!': [
2518 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc', 2514 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc',
2519 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc', 2515 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc',
2520 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h', 2516 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h',
2521 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' , 2517 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' ,
2522 ], 2518 ],
2523 }], 2519 }],
2524 ['OS=="android"', { 2520 ['OS=="android"', {
2525 'dependencies!': [ 2521 'dependencies!': [
2526 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2522 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
2864 'dependencies': [ 2860 'dependencies': [
2865 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2861 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2866 ], 2862 ],
2867 }], 2863 }],
2868 ], 2864 ],
2869 }, 2865 },
2870 ], 2866 ],
2871 }], 2867 }],
2872 ], # 'conditions' 2868 ], # 'conditions'
2873 } 2869 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698