| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'web_view_counter_impl_unittest.mm', | 78 'web_view_counter_impl_unittest.mm', |
| 79 'webui/crw_web_ui_manager_unittest.mm', | 79 'webui/crw_web_ui_manager_unittest.mm', |
| 80 'webui/crw_web_ui_page_builder_unittest.mm', | 80 'webui/crw_web_ui_page_builder_unittest.mm', |
| 81 'webui/url_fetcher_block_adapter_unittest.mm', | 81 'webui/url_fetcher_block_adapter_unittest.mm', |
| 82 ], | 82 ], |
| 83 'actions': [ | 83 'actions': [ |
| 84 { | 84 { |
| 85 'action_name': 'copy_test_data', | 85 'action_name': 'copy_test_data', |
| 86 'variables': { | 86 'variables': { |
| 87 'test_data_files': [ | 87 'test_data_files': [ |
| 88 '../../net/data/ssl/certificates/', |
| 88 'test/data/chrome.html', | 89 'test/data/chrome.html', |
| 89 'test/data/testbadpass.pkpass', | 90 'test/data/testbadpass.pkpass', |
| 90 'test/data/testfavicon.png', | 91 'test/data/testfavicon.png', |
| 91 'test/data/testpass.pkpass', | 92 'test/data/testpass.pkpass', |
| 92 ], | 93 ], |
| 93 'test_data_prefix': 'ios/web', | 94 'test_data_prefix': 'ios/web', |
| 94 }, | 95 }, |
| 95 'includes': [ '../../build/copy_test_data_ios.gypi' ], | 96 'includes': [ '../../build/copy_test_data_ios.gypi' ], |
| 96 }, | 97 }, |
| 97 ], | 98 ], |
| 98 }, | 99 }, |
| 99 ], | 100 ], |
| 100 } | 101 } |
| OLD | NEW |