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

Unified Diff: components/signin.gypi

Issue 109783003: Create signin component and componentize TokenWebData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review Created 6 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 | « components/components_tests.gyp ('k') | components/signin/DEPS » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..0208a97d652f3adaebdda930f0af6648506349d5
--- /dev/null
+++ b/components/signin.gypi
@@ -0,0 +1,27 @@
+# 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.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'signin_core',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'encryptor',
+ 'webdata_common',
+ '../base/base.gyp:base',
+ '../sql/sql.gyp:sql',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'signin/core/webdata/token_service_table.cc',
+ 'signin/core/webdata/token_service_table.h',
+ 'signin/core/webdata/token_web_data.cc',
+ 'signin/core/webdata/token_web_data.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « components/components_tests.gyp ('k') | components/signin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698