| 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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 'browser/chromeos/input_method/input_method_descriptor_unittest.cc', | 571 'browser/chromeos/input_method/input_method_descriptor_unittest.cc', |
| 572 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc', | 572 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc', |
| 573 'browser/chromeos/input_method/input_method_persistence_unittest.cc', | 573 'browser/chromeos/input_method/input_method_persistence_unittest.cc', |
| 574 'browser/chromeos/input_method/input_method_property_unittest.cc', | 574 'browser/chromeos/input_method/input_method_property_unittest.cc', |
| 575 'browser/chromeos/input_method/input_method_util_unittest.cc', | 575 'browser/chromeos/input_method/input_method_util_unittest.cc', |
| 576 'browser/chromeos/input_method/input_method_whitelist_unittest.cc', | 576 'browser/chromeos/input_method/input_method_whitelist_unittest.cc', |
| 577 'browser/chromeos/input_method/xkeyboard_unittest.cc', | 577 'browser/chromeos/input_method/xkeyboard_unittest.cc', |
| 578 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', | 578 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', |
| 579 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', | 579 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', |
| 580 'browser/chromeos/language_preferences_unittest.cc', | 580 'browser/chromeos/language_preferences_unittest.cc', |
| 581 'browser/chromeos/login/merge_session_load_page_unittest.cc', | |
| 582 'browser/chromeos/login/mock_auth_attempt_state_resolver.cc', | 581 'browser/chromeos/login/mock_auth_attempt_state_resolver.cc', |
| 583 'browser/chromeos/login/mock_auth_attempt_state_resolver.h', | 582 'browser/chromeos/login/mock_auth_attempt_state_resolver.h', |
| 584 'browser/chromeos/login/online_attempt_unittest.cc', | 583 'browser/chromeos/login/online_attempt_unittest.cc', |
| 585 'browser/chromeos/login/parallel_authenticator_unittest.cc', | 584 'browser/chromeos/login/parallel_authenticator_unittest.cc', |
| 586 'browser/chromeos/login/user_manager_unittest.cc', | 585 'browser/chromeos/login/user_manager_unittest.cc', |
| 587 'browser/chromeos/memory/oom_priority_manager_unittest.cc', | 586 'browser/chromeos/memory/oom_priority_manager_unittest.cc', |
| 588 'browser/chromeos/mobile/mobile_activator_unittest.cc', | 587 'browser/chromeos/mobile/mobile_activator_unittest.cc', |
| 589 'browser/chromeos/mobile_config_unittest.cc', | 588 'browser/chromeos/mobile_config_unittest.cc', |
| 590 'browser/chromeos/net/network_portal_detector_unittest.cc', | 589 'browser/chromeos/net/network_portal_detector_unittest.cc', |
| 591 'browser/chromeos/offline/offline_load_page_unittest.cc', | 590 'browser/chromeos/offline/offline_load_page_unittest.cc', |
| (...skipping 1712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2304 'unit_tests.isolate', | 2303 'unit_tests.isolate', |
| 2305 ], | 2304 ], |
| 2306 'sources': [ | 2305 'sources': [ |
| 2307 'unit_tests.isolate', | 2306 'unit_tests.isolate', |
| 2308 ], | 2307 ], |
| 2309 }, | 2308 }, |
| 2310 ], | 2309 ], |
| 2311 }], | 2310 }], |
| 2312 ], # 'conditions' | 2311 ], # 'conditions' |
| 2313 } | 2312 } |
| OLD | NEW |