Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index 7112f9f23c7aa1fbe921f054560a2de4b9545c26..79577247bbd2fe3ae87981a42d61a1fb19695a17 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -203,12 +203,12 @@ |
# TODO(gregoryd): chrome_resources and chrome_strings could be |
# shared with the 64-bit target, but it does not work due to a gyp |
# issue. |
+ 'app/policy/cloud_policy_codegen.gyp:policy', |
'chrome_resources', |
'chrome_strings', |
'common_constants', |
'common_net', |
'default_plugin/default_plugin.gyp:default_plugin', |
- 'policy', |
'theme_resources', |
'../app/app.gyp:app_base', |
'../app/app.gyp:app_resources', |
@@ -594,7 +594,7 @@ |
'chrome_resources', |
'chrome_strings', |
'common_constants_win64', |
- 'policy_win64', |
+ 'app/policy/cloud_policy_codegen.gyp:policy_win64', |
'../app/app.gyp:app_base_nacl_win64', |
'../app/app.gyp:app_resources', |
'../base/base.gyp:base_nacl_win64', |
@@ -626,6 +626,7 @@ |
], |
'export_dependent_settings': [ |
'../app/app.gyp:app_base_nacl_win64', |
+ 'app/policy/cloud_policy_codegen.gyp:policy_win64', |
], |
# TODO(gregoryd): This could be shared with the 32-bit target, but |
# it does not work due to a gyp issue. |