Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/chrome:ios_chrome_unittests | 10 # GN version: //ios/chrome:ios_chrome_unittests |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 62 'browser/net/retryable_url_fetcher_unittest.mm', | 62 'browser/net/retryable_url_fetcher_unittest.mm', |
| 63 'browser/notification_promo_unittest.cc', | 63 'browser/notification_promo_unittest.cc', |
| 64 'browser/passwords/password_controller_unittest.mm', | 64 'browser/passwords/password_controller_unittest.mm', |
| 65 'browser/reading_list/reading_list_entry_unittest.cc', | 65 'browser/reading_list/reading_list_entry_unittest.cc', |
| 66 'browser/reading_list/reading_list_model_unittest.cc', | 66 'browser/reading_list/reading_list_model_unittest.cc', |
| 67 'browser/signin/chrome_identity_service_observer_bridge_unittest.mm', | 67 'browser/signin/chrome_identity_service_observer_bridge_unittest.mm', |
| 68 'browser/signin/gaia_auth_fetcher_ios_unittest.mm', | 68 'browser/signin/gaia_auth_fetcher_ios_unittest.mm', |
| 69 'browser/snapshots/lru_cache_unittest.mm', | 69 'browser/snapshots/lru_cache_unittest.mm', |
| 70 'browser/snapshots/snapshot_cache_unittest.mm', | 70 'browser/snapshots/snapshot_cache_unittest.mm', |
| 71 'browser/snapshots/snapshots_util_unittest.mm', | 71 'browser/snapshots/snapshots_util_unittest.mm', |
| 72 'browser/ssl/ios_ssl_error_handler_unittest.mm', | |
| 72 'browser/translate/translate_service_ios_unittest.cc', | 73 'browser/translate/translate_service_ios_unittest.cc', |
| 73 'browser/ui/commands/set_up_for_testing_command_unittest.mm', | 74 'browser/ui/commands/set_up_for_testing_command_unittest.mm', |
| 74 'browser/ui/context_menu/context_menu_coordinator_unittest.mm', | 75 'browser/ui/context_menu/context_menu_coordinator_unittest.mm', |
| 75 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm', | 76 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm', |
| 76 'browser/ui/keyboard/hardware_keyboard_watcher_unittest.mm', | 77 'browser/ui/keyboard/hardware_keyboard_watcher_unittest.mm', |
| 77 'browser/ui/native_content_controller_unittest.mm', | 78 'browser/ui/native_content_controller_unittest.mm', |
| 78 'browser/ui/ui_util_unittest.mm', | 79 'browser/ui/ui_util_unittest.mm', |
| 79 'browser/ui/uikit_ui_util_unittest.mm', | 80 'browser/ui/uikit_ui_util_unittest.mm', |
| 80 'browser/update_client/ios_chrome_update_query_params_delegate_unittest. cc', | 81 'browser/update_client/ios_chrome_update_query_params_delegate_unittest. cc', |
| 81 'browser/web_resource/web_resource_util_unittest.cc', | 82 'browser/web_resource/web_resource_util_unittest.cc', |
| 82 'common/string_util_unittest.mm', | 83 'common/string_util_unittest.mm', |
| 83 ], | 84 ], |
| 84 'actions': [ | 85 'actions': [ |
| 85 { | 86 { |
| 86 'action_name': 'copy_ios_chrome_test_data', | 87 'action_name': 'copy_ios_chrome_test_data', |
| 87 'variables': { | 88 'variables': { |
| 88 'test_data_files': [ | 89 'test_data_files': [ |
| 90 '../../net/data/ssl/certificates/', | |
|
Eugene But (OOO till 7-30)
2016/06/29 16:56:41
Sylvain, do you know how to add this in gn build?
sdefresne
2016/06/29 17:10:03
Any application that depends on //net:test_support
Eugene But (OOO till 7-30)
2016/06/29 17:44:38
Thanks! It's already in gn bundle. I guess the ans
| |
| 89 'test/data/webdata/bookmarkimages', | 91 'test/data/webdata/bookmarkimages', |
| 90 ], | 92 ], |
| 91 'test_data_prefix': 'ios/chrome', | 93 'test_data_prefix': 'ios/chrome', |
| 92 }, | 94 }, |
| 93 'includes': [ '../../build/copy_test_data_ios.gypi' ] | 95 'includes': [ '../../build/copy_test_data_ios.gypi' ] |
| 94 }, | 96 }, |
| 95 ], | 97 ], |
| 96 'includes': ['ios_chrome_resources_bundle.gypi'], | 98 'includes': ['ios_chrome_resources_bundle.gypi'], |
| 97 }, | 99 }, |
| 98 { | 100 { |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 145 'test/ios_chrome_scoped_testing_local_state.h', | 147 'test/ios_chrome_scoped_testing_local_state.h', |
| 146 'test/ios_chrome_unit_test_suite.h', | 148 'test/ios_chrome_unit_test_suite.h', |
| 147 'test/ios_chrome_unit_test_suite.mm', | 149 'test/ios_chrome_unit_test_suite.mm', |
| 148 'test/run_all_unittests.cc', | 150 'test/run_all_unittests.cc', |
| 149 'test/testing_application_context.h', | 151 'test/testing_application_context.h', |
| 150 'test/testing_application_context.mm', | 152 'test/testing_application_context.mm', |
| 151 ], | 153 ], |
| 152 }, | 154 }, |
| 153 ], | 155 ], |
| 154 } | 156 } |
| OLD | NEW |