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

Unified Diff: ios/provider/ios_components.gyp

Issue 226643012: Upstream iOS implementation of ProfileOAuth2TokenService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 6 years, 8 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
Index: ios/provider/ios_components.gyp
diff --git a/tools/win/static_initializers/static_initializers.gyp b/ios/provider/ios_components.gyp
similarity index 60%
copy from tools/win/static_initializers/static_initializers.gyp
copy to ios/provider/ios_components.gyp
index ebf4e835aa118d121fac0e225243b4cd31dd8142..002c43aef23c7c28332611cb60526dae141f542e 100644
--- a/tools/win/static_initializers/static_initializers.gyp
+++ b/ios/provider/ios_components.gyp
@@ -1,22 +1,20 @@
# 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.
-
{
'variables': {
'chromium_code': 1,
- },
+ },
'targets': [
{
- 'target_name': 'static_initializers',
- 'type': 'executable',
- 'sources': [
- 'static_initializers.cc',
- ],
+ 'target_name': 'ios_components',
+ 'type': 'none',
'include_dirs': [
- '$(VSInstallDir)/DIA SDK/include',
+ '../..',
],
+ 'sources': [
+ '../public/provider/components/signin/browser/profile_oauth2_token_service_ios_provider.h',
+ ]
},
],
}
-

Powered by Google App Engine
This is Rietveld 408576698