OLD | NEW |
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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 '../apps/app_window_geometry_cache_unittest.cc', | 534 '../apps/app_window_geometry_cache_unittest.cc', |
535 '../apps/saved_files_service_unittest.cc', | 535 '../apps/saved_files_service_unittest.cc', |
536 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', | 536 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', |
537 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, | 537 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, |
538 '../components/autofill/content/renderer/test_password_generation_agent.
cc', | 538 '../components/autofill/content/renderer/test_password_generation_agent.
cc', |
539 '../components/autofill/content/renderer/test_password_generation_agent.
h', | 539 '../components/autofill/content/renderer/test_password_generation_agent.
h', |
540 # TODO(tfarina): Move these entries over to extensions_unittests target. | 540 # TODO(tfarina): Move these entries over to extensions_unittests target. |
541 # http://crbug.com/348066. They are duplicated here because we haven't | 541 # http://crbug.com/348066. They are duplicated here because we haven't |
542 # extensions_unittests running in the bots yet. Until that happens, | 542 # extensions_unittests running in the bots yet. Until that happens, |
543 # they should be kept here. | 543 # they should be kept here. |
544 '../extensions/browser/api/api_resource_manager_unittest.cc', | |
545 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc', | 544 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc', |
546 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc', | 545 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc', |
547 '../extensions/browser/api/power/power_api_unittest.cc', | 546 '../extensions/browser/api/power/power_api_unittest.cc', |
548 '../extensions/browser/api/storage/settings_quota_unittest.cc', | 547 '../extensions/browser/api/storage/settings_quota_unittest.cc', |
549 '../extensions/browser/api/storage/settings_test_util.cc', | 548 '../extensions/browser/api/storage/settings_test_util.cc', |
550 '../extensions/browser/api/storage/settings_test_util.h', | 549 '../extensions/browser/api/storage/settings_test_util.h', |
551 '../extensions/browser/api/storage/storage_api_unittest.cc', | 550 '../extensions/browser/api/storage/storage_api_unittest.cc', |
552 '../extensions/browser/api/storage/storage_frontend_unittest.cc', | 551 '../extensions/browser/api/storage/storage_frontend_unittest.cc', |
553 '../extensions/browser/error_map_unittest.cc', | 552 '../extensions/browser/error_map_unittest.cc', |
554 '../extensions/browser/extension_error_test_util.cc', | 553 '../extensions/browser/extension_error_test_util.cc', |
(...skipping 2338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2893 'dependencies': [ | 2892 'dependencies': [ |
2894 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2893 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2895 ], | 2894 ], |
2896 }], | 2895 }], |
2897 ], | 2896 ], |
2898 }, | 2897 }, |
2899 ], | 2898 ], |
2900 }], | 2899 }], |
2901 ], # 'conditions' | 2900 ], # 'conditions' |
2902 } | 2901 } |
OLD | NEW |