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

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

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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') | sync/BUILD.gn » ('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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 # GN version: //ios/chrome/browser:test_support 121 # GN version: //ios/chrome/browser:test_support
122 'target_name': 'ios_chrome_test_support', 122 'target_name': 'ios_chrome_test_support',
123 'type': 'static_library', 123 'type': 'static_library',
124 'dependencies': [ 124 'dependencies': [
125 '../../base/base.gyp:base', 125 '../../base/base.gyp:base',
126 '../../components/components.gyp:keyed_service_core', 126 '../../components/components.gyp:keyed_service_core',
127 '../../components/components.gyp:keyed_service_ios', 127 '../../components/components.gyp:keyed_service_ios',
128 '../../components/components.gyp:password_manager_core_browser_test_supp ort', 128 '../../components/components.gyp:password_manager_core_browser_test_supp ort',
129 '../../components/components.gyp:signin_ios_browser_test_support', 129 '../../components/components.gyp:signin_ios_browser_test_support',
130 '../../components/components.gyp:sync_driver_test_support', 130 '../../components/components.gyp:sync_driver_test_support',
131 '../../sync/sync.gyp:sync', 131 '../../components/sync.gyp:sync',
132 '../../testing/gmock.gyp:gmock', 132 '../../testing/gmock.gyp:gmock',
133 '../../testing/gtest.gyp:gtest', 133 '../../testing/gtest.gyp:gtest',
134 '../../ui/base/ui_base.gyp:ui_base', 134 '../../ui/base/ui_base.gyp:ui_base',
135 '../../url/url.gyp:url_lib', 135 '../../url/url.gyp:url_lib',
136 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', 136 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser',
137 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser_test_su pport', 137 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser_test_su pport',
138 'ios_chrome.gyp:ios_chrome_browser', 138 'ios_chrome.gyp:ios_chrome_browser',
139 ], 139 ],
140 'sources': [ 140 'sources': [
141 'browser/browser_state/test_chrome_browser_state.h', 141 'browser/browser_state/test_chrome_browser_state.h',
(...skipping 25 matching lines...) Expand all
167 'test/ios_chrome_scoped_testing_local_state.h', 167 'test/ios_chrome_scoped_testing_local_state.h',
168 'test/ios_chrome_unit_test_suite.h', 168 'test/ios_chrome_unit_test_suite.h',
169 'test/ios_chrome_unit_test_suite.mm', 169 'test/ios_chrome_unit_test_suite.mm',
170 'test/run_all_unittests.cc', 170 'test/run_all_unittests.cc',
171 'test/testing_application_context.h', 171 'test/testing_application_context.h',
172 'test/testing_application_context.mm', 172 'test/testing_application_context.mm',
173 ], 173 ],
174 }, 174 },
175 ], 175 ],
176 } 176 }
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698