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

Unified Diff: components/proximity_auth.gypi

Issue 505373004: Introduce proximity_auth component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/proximity_auth/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth.gypi
diff --git a/components/language_usage_metrics.gypi b/components/proximity_auth.gypi
similarity index 67%
copy from components/language_usage_metrics.gypi
copy to components/proximity_auth.gypi
index e150a1bba9e6673d38945da908c9edd17bea6fcc..c7b21b2b810479b67726520231857469b1562280 100644
--- a/components/language_usage_metrics.gypi
+++ b/components/proximity_auth.gypi
@@ -5,17 +5,18 @@
{
'targets': [
{
- 'target_name': 'language_usage_metrics',
+ 'target_name': 'proximity_auth',
'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- ],
'include_dirs': [
'..',
],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
'sources': [
- 'language_usage_metrics/language_usage_metrics.cc',
- 'language_usage_metrics/language_usage_metrics.h',
+ "proximity_auth/proximity_auth_system.cc",
+ "proximity_auth/proximity_auth_system.h",
+ "proximity_auth/remote_device.h",
],
},
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698