Chromium Code Reviews| 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", |
| ], |
| }, |
| ], |