Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: ios/chrome/ios_chrome_tests.gyp

Issue 1257663002: iOS factories for SigninManager and GaiaCookieManagerService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fakeSigninManager
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'ios_chrome.gyp:ios_chrome_browser', 87 'ios_chrome.gyp:ios_chrome_browser',
88 ], 88 ],
89 'sources': [ 89 'sources': [
90 'browser/geolocation/location_manager+Testing.h', 90 'browser/geolocation/location_manager+Testing.h',
91 'browser/geolocation/test_location_manager.h', 91 'browser/geolocation/test_location_manager.h',
92 'browser/geolocation/test_location_manager.mm', 92 'browser/geolocation/test_location_manager.mm',
93 'browser/net/mock_image_fetcher.h', 93 'browser/net/mock_image_fetcher.h',
94 'browser/net/mock_image_fetcher.mm', 94 'browser/net/mock_image_fetcher.mm',
95 'browser/signin/fake_oauth2_token_service_builder.cc', 95 'browser/signin/fake_oauth2_token_service_builder.cc',
96 'browser/signin/fake_oauth2_token_service_builder.h', 96 'browser/signin/fake_oauth2_token_service_builder.h',
97 'browser/signin/fake_signin_manager_builder.cc',
98 'browser/signin/fake_signin_manager_builder.h',
97 'browser/sync/sync_setup_service_mock.cc', 99 'browser/sync/sync_setup_service_mock.cc',
98 'browser/sync/sync_setup_service_mock.h', 100 'browser/sync/sync_setup_service_mock.h',
99 'test/ios_chrome_unit_test_suite.cc', 101 'test/ios_chrome_unit_test_suite.cc',
100 'test/ios_chrome_unit_test_suite.h', 102 'test/ios_chrome_unit_test_suite.h',
101 'test/run_all_unittests.cc', 103 'test/run_all_unittests.cc',
102 'test/testing_application_context.cc', 104 'test/testing_application_context.cc',
103 'test/testing_application_context.h', 105 'test/testing_application_context.h',
104 ], 106 ],
105 }, 107 },
106 ], 108 ],
107 } 109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698