| 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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 606 'browser/chromeos/settings/owner_key_util_unittest.cc', | 606 'browser/chromeos/settings/owner_key_util_unittest.cc', |
| 607 'browser/chromeos/settings/session_manager_operation_unittest.cc', | 607 'browser/chromeos/settings/session_manager_operation_unittest.cc', |
| 608 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', | 608 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', |
| 609 'browser/chromeos/status/network_menu_icon.cc', | 609 'browser/chromeos/status/network_menu_icon.cc', |
| 610 'browser/chromeos/status/network_menu_icon_unittest.cc', | 610 'browser/chromeos/status/network_menu_icon_unittest.cc', |
| 611 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', | 611 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', |
| 612 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', | 612 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', |
| 613 'browser/chromeos/version_loader_unittest.cc', | 613 'browser/chromeos/version_loader_unittest.cc', |
| 614 'browser/chromeos/web_socket_proxy_helper_unittest.cc', | 614 'browser/chromeos/web_socket_proxy_helper_unittest.cc', |
| 615 'browser/command_updater_unittest.cc', | 615 'browser/command_updater_unittest.cc', |
| 616 'browser/component_updater/component_updater_interceptor.cc', | |
| 617 'browser/component_updater/component_updater_interceptor.h', | |
| 618 'browser/component_updater/test/component_installers_unittest.cc', | 616 'browser/component_updater/test/component_installers_unittest.cc', |
| 619 'browser/component_updater/test/component_updater_service_unittest.cc', | 617 'browser/component_updater/test/component_updater_service_unittest.cc', |
| 620 'browser/content_settings/content_settings_default_provider_unittest.cc'
, | 618 'browser/content_settings/content_settings_default_provider_unittest.cc'
, |
| 621 'browser/content_settings/content_settings_mock_observer.cc', | 619 'browser/content_settings/content_settings_mock_observer.cc', |
| 622 'browser/content_settings/content_settings_mock_observer.h', | 620 'browser/content_settings/content_settings_mock_observer.h', |
| 623 'browser/content_settings/content_settings_mock_provider.cc', | 621 'browser/content_settings/content_settings_mock_provider.cc', |
| 624 'browser/content_settings/content_settings_mock_provider.h', | 622 'browser/content_settings/content_settings_mock_provider.h', |
| 625 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', | 623 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', |
| 626 'browser/content_settings/content_settings_policy_provider_unittest.cc', | 624 'browser/content_settings/content_settings_policy_provider_unittest.cc', |
| 627 'browser/content_settings/content_settings_pref_provider_unittest.cc', | 625 'browser/content_settings/content_settings_pref_provider_unittest.cc', |
| (...skipping 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2314 'unit_tests.isolate', | 2312 'unit_tests.isolate', |
| 2315 ], | 2313 ], |
| 2316 'sources': [ | 2314 'sources': [ |
| 2317 'unit_tests.isolate', | 2315 'unit_tests.isolate', |
| 2318 ], | 2316 ], |
| 2319 }, | 2317 }, |
| 2320 ], | 2318 ], |
| 2321 }], | 2319 }], |
| 2322 ], # 'conditions' | 2320 ], # 'conditions' |
| 2323 } | 2321 } |
| OLD | NEW |