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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'url_util_unittest.cc', | 56 'url_util_unittest.cc', |
57 'weak_nsobject_counter_unittest.mm', | 57 'weak_nsobject_counter_unittest.mm', |
58 'web_state/crw_pass_kit_downloader_unittest.mm', | 58 'web_state/crw_pass_kit_downloader_unittest.mm', |
59 'web_state/crw_web_view_scroll_view_proxy_unittest.mm', | 59 'web_state/crw_web_view_scroll_view_proxy_unittest.mm', |
60 'web_state/js/common_js_unittest.mm', | 60 'web_state/js/common_js_unittest.mm', |
61 'web_state/js/core_js_unittest.mm', | 61 'web_state/js/core_js_unittest.mm', |
62 'web_state/js/credential_util_unittest.mm', | 62 'web_state/js/credential_util_unittest.mm', |
63 'web_state/js/crw_js_early_script_manager_unittest.mm', | 63 'web_state/js/crw_js_early_script_manager_unittest.mm', |
64 'web_state/js/crw_js_injection_manager_unittest.mm', | 64 'web_state/js/crw_js_injection_manager_unittest.mm', |
65 'web_state/js/crw_js_invoke_parameter_queue_unittest.mm', | 65 'web_state/js/crw_js_invoke_parameter_queue_unittest.mm', |
| 66 'web_state/js/crw_js_post_request_loader_unittest.mm', |
66 'web_state/js/crw_js_window_id_manager_unittest.mm', | 67 'web_state/js/crw_js_window_id_manager_unittest.mm', |
67 'web_state/js/page_script_util_unittest.mm', | 68 'web_state/js/page_script_util_unittest.mm', |
68 'web_state/ui/crw_static_file_web_view_unittest.mm', | 69 'web_state/ui/crw_static_file_web_view_unittest.mm', |
69 'web_state/ui/crw_ui_simple_web_view_controller_unittest.mm', | 70 'web_state/ui/crw_ui_simple_web_view_controller_unittest.mm', |
70 'web_state/ui/crw_web_controller_container_view_unittest.mm', | 71 'web_state/ui/crw_web_controller_container_view_unittest.mm', |
71 'web_state/ui/crw_web_controller_observer_unittest.mm', | 72 'web_state/ui/crw_web_controller_observer_unittest.mm', |
72 'web_state/ui/crw_web_controller_unittest.mm', | 73 'web_state/ui/crw_web_controller_unittest.mm', |
73 'web_state/ui/crw_wk_script_message_router_unittest.mm', | 74 'web_state/ui/crw_wk_script_message_router_unittest.mm', |
74 'web_state/ui/crw_wk_simple_web_view_controller_unittest.mm', | 75 'web_state/ui/crw_wk_simple_web_view_controller_unittest.mm', |
75 'web_state/ui/crw_wk_web_view_crash_detector_unittest.mm', | 76 'web_state/ui/crw_wk_web_view_crash_detector_unittest.mm', |
(...skipping 20 matching lines...) Expand all Loading... |
96 'test/data/testpass.pkpass', | 97 'test/data/testpass.pkpass', |
97 ], | 98 ], |
98 'test_data_prefix': 'ios/web', | 99 'test_data_prefix': 'ios/web', |
99 }, | 100 }, |
100 'includes': [ '../../build/copy_test_data_ios.gypi' ], | 101 'includes': [ '../../build/copy_test_data_ios.gypi' ], |
101 }, | 102 }, |
102 ], | 103 ], |
103 }, | 104 }, |
104 ], | 105 ], |
105 } | 106 } |
OLD | NEW |