| 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 # GN version: //ios/web:ios_web_unittests | 10 # GN version: //ios/web:ios_web_unittests |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'web_state/js/page_script_util_unittest.mm', | 69 'web_state/js/page_script_util_unittest.mm', |
| 70 'web_state/ui/crw_static_file_web_view_unittest.mm', | 70 'web_state/ui/crw_static_file_web_view_unittest.mm', |
| 71 'web_state/ui/crw_web_controller_container_view_unittest.mm', | 71 'web_state/ui/crw_web_controller_container_view_unittest.mm', |
| 72 'web_state/ui/crw_web_controller_observer_unittest.mm', | 72 'web_state/ui/crw_web_controller_observer_unittest.mm', |
| 73 'web_state/ui/crw_web_controller_unittest.mm', | 73 'web_state/ui/crw_web_controller_unittest.mm', |
| 74 'web_state/ui/crw_wk_script_message_router_unittest.mm', | 74 'web_state/ui/crw_wk_script_message_router_unittest.mm', |
| 75 'web_state/ui/web_view_js_utils_unittest.mm', | 75 'web_state/ui/web_view_js_utils_unittest.mm', |
| 76 'web_state/ui/wk_back_forward_list_item_holder_unittest.mm', | 76 'web_state/ui/wk_back_forward_list_item_holder_unittest.mm', |
| 77 'web_state/ui/wk_web_view_configuration_provider_unittest.mm', | 77 'web_state/ui/wk_web_view_configuration_provider_unittest.mm', |
| 78 'web_state/web_state_impl_unittest.mm', | 78 'web_state/web_state_impl_unittest.mm', |
| 79 'web_state/web_state_delegate_bridge_unittest.mm', |
| 80 "web_state/web_state_delegate_stub.h", |
| 81 "web_state/web_state_delegate_stub.mm", |
| 79 'web_state/web_view_internal_creation_util_unittest.mm', | 82 'web_state/web_view_internal_creation_util_unittest.mm', |
| 80 'web_state/wk_web_view_security_util_unittest.mm', | 83 'web_state/wk_web_view_security_util_unittest.mm', |
| 81 'web_view_counter_impl_unittest.mm', | 84 'web_view_counter_impl_unittest.mm', |
| 82 'webui/crw_web_ui_manager_unittest.mm', | 85 'webui/crw_web_ui_manager_unittest.mm', |
| 83 'webui/crw_web_ui_page_builder_unittest.mm', | 86 'webui/crw_web_ui_page_builder_unittest.mm', |
| 84 'webui/url_fetcher_block_adapter_unittest.mm', | 87 'webui/url_fetcher_block_adapter_unittest.mm', |
| 85 ], | 88 ], |
| 86 'actions': [ | 89 'actions': [ |
| 87 { | 90 { |
| 88 'action_name': 'copy_test_data', | 91 'action_name': 'copy_test_data', |
| 89 'variables': { | 92 'variables': { |
| 90 'test_data_files': [ | 93 'test_data_files': [ |
| 91 '../../net/data/ssl/certificates/', | 94 '../../net/data/ssl/certificates/', |
| 92 'test/data/chrome.html', | 95 'test/data/chrome.html', |
| 93 'test/data/testbadpass.pkpass', | 96 'test/data/testbadpass.pkpass', |
| 94 'test/data/testfavicon.png', | 97 'test/data/testfavicon.png', |
| 95 'test/data/testpass.pkpass', | 98 'test/data/testpass.pkpass', |
| 96 ], | 99 ], |
| 97 'test_data_prefix': 'ios/web', | 100 'test_data_prefix': 'ios/web', |
| 98 }, | 101 }, |
| 99 'includes': [ '../../build/copy_test_data_ios.gypi' ], | 102 'includes': [ '../../build/copy_test_data_ios.gypi' ], |
| 100 }, | 103 }, |
| 101 ], | 104 ], |
| 102 }, | 105 }, |
| 103 ], | 106 ], |
| 104 } | 107 } |
| OLD | NEW |