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

Unified Diff: components/signin.gypi

Issue 394033002: Add gcm, nfc and bluetooth to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « components/gcm_driver/BUILD.gn ('k') | components/signin/core/browser/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 4baca0ea18d96806326651e6c1e0c0960159074c..d84004584f72ea0d0dca566c774b77f5d8229fe4 100644
--- a/components/signin.gypi
+++ b/components/signin.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/signin/core/common
'target_name': 'signin_core_common',
'type': 'static_library',
'include_dirs': [
@@ -20,6 +21,7 @@
],
},
{
+ # GN version: //components/signin/core/browser
'target_name': 'signin_core_browser',
'type': 'static_library',
'dependencies': [
@@ -39,6 +41,7 @@
'..',
],
'sources': [
+ # Note: file list duplicated in GN build.
'signin/core/browser/about_signin_internals.cc',
'signin/core/browser/about_signin_internals.h',
'signin/core/browser/account_reconcilor.cc',
@@ -91,6 +94,7 @@
'msvs_disabled_warnings': [4267, ],
},
{
+ # GN version: //components/signin/core/browser:test_support
'target_name': 'signin_core_browser_test_support',
'type': 'static_library',
'dependencies': [
@@ -101,6 +105,7 @@
'..',
],
'sources': [
+ # Note: file list duplicated in GN build.
'signin/core/browser/fake_auth_status_provider.cc',
'signin/core/browser/fake_auth_status_provider.h',
'signin/core/browser/test_signin_client.cc',
@@ -112,6 +117,7 @@
['OS == "ios"', {
'targets': [
{
+ # GN version: //components/signin/core/browser:ios
'target_name': 'signin_ios_browser',
'type': 'static_library',
'dependencies': [
@@ -122,6 +128,7 @@
'..',
],
'sources': [
+ # Note: file list duplicated in GN build.
'signin/ios/browser/profile_oauth2_token_service_ios.h',
'signin/ios/browser/profile_oauth2_token_service_ios.mm',
],
« no previous file with comments | « components/gcm_driver/BUILD.gn ('k') | components/signin/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698