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

Unified Diff: components/signin.gypi

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, 11 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/chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin.gypi
diff --git a/components/signin.gypi b/components/signin.gypi
index 5ce36bf72ba13352b27f5137705230929ebcda45..c953738bda68b9bb8d92a7f27080e87e131daab1 100644
--- a/components/signin.gypi
+++ b/components/signin.gypi
@@ -211,9 +211,9 @@
],
}],
['OS == "ios"', {
- # GN version: //components/signin/core/browser:ios
'targets': [
{
+ # GN version: //components/signin/ios/browser
'target_name': 'signin_ios_browser',
'type': 'static_library',
'dependencies': [
@@ -238,6 +238,7 @@
],
},
{
+ # GN version: //components/signin/ios/browser:test_support
'target_name': 'signin_ios_browser_test_support',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « no previous file | ios/chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698