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

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: Fix copyright Created 5 years, 4 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
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/public/provider/chrome/browser/keyed_service_provider.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/public/provider/chrome/browser/keyed_service_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698