Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index 390c610b3cba774778de764cef3811fb998e5815..dfb5a1340e2f23453aafafd485ed1cb64ab5c94a 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -202,12 +202,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', |
@@ -592,7 +592,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', |
@@ -624,6 +624,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. |