| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 # GN version: //ios/chrome/browser:test_support | 118 # GN version: //ios/chrome/browser:test_support |
| 119 'target_name': 'ios_chrome_test_support', | 119 'target_name': 'ios_chrome_test_support', |
| 120 'type': 'static_library', | 120 'type': 'static_library', |
| 121 'dependencies': [ | 121 'dependencies': [ |
| 122 '../../base/base.gyp:base', | 122 '../../base/base.gyp:base', |
| 123 '../../components/components.gyp:keyed_service_core', | 123 '../../components/components.gyp:keyed_service_core', |
| 124 '../../components/components.gyp:keyed_service_ios', | 124 '../../components/components.gyp:keyed_service_ios', |
| 125 '../../components/components.gyp:password_manager_core_browser_test_supp
ort', | 125 '../../components/components.gyp:password_manager_core_browser_test_supp
ort', |
| 126 '../../components/components.gyp:signin_ios_browser_test_support', | 126 '../../components/components.gyp:signin_ios_browser_test_support', |
| 127 '../../components/components.gyp:sync_driver_test_support', | 127 '../../components/components.gyp:sync_driver_test_support', |
| 128 '../../sync/sync.gyp:sync', | 128 '../../components/sync.gyp:sync', |
| 129 '../../testing/gmock.gyp:gmock', | 129 '../../testing/gmock.gyp:gmock', |
| 130 '../../testing/gtest.gyp:gtest', | 130 '../../testing/gtest.gyp:gtest', |
| 131 '../../ui/base/ui_base.gyp:ui_base', | 131 '../../ui/base/ui_base.gyp:ui_base', |
| 132 '../../url/url.gyp:url_lib', | 132 '../../url/url.gyp:url_lib', |
| 133 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', | 133 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', |
| 134 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser_test_su
pport', | 134 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser_test_su
pport', |
| 135 'ios_chrome.gyp:ios_chrome_browser', | 135 'ios_chrome.gyp:ios_chrome_browser', |
| 136 ], | 136 ], |
| 137 'sources': [ | 137 'sources': [ |
| 138 'browser/browser_state/test_chrome_browser_state.h', | 138 'browser/browser_state/test_chrome_browser_state.h', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 164 'test/ios_chrome_scoped_testing_local_state.h', | 164 'test/ios_chrome_scoped_testing_local_state.h', |
| 165 'test/ios_chrome_unit_test_suite.h', | 165 'test/ios_chrome_unit_test_suite.h', |
| 166 'test/ios_chrome_unit_test_suite.mm', | 166 'test/ios_chrome_unit_test_suite.mm', |
| 167 'test/run_all_unittests.cc', | 167 'test/run_all_unittests.cc', |
| 168 'test/testing_application_context.h', | 168 'test/testing_application_context.h', |
| 169 'test/testing_application_context.mm', | 169 'test/testing_application_context.mm', |
| 170 ], | 170 ], |
| 171 }, | 171 }, |
| 172 ], | 172 ], |
| 173 } | 173 } |
| OLD | NEW |