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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 'web_state/ui/crw_web_controller_observer_unittest.mm', | 61 'web_state/ui/crw_web_controller_observer_unittest.mm', |
62 'web_state/ui/crw_web_controller_unittest.mm', | 62 'web_state/ui/crw_web_controller_unittest.mm', |
63 'web_state/ui/crw_web_controller_container_view_unittest.mm', | 63 'web_state/ui/crw_web_controller_container_view_unittest.mm', |
64 'web_state/ui/crw_wk_simple_web_view_controller_unittest.mm', | 64 'web_state/ui/crw_wk_simple_web_view_controller_unittest.mm', |
65 'web_state/ui/crw_wk_web_view_crash_detector_unittest.mm', | 65 'web_state/ui/crw_wk_web_view_crash_detector_unittest.mm', |
66 'web_state/ui/web_view_js_utils_unittest.mm', | 66 'web_state/ui/web_view_js_utils_unittest.mm', |
67 'web_state/ui/wk_web_view_configuration_provider_unittest.mm', | 67 'web_state/ui/wk_web_view_configuration_provider_unittest.mm', |
68 'web_state/web_state_impl_unittest.mm', | 68 'web_state/web_state_impl_unittest.mm', |
69 'web_state/web_view_creation_utils_unittest.mm', | 69 'web_state/web_view_creation_utils_unittest.mm', |
70 'web_state/wk_web_view_ssl_error_util_unittest.mm', | 70 'web_state/wk_web_view_ssl_error_util_unittest.mm', |
| 71 'webui/crw_web_ui_manager_unittest.mm', |
71 'webui/crw_web_ui_page_builder_unittest.mm', | 72 'webui/crw_web_ui_page_builder_unittest.mm', |
72 'webui/url_fetcher_block_adapter_unittest.mm', | 73 'webui/url_fetcher_block_adapter_unittest.mm', |
73 ], | 74 ], |
74 'actions': [ | 75 'actions': [ |
75 { | 76 { |
76 'action_name': 'copy_test_data', | 77 'action_name': 'copy_test_data', |
77 'variables': { | 78 'variables': { |
78 'test_data_files': [ | 79 'test_data_files': [ |
79 'test/data/chrome.html', | 80 'test/data/chrome.html', |
80 'test/data/testbadpass.pkpass', | 81 'test/data/testbadpass.pkpass', |
81 'test/data/testfavicon.png', | 82 'test/data/testfavicon.png', |
82 'test/data/testpass.pkpass', | 83 'test/data/testpass.pkpass', |
83 ], | 84 ], |
84 'test_data_prefix': 'ios/web', | 85 'test_data_prefix': 'ios/web', |
85 }, | 86 }, |
86 'includes': [ '../../build/copy_test_data_ios.gypi' ], | 87 'includes': [ '../../build/copy_test_data_ios.gypi' ], |
87 }, | 88 }, |
88 ], | 89 ], |
89 }, | 90 }, |
90 ], | 91 ], |
91 } | 92 } |
OLD | NEW |