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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 'ios_chrome.gyp:ios_chrome_browser', | 88 'ios_chrome.gyp:ios_chrome_browser', |
89 ], | 89 ], |
90 'sources': [ | 90 'sources': [ |
91 'browser/geolocation/location_manager+Testing.h', | 91 'browser/geolocation/location_manager+Testing.h', |
92 'browser/geolocation/test_location_manager.h', | 92 'browser/geolocation/test_location_manager.h', |
93 'browser/geolocation/test_location_manager.mm', | 93 'browser/geolocation/test_location_manager.mm', |
94 'browser/net/mock_image_fetcher.h', | 94 'browser/net/mock_image_fetcher.h', |
95 'browser/net/mock_image_fetcher.mm', | 95 'browser/net/mock_image_fetcher.mm', |
96 'browser/signin/fake_oauth2_token_service_builder.cc', | 96 'browser/signin/fake_oauth2_token_service_builder.cc', |
97 'browser/signin/fake_oauth2_token_service_builder.h', | 97 'browser/signin/fake_oauth2_token_service_builder.h', |
| 98 'browser/signin/fake_signin_manager_builder.cc', |
| 99 'browser/signin/fake_signin_manager_builder.h', |
98 'browser/sync/sync_setup_service_mock.cc', | 100 'browser/sync/sync_setup_service_mock.cc', |
99 'browser/sync/sync_setup_service_mock.h', | 101 'browser/sync/sync_setup_service_mock.h', |
100 'test/ios_chrome_unit_test_suite.cc', | 102 'test/ios_chrome_unit_test_suite.cc', |
101 'test/ios_chrome_unit_test_suite.h', | 103 'test/ios_chrome_unit_test_suite.h', |
102 'test/run_all_unittests.cc', | 104 'test/run_all_unittests.cc', |
103 'test/testing_application_context.cc', | 105 'test/testing_application_context.cc', |
104 'test/testing_application_context.h', | 106 'test/testing_application_context.h', |
105 ], | 107 ], |
106 }, | 108 }, |
107 ], | 109 ], |
108 } | 110 } |
OLD | NEW |