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

Unified Diff: components/proximity_auth.gypi

Issue 505373004: Introduce proximity_auth component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move unit test to component_unittests 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
Index: components/proximity_auth.gypi
diff --git a/components/search.gypi b/components/proximity_auth.gypi
similarity index 64%
copy from components/search.gypi
copy to components/proximity_auth.gypi
index 8cb0fe71e0ccc4c3ede8817c284faf90d5d4e623..780b3ac2cb969030937da9079fc57f16d42d08a1 100644
--- a/components/search.gypi
+++ b/components/proximity_auth.gypi
@@ -5,19 +5,17 @@
{
'targets': [
{
- 'target_name': 'search',
+ 'target_name': 'proximity_auth',
'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base'
- ],
'include_dirs': [
blundell 2014/08/29 10:15:46 you should have a //base dependency here.
Tim Song 2014/08/29 18:20:38 Done.
'..',
],
+ 'dependencies': [
+ ],
'sources': [
- 'search/search.cc',
- 'search/search.h',
- 'search/search_switches.cc',
- 'search/search_switches.h',
+ "proximity_auth/proximity_auth_system.cc",
+ "proximity_auth/proximity_auth_system.h",
+ "proximity_auth/remote_device.h",
],
},
],

Powered by Google App Engine
This is Rietveld 408576698