| Index: chrome/chrome_process_finder.gypi
|
| diff --git a/chrome/chrome_process_finder.gypi b/chrome/chrome_process_finder.gypi
|
| index 0193b3baf1b8f62e8d89f53f67fcf0e15c559065..f500058da2c4fd77c43520646b9fa27bfe2517dc 100644
|
| --- a/chrome/chrome_process_finder.gypi
|
| +++ b/chrome/chrome_process_finder.gypi
|
| @@ -11,11 +11,17 @@
|
| '..',
|
| ],
|
| 'dependencies': [
|
| - 'policy_path_parser',
|
| '../base/base.gyp:base',
|
| '../chrome/chrome.gyp:metro_utils',
|
| '../chrome/common_constants.gyp:common_constants',
|
| ],
|
| + 'conditions': [
|
| + ['configuration_policy==1', {
|
| + 'dependencies': [
|
| + 'policy_path_parser'
|
| + ],
|
| + }],
|
| + ],
|
| 'sources': [
|
| 'browser/chrome_process_finder_win.cc',
|
| 'browser/chrome_process_finder_win.h',
|
|
|