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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/provider/ios_provider_chrome.gyp
diff --git a/ios/provider/ios_provider_chrome.gyp b/ios/provider/ios_provider_chrome.gyp
index 79ee2c5249666699743014767b1c626f2a424aed..41b03d6e40486874a5af5f66a7258161f4b58c8c 100644
--- a/ios/provider/ios_provider_chrome.gyp
+++ b/ios/provider/ios_provider_chrome.gyp
@@ -51,6 +51,10 @@
'target_name': 'ios_provider_chrome_browser_test_support',
'type': 'static_library',
'sources': [
+ '../public/provider/chrome/browser/signin/fake_chrome_identity.h',
+ '../public/provider/chrome/browser/signin/fake_chrome_identity.mm',
+ '../public/provider/chrome/browser/signin/fake_chrome_identity_service.h',
+ '../public/provider/chrome/browser/signin/fake_chrome_identity_service.mm',
'../public/provider/chrome/browser/test_chrome_browser_provider.h',
'../public/provider/chrome/browser/test_chrome_browser_provider.mm',
'../public/provider/chrome/browser/test_chrome_provider_initializer.h',
@@ -61,6 +65,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../components/components.gyp:signin_ios_browser_test_support',
+ '../../testing/gmock.gyp:gmock',
'../../testing/gtest.gyp:gtest',
'ios_provider_chrome_browser',
],
« 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