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 |
11 'target_name': 'ios_chrome_unittests', | 11 'target_name': 'ios_chrome_unittests', |
12 'type': '<(gtest_target_type)', | 12 'type': '<(gtest_target_type)', |
13 'dependencies': [ | 13 'dependencies': [ |
14 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
| 15 '../../base/base.gyp:base_prefs_test_support', |
15 '../../base/base.gyp:test_support_base', | 16 '../../base/base.gyp:test_support_base', |
16 '../../components/components.gyp:bookmarks_test_support', | 17 '../../components/components.gyp:bookmarks_test_support', |
17 '../../components/components.gyp:favicon_base', | 18 '../../components/components.gyp:favicon_base', |
18 '../../components/components.gyp:metrics', | 19 '../../components/components.gyp:metrics', |
19 '../../components/components.gyp:metrics_test_support', | 20 '../../components/components.gyp:metrics_test_support', |
20 '../../components/components.gyp:update_client', | 21 '../../components/components.gyp:update_client', |
21 '../../components/components.gyp:version_info', | 22 '../../components/components.gyp:version_info', |
22 '../../components/prefs/prefs.gyp:prefs_test_support', | |
23 '../../net/net.gyp:net_test_support', | 23 '../../net/net.gyp:net_test_support', |
24 '../../skia/skia.gyp:skia', | 24 '../../skia/skia.gyp:skia', |
25 '../../testing/gmock.gyp:gmock', | 25 '../../testing/gmock.gyp:gmock', |
26 '../../testing/gtest.gyp:gtest', | 26 '../../testing/gtest.gyp:gtest', |
27 '../../third_party/ocmock/ocmock.gyp:ocmock', | 27 '../../third_party/ocmock/ocmock.gyp:ocmock', |
28 '../../ui/gfx/gfx.gyp:gfx', | 28 '../../ui/gfx/gfx.gyp:gfx', |
29 '../../ui/gfx/gfx.gyp:gfx_test_support', | 29 '../../ui/gfx/gfx.gyp:gfx_test_support', |
30 '../ios_tests.gyp:test_support_ios', | 30 '../ios_tests.gyp:test_support_ios', |
31 '../web/ios_web.gyp:ios_web', | 31 '../web/ios_web.gyp:ios_web', |
32 '../web/ios_web.gyp:ios_web_test_support', | 32 '../web/ios_web.gyp:ios_web_test_support', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 'test/ios_chrome_scoped_testing_local_state.h', | 130 'test/ios_chrome_scoped_testing_local_state.h', |
131 'test/ios_chrome_unit_test_suite.cc', | 131 'test/ios_chrome_unit_test_suite.cc', |
132 'test/ios_chrome_unit_test_suite.h', | 132 'test/ios_chrome_unit_test_suite.h', |
133 'test/run_all_unittests.cc', | 133 'test/run_all_unittests.cc', |
134 'test/testing_application_context.cc', | 134 'test/testing_application_context.cc', |
135 'test/testing_application_context.h', | 135 'test/testing_application_context.h', |
136 ], | 136 ], |
137 }, | 137 }, |
138 ], | 138 ], |
139 } | 139 } |
OLD | NEW |