Index: chrome/chrome_process_finder.gypi |
diff --git a/chrome/chrome_process_finder.gypi b/chrome/chrome_process_finder.gypi |
index c63ed82c2d49d8df423cce67765e7d472cb5cc34..26b40800e983e3603e1556c772081d6e794ae428 100644 |
--- a/chrome/chrome_process_finder.gypi |
+++ b/chrome/chrome_process_finder.gypi |
@@ -11,9 +11,15 @@ |
'..', |
], |
'dependencies': [ |
- 'policy_path_parser', |
'../base/base.gyp:base', |
'../chrome/common_constants.gyp:common_constants', |
+ ], |
+ 'conditions': [ |
+ ['configuration_policy==1', { |
+ 'dependencies': [ |
+ 'policy_path_parser' |
+ ], |
+ }], |
], |
'sources': [ |
'browser/chrome_process_finder_win.cc', |