Index: components/signin/ios/browser/BUILD.gn |
diff --git a/components/signin/ios/browser/BUILD.gn b/components/signin/ios/browser/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..243f75313b097bf0d530b922c19a6f644070ab4a |
--- /dev/null |
+++ b/components/signin/ios/browser/BUILD.gn |
@@ -0,0 +1,16 @@ |
+# Copyright 2014 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+static_library("browser") { |
+ sources = [ |
+ "profile_oauth2_token_service_ios.h", |
+ "profile_oauth2_token_service_ios.mm", |
+ ] |
+ |
+ deps = [ |
+ "//signin/core/browser", |
+ #'../ios/provider/ios_components.gyp:ios_components', TODO(GYP) |
+ ] |
+} |
+ |