Index: chrome/chrome_dll.gypi |
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi |
index 9ee23c53f24c4a1e83a7222b0e9998d533b09ee7..eddcf4f31b500274be501bffd53b4fb77d7ac11e 100644 |
--- a/chrome/chrome_dll.gypi |
+++ b/chrome/chrome_dll.gypi |
@@ -128,10 +128,6 @@ |
['OS=="win"', { |
'dependencies': [ |
'<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', |
- ], |
- }], |
- ['OS=="win" and configuration_policy==1', { |
- 'dependencies': [ |
'<(DEPTH)/components/components.gyp:policy', |
], |
}], |
@@ -363,6 +359,9 @@ |
], |
'conditions': [ |
['OS=="win"', { |
+ 'dependencies': [ |
+ '<(DEPTH)/components/components.gyp:policy', |
+ ], |
'conditions': [ |
['chrome_pgo_phase!=0', { |
# Disable Warning 4702 ("Unreachable code") for the WPO/PGO |
@@ -399,16 +398,6 @@ |
}], |
] |
}], |
- ['OS=="win" and configuration_policy==1', { |
- 'dependencies': [ |
- '<(DEPTH)/components/components.gyp:policy', |
- ], |
- }], |
- ['configuration_policy==1', { |
- 'dependencies': [ |
- 'policy_path_parser', |
Andrew T Wilson (Slow)
2016/03/22 00:01:27
Did we lose the dependency on policy_path_parser?
brettw
2016/03/22 17:17:44
Oh yeah, I got confused because it's listed in the
|
- ], |
- }], |
['enable_plugins==1', { |
'dependencies': [ |
'../pdf/pdf.gyp:pdf', |