Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 90c53f58a6b0f8cbc50fd105d3a55ad84bc74074..dae0762f945d4a6858f055578996c6859662afd8 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -441,9 +441,9 @@ |
}], |
['OS=="win"', { |
'dependencies': [ |
+ 'app/policy/cloud_policy_codegen.gyp:policy', |
'installer_util', |
'installer_util_strings', |
- 'policy', |
'../breakpad/breakpad.gyp:breakpad_handler', |
'../breakpad/breakpad.gyp:breakpad_sender', |
'../sandbox/sandbox.gyp:sandbox', |
@@ -490,10 +490,8 @@ |
# On Windows make sure we've built Win64 version of chrome_dll, |
# which contains all of the library code with Chromium |
# functionality. |
- 'installer_util_nacl_win64', |
- 'common_constants_win64', |
+ 'app/policy/cloud_policy_codegen.gyp:policy_win64', |
'chrome_dll_nacl_win64', |
- 'policy_win64', |
'../breakpad/breakpad.gyp:breakpad_handler_win64', |
'../breakpad/breakpad.gyp:breakpad_sender_win64', |
'../base/base.gyp:base_nacl_win64', |