Chromium Code Reviews| Index: chrome/chrome_dll.gypi |
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi |
| index 09c93d56fb5ba803df71d2ce1959345521f1f1e1..52a7401a0ad08df67d26438d600fe12a22b2b59d 100644 |
| --- a/chrome/chrome_dll.gypi |
| +++ b/chrome/chrome_dll.gypi |
| @@ -405,6 +405,11 @@ |
| '<(DEPTH)/components/components.gyp:policy', |
| ], |
| }], |
| + ['configuration_policy==1', { |
| + 'dependencies': [ |
| + 'policy_path_parser', |
| + ], |
| + }], |
| ['enable_plugins==1', { |
| 'dependencies': [ |
| '../pdf/pdf.gyp:pdf', |