| Index: chrome/chrome_process_finder.gypi
|
| diff --git a/components/auto_login_parser.gypi b/chrome/chrome_process_finder.gypi
|
| similarity index 57%
|
| copy from components/auto_login_parser.gypi
|
| copy to chrome/chrome_process_finder.gypi
|
| index 1dae9360602b63d0a022edc71a107dc56e12587a..0193b3baf1b8f62e8d89f53f67fcf0e15c559065 100644
|
| --- a/components/auto_login_parser.gypi
|
| +++ b/chrome/chrome_process_finder.gypi
|
| @@ -5,18 +5,20 @@
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'auto_login_parser',
|
| + 'target_name': 'chrome_process_finder',
|
| 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - '../net/net.gyp:net',
|
| - ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| + 'dependencies': [
|
| + 'policy_path_parser',
|
| + '../base/base.gyp:base',
|
| + '../chrome/chrome.gyp:metro_utils',
|
| + '../chrome/common_constants.gyp:common_constants',
|
| + ],
|
| 'sources': [
|
| - 'auto_login_parser/auto_login_parser.cc',
|
| - 'auto_login_parser/auto_login_parser.h',
|
| + 'browser/chrome_process_finder_win.cc',
|
| + 'browser/chrome_process_finder_win.h',
|
| ],
|
| },
|
| ],
|
|
|