| 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 'browser/chromeos/settings/owner_key_util_unittest.cc', | 599 'browser/chromeos/settings/owner_key_util_unittest.cc', |
| 600 'browser/chromeos/settings/session_manager_operation_unittest.cc', | 600 'browser/chromeos/settings/session_manager_operation_unittest.cc', |
| 601 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', | 601 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', |
| 602 'browser/chromeos/status/network_menu_icon.cc', | 602 'browser/chromeos/status/network_menu_icon.cc', |
| 603 'browser/chromeos/status/network_menu_icon_unittest.cc', | 603 'browser/chromeos/status/network_menu_icon_unittest.cc', |
| 604 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', | 604 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', |
| 605 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', | 605 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', |
| 606 'browser/chromeos/version_loader_unittest.cc', | 606 'browser/chromeos/version_loader_unittest.cc', |
| 607 'browser/chromeos/web_socket_proxy_helper_unittest.cc', | 607 'browser/chromeos/web_socket_proxy_helper_unittest.cc', |
| 608 'browser/command_updater_unittest.cc', | 608 'browser/command_updater_unittest.cc', |
| 609 'browser/component_updater/component_updater_interceptor.cc', | |
| 610 'browser/component_updater/component_updater_interceptor.h', | |
| 611 'browser/component_updater/test/component_installers_unittest.cc', | 609 'browser/component_updater/test/component_installers_unittest.cc', |
| 612 'browser/component_updater/test/component_updater_service_unittest.cc', | 610 'browser/component_updater/test/component_updater_service_unittest.cc', |
| 613 'browser/content_settings/content_settings_default_provider_unittest.cc'
, | 611 'browser/content_settings/content_settings_default_provider_unittest.cc'
, |
| 614 'browser/content_settings/content_settings_mock_observer.cc', | 612 'browser/content_settings/content_settings_mock_observer.cc', |
| 615 'browser/content_settings/content_settings_mock_observer.h', | 613 'browser/content_settings/content_settings_mock_observer.h', |
| 616 'browser/content_settings/content_settings_mock_provider.cc', | 614 'browser/content_settings/content_settings_mock_provider.cc', |
| 617 'browser/content_settings/content_settings_mock_provider.h', | 615 'browser/content_settings/content_settings_mock_provider.h', |
| 618 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', | 616 'browser/content_settings/content_settings_origin_identifier_value_map_u
nittest.cc', |
| 619 'browser/content_settings/content_settings_policy_provider_unittest.cc', | 617 'browser/content_settings/content_settings_policy_provider_unittest.cc', |
| 620 'browser/content_settings/content_settings_pref_provider_unittest.cc', | 618 'browser/content_settings/content_settings_pref_provider_unittest.cc', |
| (...skipping 1683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2304 'unit_tests.isolate', | 2302 'unit_tests.isolate', |
| 2305 ], | 2303 ], |
| 2306 'sources': [ | 2304 'sources': [ |
| 2307 'unit_tests.isolate', | 2305 'unit_tests.isolate', |
| 2308 ], | 2306 ], |
| 2309 }, | 2307 }, |
| 2310 ], | 2308 ], |
| 2311 }], | 2309 }], |
| 2312 ], # 'conditions' | 2310 ], # 'conditions' |
| 2313 } | 2311 } |
| OLD | NEW |