summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_process_finder.gypi
diff options
context:
space:
mode:
authorjiangj@opera.com <jiangj@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-14 15:36:57 +0000
committerjiangj@opera.com <jiangj@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-14 15:36:57 +0000
commit78c5172b1ba95b9435d8be44af3adc16cc5c0ed5 (patch)
tree485c4c9c15c19f32b6f906db8412b9f10a754780 /chrome/chrome_process_finder.gypi
parentb61b05ce8dafabe9b60cd9165d85255f39c3a193 (diff)
downloadchromium_src-78c5172b1ba95b9435d8be44af3adc16cc5c0ed5.zip
chromium_src-78c5172b1ba95b9435d8be44af3adc16cc5c0ed5.tar.gz
chromium_src-78c5172b1ba95b9435d8be44af3adc16cc5c0ed5.tar.bz2
Fix policy_component shared_library link without configuration_policy
It should depend on url_matcher as url_blacklist_manager uses it. Review URL: https://codereview.chromium.org/284493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270410 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_process_finder.gypi')
-rw-r--r--chrome/chrome_process_finder.gypi8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/chrome_process_finder.gypi b/chrome/chrome_process_finder.gypi
index 0193b3b..f500058 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',