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

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

Issue 2123273003: Introduce FakeChromeIdentity and FakeChromeIdentityService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing dependency on gmock Created 4 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
« no previous file with comments | « no previous file | 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '../../net/net.gyp:net', 44 '../../net/net.gyp:net',
45 '../web/ios_web.gyp:ios_web', 45 '../web/ios_web.gyp:ios_web',
46 'ios_provider_web.gyp:ios_provider_web', 46 'ios_provider_web.gyp:ios_provider_web',
47 ], 47 ],
48 }, 48 },
49 { 49 {
50 # GN version: //ios/public/provider/chrome/browser:test_support 50 # GN version: //ios/public/provider/chrome/browser:test_support
51 'target_name': 'ios_provider_chrome_browser_test_support', 51 'target_name': 'ios_provider_chrome_browser_test_support',
52 'type': 'static_library', 52 'type': 'static_library',
53 'sources': [ 53 'sources': [
54 '../public/provider/chrome/browser/signin/fake_chrome_identity.h',
55 '../public/provider/chrome/browser/signin/fake_chrome_identity.mm',
56 '../public/provider/chrome/browser/signin/fake_chrome_identity_service.h ',
57 '../public/provider/chrome/browser/signin/fake_chrome_identity_service.m m',
54 '../public/provider/chrome/browser/test_chrome_browser_provider.h', 58 '../public/provider/chrome/browser/test_chrome_browser_provider.h',
55 '../public/provider/chrome/browser/test_chrome_browser_provider.mm', 59 '../public/provider/chrome/browser/test_chrome_browser_provider.mm',
56 '../public/provider/chrome/browser/test_chrome_provider_initializer.h', 60 '../public/provider/chrome/browser/test_chrome_provider_initializer.h',
57 '../public/provider/chrome/browser/test_chrome_provider_initializer.mm', 61 '../public/provider/chrome/browser/test_chrome_provider_initializer.mm',
58 '../public/provider/chrome/browser/test_updatable_resource_provider.h', 62 '../public/provider/chrome/browser/test_updatable_resource_provider.h',
59 '../public/provider/chrome/browser/test_updatable_resource_provider.mm', 63 '../public/provider/chrome/browser/test_updatable_resource_provider.mm',
60 ], 64 ],
61 'dependencies': [ 65 'dependencies': [
62 '../../base/base.gyp:base', 66 '../../base/base.gyp:base',
63 '../../components/components.gyp:signin_ios_browser_test_support', 67 '../../components/components.gyp:signin_ios_browser_test_support',
68 '../../testing/gmock.gyp:gmock',
64 '../../testing/gtest.gyp:gtest', 69 '../../testing/gtest.gyp:gtest',
65 'ios_provider_chrome_browser', 70 'ios_provider_chrome_browser',
66 ], 71 ],
67 }, 72 },
68 ], 73 ],
69 } 74 }
OLDNEW
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698