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 'target_name': 'ios_chrome_unittests', | 10 'target_name': 'ios_chrome_unittests', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'includes': [ '../../build/copy_test_data_ios.gypi' ] | 71 'includes': [ '../../build/copy_test_data_ios.gypi' ] |
72 }, | 72 }, |
73 ], | 73 ], |
74 'includes': ['ios_chrome_resources_bundle.gypi'], | 74 'includes': ['ios_chrome_resources_bundle.gypi'], |
75 }, | 75 }, |
76 { | 76 { |
77 'target_name': 'ios_chrome_test_support', | 77 'target_name': 'ios_chrome_test_support', |
78 'type': 'static_library', | 78 'type': 'static_library', |
79 'dependencies': [ | 79 'dependencies': [ |
80 '../../base/base.gyp:base', | 80 '../../base/base.gyp:base', |
| 81 '../../components/components.gyp:signin_ios_browser_test_support', |
81 '../../testing/gmock.gyp:gmock', | 82 '../../testing/gmock.gyp:gmock', |
82 '../../testing/gtest.gyp:gtest', | 83 '../../testing/gtest.gyp:gtest', |
83 '../../ui/base/ui_base.gyp:ui_base', | 84 '../../ui/base/ui_base.gyp:ui_base', |
84 '../../url/url.gyp:url_lib', | 85 '../../url/url.gyp:url_lib', |
85 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', | 86 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', |
86 'ios_chrome.gyp:ios_chrome_browser', | 87 'ios_chrome.gyp:ios_chrome_browser', |
87 ], | 88 ], |
88 'sources': [ | 89 'sources': [ |
89 'browser/geolocation/location_manager+Testing.h', | 90 'browser/geolocation/location_manager+Testing.h', |
90 'browser/geolocation/test_location_manager.h', | 91 'browser/geolocation/test_location_manager.h', |
91 'browser/geolocation/test_location_manager.mm', | 92 'browser/geolocation/test_location_manager.mm', |
92 'browser/net/mock_image_fetcher.h', | 93 'browser/net/mock_image_fetcher.h', |
93 'browser/net/mock_image_fetcher.mm', | 94 'browser/net/mock_image_fetcher.mm', |
| 95 'browser/signin/fake_oauth2_token_service_builder.cc', |
| 96 'browser/signin/fake_oauth2_token_service_builder.h', |
94 'browser/sync/sync_setup_service_mock.cc', | 97 'browser/sync/sync_setup_service_mock.cc', |
95 'browser/sync/sync_setup_service_mock.h', | 98 'browser/sync/sync_setup_service_mock.h', |
96 'test/ios_chrome_unit_test_suite.cc', | 99 'test/ios_chrome_unit_test_suite.cc', |
97 'test/ios_chrome_unit_test_suite.h', | 100 'test/ios_chrome_unit_test_suite.h', |
98 'test/run_all_unittests.cc', | 101 'test/run_all_unittests.cc', |
99 'test/testing_application_context.cc', | 102 'test/testing_application_context.cc', |
100 'test/testing_application_context.h', | 103 'test/testing_application_context.h', |
101 ], | 104 ], |
102 }, | 105 }, |
103 ], | 106 ], |
104 } | 107 } |
OLD | NEW |