| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'ios_web_unittests', | 10 'target_name': 'ios_web_unittests', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 'browser_state_unittest.cc', | 27 'browser_state_unittest.cc', |
| 28 'browsing_data_partition_impl_unittest.mm', | 28 'browsing_data_partition_impl_unittest.mm', |
| 29 'crw_browsing_data_store_unittest.mm', | 29 'crw_browsing_data_store_unittest.mm', |
| 30 'crw_network_activity_indicator_manager_unittest.mm', | 30 'crw_network_activity_indicator_manager_unittest.mm', |
| 31 'history_state_util_unittest.mm', | 31 'history_state_util_unittest.mm', |
| 32 'navigation/crw_session_controller_unittest.mm', | 32 'navigation/crw_session_controller_unittest.mm', |
| 33 'navigation/crw_session_entry_unittest.mm', | 33 'navigation/crw_session_entry_unittest.mm', |
| 34 'navigation/navigation_item_impl_unittest.mm', | 34 'navigation/navigation_item_impl_unittest.mm', |
| 35 'navigation/navigation_manager_impl_unittest.mm', | 35 'navigation/navigation_manager_impl_unittest.mm', |
| 36 'navigation/nscoder_util_unittest.mm', | 36 'navigation/nscoder_util_unittest.mm', |
| 37 'net/cert_host_pair_unittest.cc', |
| 37 'net/cert_policy_unittest.cc', | 38 'net/cert_policy_unittest.cc', |
| 38 'net/cert_verifier_block_adapter_unittest.cc', | 39 'net/cert_verifier_block_adapter_unittest.cc', |
| 39 'net/clients/crw_csp_network_client_unittest.mm', | 40 'net/clients/crw_csp_network_client_unittest.mm', |
| 40 'net/clients/crw_js_injection_network_client_unittest.mm', | 41 'net/clients/crw_js_injection_network_client_unittest.mm', |
| 41 'net/clients/crw_passkit_network_client_unittest.mm', | 42 'net/clients/crw_passkit_network_client_unittest.mm', |
| 42 'net/crw_cert_policy_cache_unittest.mm', | |
| 43 'net/crw_cert_verification_controller_unittest.mm', | 43 'net/crw_cert_verification_controller_unittest.mm', |
| 44 'net/crw_url_verifying_protocol_handler_unittest.mm', | 44 'net/crw_url_verifying_protocol_handler_unittest.mm', |
| 45 'net/request_group_util_unittest.mm', | 45 'net/request_group_util_unittest.mm', |
| 46 'net/request_tracker_impl_unittest.mm', | 46 'net/request_tracker_impl_unittest.mm', |
| 47 'net/web_http_protocol_handler_delegate_unittest.mm', | 47 'net/web_http_protocol_handler_delegate_unittest.mm', |
| 48 'public/referrer_util_unittest.cc', | 48 'public/referrer_util_unittest.cc', |
| 49 'public/test/http_server_unittest.mm', | 49 'public/test/http_server_unittest.mm', |
| 50 'string_util_unittest.cc', | 50 'string_util_unittest.cc', |
| 51 'test/crw_fake_web_controller_observer_unittest.mm', | 51 'test/crw_fake_web_controller_observer_unittest.mm', |
| 52 'test/run_all_unittests.cc', | 52 'test/run_all_unittests.cc', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'test/data/testpass.pkpass', | 94 'test/data/testpass.pkpass', |
| 95 ], | 95 ], |
| 96 'test_data_prefix': 'ios/web', | 96 'test_data_prefix': 'ios/web', |
| 97 }, | 97 }, |
| 98 'includes': [ '../../build/copy_test_data_ios.gypi' ], | 98 'includes': [ '../../build/copy_test_data_ios.gypi' ], |
| 99 }, | 99 }, |
| 100 ], | 100 ], |
| 101 }, | 101 }, |
| 102 ], | 102 ], |
| 103 } | 103 } |
| OLD | NEW |