| 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 12 matching lines...) Expand all Loading... |
| 23 '../../components/components.gyp:syncable_prefs_test_support', | 23 '../../components/components.gyp:syncable_prefs_test_support', |
| 24 '../../components/components.gyp:update_client', | 24 '../../components/components.gyp:update_client', |
| 25 '../../components/components.gyp:version_info', | 25 '../../components/components.gyp:version_info', |
| 26 '../../components/prefs/prefs.gyp:prefs_test_support', | 26 '../../components/prefs/prefs.gyp:prefs_test_support', |
| 27 '../../ios/testing/ios_testing.gyp:ocmock_support', | 27 '../../ios/testing/ios_testing.gyp:ocmock_support', |
| 28 '../../net/net.gyp:net_test_support', | 28 '../../net/net.gyp:net_test_support', |
| 29 '../../skia/skia.gyp:skia', | 29 '../../skia/skia.gyp:skia', |
| 30 '../../testing/gmock.gyp:gmock', | 30 '../../testing/gmock.gyp:gmock', |
| 31 '../../testing/gtest.gyp:gtest', | 31 '../../testing/gtest.gyp:gtest', |
| 32 '../../third_party/ocmock/ocmock.gyp:ocmock', | 32 '../../third_party/ocmock/ocmock.gyp:ocmock', |
| 33 '../../ui/base/ui_base.gyp:ui_base', |
| 33 '../../ui/gfx/gfx.gyp:gfx', | 34 '../../ui/gfx/gfx.gyp:gfx', |
| 34 '../../ui/gfx/gfx.gyp:gfx_test_support', | 35 '../../ui/gfx/gfx.gyp:gfx_test_support', |
| 36 '../../ui/strings/ui_strings.gyp:ui_strings', |
| 35 '../web/ios_web.gyp:ios_web', | 37 '../web/ios_web.gyp:ios_web', |
| 36 '../web/ios_web.gyp:ios_web_test_support', | 38 '../web/ios_web.gyp:ios_web_test_support', |
| 37 'ios_chrome.gyp:ios_chrome_app', | 39 'ios_chrome.gyp:ios_chrome_app', |
| 38 'ios_chrome.gyp:ios_chrome_browser', | 40 'ios_chrome.gyp:ios_chrome_browser', |
| 39 'ios_chrome.gyp:ios_chrome_common', | 41 'ios_chrome.gyp:ios_chrome_common', |
| 40 'ios_chrome_test_support', | 42 'ios_chrome_test_support', |
| 41 ], | 43 ], |
| 42 'mac_bundle_resources': [ | 44 'mac_bundle_resources': [ |
| 43 'browser/ui/native_content_controller_test.xib' | 45 'browser/ui/native_content_controller_test.xib' |
| 44 ], | 46 ], |
| (...skipping 25 matching lines...) Expand all Loading... |
| 70 'browser/passwords/password_generation_agent_unittest.mm', | 72 'browser/passwords/password_generation_agent_unittest.mm', |
| 71 'browser/reading_list/reading_list_entry_unittest.cc', | 73 'browser/reading_list/reading_list_entry_unittest.cc', |
| 72 'browser/reading_list/reading_list_model_unittest.cc', | 74 'browser/reading_list/reading_list_model_unittest.cc', |
| 73 'browser/signin/chrome_identity_service_observer_bridge_unittest.mm', | 75 'browser/signin/chrome_identity_service_observer_bridge_unittest.mm', |
| 74 'browser/signin/gaia_auth_fetcher_ios_unittest.mm', | 76 'browser/signin/gaia_auth_fetcher_ios_unittest.mm', |
| 75 'browser/snapshots/lru_cache_unittest.mm', | 77 'browser/snapshots/lru_cache_unittest.mm', |
| 76 'browser/snapshots/snapshot_cache_unittest.mm', | 78 'browser/snapshots/snapshot_cache_unittest.mm', |
| 77 'browser/snapshots/snapshots_util_unittest.mm', | 79 'browser/snapshots/snapshots_util_unittest.mm', |
| 78 'browser/ssl/ios_ssl_error_handler_unittest.mm', | 80 'browser/ssl/ios_ssl_error_handler_unittest.mm', |
| 79 'browser/translate/translate_service_ios_unittest.cc', | 81 'browser/translate/translate_service_ios_unittest.cc', |
| 82 'browser/ui/alert_coordinator/alert_coordinator_unittest.mm', |
| 80 'browser/ui/commands/set_up_for_testing_command_unittest.mm', | 83 'browser/ui/commands/set_up_for_testing_command_unittest.mm', |
| 81 'browser/ui/context_menu/context_menu_coordinator_unittest.mm', | 84 'browser/ui/context_menu/context_menu_coordinator_unittest.mm', |
| 82 'browser/ui/elements/selector_coordinator_unittest.mm', | 85 'browser/ui/elements/selector_coordinator_unittest.mm', |
| 83 'browser/ui/elements/selector_picker_view_controller_unittest.mm', | 86 'browser/ui/elements/selector_picker_view_controller_unittest.mm', |
| 84 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm', | 87 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm', |
| 85 'browser/ui/keyboard/hardware_keyboard_watcher_unittest.mm', | 88 'browser/ui/keyboard/hardware_keyboard_watcher_unittest.mm', |
| 86 'browser/ui/native_content_controller_unittest.mm', | 89 'browser/ui/native_content_controller_unittest.mm', |
| 87 'browser/ui/ui_util_unittest.mm', | 90 'browser/ui/ui_util_unittest.mm', |
| 88 'browser/ui/uikit_ui_util_unittest.mm', | 91 'browser/ui/uikit_ui_util_unittest.mm', |
| 89 'browser/update_client/ios_chrome_update_query_params_delegate_unittest.
cc', | 92 'browser/update_client/ios_chrome_update_query_params_delegate_unittest.
cc', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 'test/ios_chrome_scoped_testing_local_state.h', | 159 'test/ios_chrome_scoped_testing_local_state.h', |
| 157 'test/ios_chrome_unit_test_suite.h', | 160 'test/ios_chrome_unit_test_suite.h', |
| 158 'test/ios_chrome_unit_test_suite.mm', | 161 'test/ios_chrome_unit_test_suite.mm', |
| 159 'test/run_all_unittests.cc', | 162 'test/run_all_unittests.cc', |
| 160 'test/testing_application_context.h', | 163 'test/testing_application_context.h', |
| 161 'test/testing_application_context.mm', | 164 'test/testing_application_context.mm', |
| 162 ], | 165 ], |
| 163 }, | 166 }, |
| 164 ], | 167 ], |
| 165 } | 168 } |
| OLD | NEW |