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

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

Issue 1664823003: Upstream ChromeBrowserState sub-classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 10 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/provider/ios_provider_chrome.gyp » ('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 # GN version: //ios/chrome:ios_chrome_unittests 10 # GN version: //ios/chrome:ios_chrome_unittests
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 '../../sync/sync.gyp:sync', 106 '../../sync/sync.gyp:sync',
107 '../../testing/gmock.gyp:gmock', 107 '../../testing/gmock.gyp:gmock',
108 '../../testing/gtest.gyp:gtest', 108 '../../testing/gtest.gyp:gtest',
109 '../../ui/base/ui_base.gyp:ui_base', 109 '../../ui/base/ui_base.gyp:ui_base',
110 '../../url/url.gyp:url_lib', 110 '../../url/url.gyp:url_lib',
111 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', 111 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser',
112 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser_test_su pport', 112 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser_test_su pport',
113 'ios_chrome.gyp:ios_chrome_browser', 113 'ios_chrome.gyp:ios_chrome_browser',
114 ], 114 ],
115 'sources': [ 115 'sources': [
116 'browser/browser_state/test_chrome_browser_state.cc',
117 'browser/browser_state/test_chrome_browser_state.h',
118 'browser/browser_state/test_chrome_browser_state_isolated_context.h',
119 'browser/browser_state/test_chrome_browser_state_isolated_context.mm',
120 'browser/browser_state/test_chrome_browser_state_manager.cc',
121 'browser/browser_state/test_chrome_browser_state_manager.h',
116 'browser/geolocation/location_manager+Testing.h', 122 'browser/geolocation/location_manager+Testing.h',
117 'browser/geolocation/test_location_manager.h', 123 'browser/geolocation/test_location_manager.h',
118 'browser/geolocation/test_location_manager.mm', 124 'browser/geolocation/test_location_manager.mm',
119 'browser/net/mock_image_fetcher.h', 125 'browser/net/mock_image_fetcher.h',
120 'browser/net/mock_image_fetcher.mm', 126 'browser/net/mock_image_fetcher.mm',
121 'browser/signin/fake_oauth2_token_service_builder.cc', 127 'browser/signin/fake_oauth2_token_service_builder.cc',
122 'browser/signin/fake_oauth2_token_service_builder.h', 128 'browser/signin/fake_oauth2_token_service_builder.h',
123 'browser/signin/fake_signin_manager_builder.cc', 129 'browser/signin/fake_signin_manager_builder.cc',
124 'browser/signin/fake_signin_manager_builder.h', 130 'browser/signin/fake_signin_manager_builder.h',
125 'browser/sync/fake_sync_service_factory.cc', 131 'browser/sync/fake_sync_service_factory.cc',
(...skipping 10 matching lines...) Expand all
136 'test/ios_chrome_scoped_testing_local_state.h', 142 'test/ios_chrome_scoped_testing_local_state.h',
137 'test/ios_chrome_unit_test_suite.cc', 143 'test/ios_chrome_unit_test_suite.cc',
138 'test/ios_chrome_unit_test_suite.h', 144 'test/ios_chrome_unit_test_suite.h',
139 'test/run_all_unittests.cc', 145 'test/run_all_unittests.cc',
140 'test/testing_application_context.cc', 146 'test/testing_application_context.cc',
141 'test/testing_application_context.h', 147 'test/testing_application_context.h',
142 ], 148 ],
143 }, 149 },
144 ], 150 ],
145 } 151 }
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/provider/ios_provider_chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698