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 13 matching lines...) Expand all Loading... | |
| 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/gfx/gfx.gyp:gfx', | 33 '../../ui/gfx/gfx.gyp:gfx', |
| 34 '../../ui/gfx/gfx.gyp:gfx_test_support', | 34 '../../ui/gfx/gfx.gyp:gfx_test_support', |
|
sdefresne
2016/07/22 14:16:57
and here
gambard
2016/07/25 07:23:33
Done.
| |
| 35 '../web/ios_web.gyp:ios_web', | 35 '../web/ios_web.gyp:ios_web', |
| 36 '../web/ios_web.gyp:ios_web_test_support', | 36 '../web/ios_web.gyp:ios_web_test_support', |
| 37 'ios_chrome.gyp:ios_chrome_app', | 37 'ios_chrome.gyp:ios_chrome_app', |
| 38 'ios_chrome.gyp:ios_chrome_browser', | 38 'ios_chrome.gyp:ios_chrome_browser', |
| 39 'ios_chrome.gyp:ios_chrome_common', | 39 'ios_chrome.gyp:ios_chrome_common', |
| 40 'ios_chrome_test_support', | 40 'ios_chrome_test_support', |
| 41 ], | 41 ], |
| 42 'mac_bundle_resources': [ | 42 'mac_bundle_resources': [ |
| 43 'browser/ui/native_content_controller_test.xib' | 43 'browser/ui/native_content_controller_test.xib' |
| 44 ], | 44 ], |
| (...skipping 25 matching lines...) Expand all Loading... | |
| 70 'browser/passwords/password_generation_agent_unittest.mm', | 70 'browser/passwords/password_generation_agent_unittest.mm', |
| 71 'browser/reading_list/reading_list_entry_unittest.cc', | 71 'browser/reading_list/reading_list_entry_unittest.cc', |
| 72 'browser/reading_list/reading_list_model_unittest.cc', | 72 'browser/reading_list/reading_list_model_unittest.cc', |
| 73 'browser/signin/chrome_identity_service_observer_bridge_unittest.mm', | 73 'browser/signin/chrome_identity_service_observer_bridge_unittest.mm', |
| 74 'browser/signin/gaia_auth_fetcher_ios_unittest.mm', | 74 'browser/signin/gaia_auth_fetcher_ios_unittest.mm', |
| 75 'browser/snapshots/lru_cache_unittest.mm', | 75 'browser/snapshots/lru_cache_unittest.mm', |
| 76 'browser/snapshots/snapshot_cache_unittest.mm', | 76 'browser/snapshots/snapshot_cache_unittest.mm', |
| 77 'browser/snapshots/snapshots_util_unittest.mm', | 77 'browser/snapshots/snapshots_util_unittest.mm', |
| 78 'browser/ssl/ios_ssl_error_handler_unittest.mm', | 78 'browser/ssl/ios_ssl_error_handler_unittest.mm', |
| 79 'browser/translate/translate_service_ios_unittest.cc', | 79 'browser/translate/translate_service_ios_unittest.cc', |
| 80 'browser/ui/alert_coordinator/alert_coordinator_unittest.mm', | |
| 80 'browser/ui/commands/set_up_for_testing_command_unittest.mm', | 81 'browser/ui/commands/set_up_for_testing_command_unittest.mm', |
| 81 'browser/ui/context_menu/context_menu_coordinator_unittest.mm', | 82 'browser/ui/context_menu/context_menu_coordinator_unittest.mm', |
| 82 'browser/ui/elements/selector_coordinator_unittest.mm', | 83 'browser/ui/elements/selector_coordinator_unittest.mm', |
| 83 'browser/ui/elements/selector_picker_view_controller_unittest.mm', | 84 'browser/ui/elements/selector_picker_view_controller_unittest.mm', |
| 84 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm', | 85 'browser/ui/keyboard/UIKeyCommand+ChromeTest.mm', |
| 85 'browser/ui/keyboard/hardware_keyboard_watcher_unittest.mm', | 86 'browser/ui/keyboard/hardware_keyboard_watcher_unittest.mm', |
| 86 'browser/ui/native_content_controller_unittest.mm', | 87 'browser/ui/native_content_controller_unittest.mm', |
| 87 'browser/ui/ui_util_unittest.mm', | 88 'browser/ui/ui_util_unittest.mm', |
| 88 'browser/ui/uikit_ui_util_unittest.mm', | 89 'browser/ui/uikit_ui_util_unittest.mm', |
| 89 'browser/update_client/ios_chrome_update_query_params_delegate_unittest. cc', | 90 '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', | 157 'test/ios_chrome_scoped_testing_local_state.h', |
| 157 'test/ios_chrome_unit_test_suite.h', | 158 'test/ios_chrome_unit_test_suite.h', |
| 158 'test/ios_chrome_unit_test_suite.mm', | 159 'test/ios_chrome_unit_test_suite.mm', |
| 159 'test/run_all_unittests.cc', | 160 'test/run_all_unittests.cc', |
| 160 'test/testing_application_context.h', | 161 'test/testing_application_context.h', |
| 161 'test/testing_application_context.mm', | 162 'test/testing_application_context.mm', |
| 162 ], | 163 ], |
| 163 }, | 164 }, |
| 164 ], | 165 ], |
| 165 } | 166 } |
| OLD | NEW |