Chromium Code Reviews| Index: chrome/chrome.gyp |
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
| index c5fdad420729e121bb8921267a051bd94425f4cf..a5996c15769037f91bf69a0ae9e828a36922e3d0 100644 |
| --- a/chrome/chrome.gyp |
| +++ b/chrome/chrome.gyp |
| @@ -38,7 +38,7 @@ |
| 'common_nacl_win64', |
| 'common_constants_win64', |
| 'installer_util_nacl_win64', |
| - 'policy_win64', |
| + #'app/policy/cloud_policy_codegen.gyp:policy_win64', |
|
Mark Mentovai
2011/02/10 18:42:19
?
Jakob Kummerow
2011/02/14 16:14:26
Done. Forgot to remove it earlier.
|
| ], |
| 'allocator_target': '../base/allocator/allocator.gyp:allocator', |
| 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| @@ -847,10 +847,10 @@ |
| '../third_party/icu/icu.gyp:icuuc', |
| '../third_party/libjingle/libjingle.gyp:libjingle', |
| '../third_party/sqlite/sqlite.gyp:sqlite', |
| + 'app/policy/cloud_policy_codegen.gyp:policy', |
| 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 'common_constants', |
| 'common_net', |
| - 'policy', |
| 'sync', |
| 'sync_notifier', |
| ], |
| @@ -1805,9 +1805,9 @@ |
| 'type': 'executable', |
| 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', |
| 'dependencies': [ |
| + 'app/policy/cloud_policy_codegen.gyp:policy', |
| 'common_constants', |
| 'installer_util', |
| - 'policy', |
| '../base/base.gyp:base', |
| '../breakpad/breakpad.gyp:breakpad_handler', |
| '../breakpad/breakpad.gyp:breakpad_sender', |