| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index fc2cc1cbe06778a18bee950926bb86e928a102dd..8891d27d930d6d1ee8b6d75cacc2923b030779e9 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -78,7 +78,6 @@
|
| },
|
| 'dependencies': [
|
| '<@(chromium_browser_dependencies)',
|
| - '../components/components.gyp:policy',
|
| '../content/content.gyp:content_app_browser',
|
| ],
|
| 'conditions': [
|
| @@ -87,6 +86,11 @@
|
| '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf',
|
| ],
|
| }],
|
| + ['OS=="win" and configuration_policy==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/components/components.gyp:policy',
|
| + ],
|
| + }],
|
| ['use_aura==1', {
|
| 'dependencies': [
|
| '../ui/compositor/compositor.gyp:compositor',
|
|
|