| 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 # extensions_unittests running in the bots yet. Until that happens, | 534 # extensions_unittests running in the bots yet. Until that happens, |
| 535 # they should be kept here. | 535 # they should be kept here. |
| 536 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc', | 536 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc', |
| 537 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc', | 537 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc', |
| 538 '../extensions/browser/api/cast_channel/logger_unittest.cc', | 538 '../extensions/browser/api/cast_channel/logger_unittest.cc', |
| 539 '../extensions/browser/api/power/power_api_unittest.cc', | 539 '../extensions/browser/api/power/power_api_unittest.cc', |
| 540 '../extensions/browser/app_window/app_window_geometry_cache_unittest.cc'
, | 540 '../extensions/browser/app_window/app_window_geometry_cache_unittest.cc'
, |
| 541 '../extensions/browser/error_map_unittest.cc', | 541 '../extensions/browser/error_map_unittest.cc', |
| 542 '../extensions/browser/extension_error_test_util.cc', | 542 '../extensions/browser/extension_error_test_util.cc', |
| 543 '../extensions/browser/extension_error_test_util.h', | 543 '../extensions/browser/extension_error_test_util.h', |
| 544 '../extensions/browser/extension_icon_image_unittest.cc', | |
| 545 '../extensions/common/extension_l10n_util_unittest.cc', | 544 '../extensions/common/extension_l10n_util_unittest.cc', |
| 546 '../extensions/common/features/base_feature_provider_unittest.cc', | 545 '../extensions/common/features/base_feature_provider_unittest.cc', |
| 547 '../extensions/common/features/complex_feature_unittest.cc', | 546 '../extensions/common/features/complex_feature_unittest.cc', |
| 548 '../extensions/common/features/simple_feature_unittest.cc', | 547 '../extensions/common/features/simple_feature_unittest.cc', |
| 549 '../extensions/common/file_util_unittest.cc', | 548 '../extensions/common/file_util_unittest.cc', |
| 550 '../extensions/common/manifest_handlers/externally_connectable_unittest.
cc', | 549 '../extensions/common/manifest_handlers/externally_connectable_unittest.
cc', |
| 551 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c
c', | 550 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c
c', |
| 552 '../extensions/common/manifest_handlers/shared_module_manifest_unittest.
cc', | 551 '../extensions/common/manifest_handlers/shared_module_manifest_unittest.
cc', |
| 553 '../extensions/common/permissions/api_permission_set_unittest.cc', | 552 '../extensions/common/permissions/api_permission_set_unittest.cc', |
| 554 '../extensions/common/permissions/permissions_data_unittest.cc', | 553 '../extensions/common/permissions/permissions_data_unittest.cc', |
| (...skipping 2307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2862 'dependencies': [ | 2861 'dependencies': [ |
| 2863 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2862 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2864 ], | 2863 ], |
| 2865 }], | 2864 }], |
| 2866 ], | 2865 ], |
| 2867 }, | 2866 }, |
| 2868 ], | 2867 ], |
| 2869 }], | 2868 }], |
| 2870 ], # 'conditions' | 2869 ], # 'conditions' |
| 2871 } | 2870 } |
| OLD | NEW |