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

Side by Side Diff: ios/provider/ios_provider_chrome.gyp

Issue 1663783002: Remove the //ios/public/test target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_tests
Patch Set: Add missing forwarding-header 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/ios_tests.gyp ('k') | ios/public/provider/chrome/browser/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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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/public/provider/chrome/browser 10 # GN version: //ios/public/provider/chrome/browser
(...skipping 26 matching lines...) Expand all
37 '../../base/base.gyp:base', 37 '../../base/base.gyp:base',
38 '../../components/components.gyp:autofill_core_browser', 38 '../../components/components.gyp:autofill_core_browser',
39 '../../components/components.gyp:favicon_base', 39 '../../components/components.gyp:favicon_base',
40 '../../components/components.gyp:metrics', 40 '../../components/components.gyp:metrics',
41 '../../components/components.gyp:sync_sessions', 41 '../../components/components.gyp:sync_sessions',
42 '../../net/net.gyp:net', 42 '../../net/net.gyp:net',
43 '../web/ios_web.gyp:ios_web', 43 '../web/ios_web.gyp:ios_web',
44 'ios_provider_web.gyp:ios_provider_web', 44 'ios_provider_web.gyp:ios_provider_web',
45 ], 45 ],
46 }, 46 },
47 {
48 # GN version: //ios/public/provider/chrome/browser:test_support
49 'target_name': 'ios_provider_chrome_browser_test_support',
50 'type': 'static_library',
51 'sources': [
52 '../public/provider/chrome/browser/test_chrome_browser_provider.h',
53 '../public/provider/chrome/browser/test_chrome_browser_provider.mm',
54 '../public/provider/chrome/browser/test_chrome_provider_initializer.cc',
55 '../public/provider/chrome/browser/test_chrome_provider_initializer.h',
56 '../public/provider/chrome/browser/test_updatable_resource_provider.h',
57 '../public/provider/chrome/browser/test_updatable_resource_provider.mm',
58 ],
59 'dependencies': [
60 '../../base/base.gyp:base',
61 '../../components/components.gyp:signin_ios_browser_test_support',
62 '../../testing/gtest.gyp:gtest',
63 'ios_provider_chrome_browser',
64 ],
65 },
47 ], 66 ],
48 } 67 }
OLDNEW
« no previous file with comments | « ios/ios_tests.gyp ('k') | ios/public/provider/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698