| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 9145889d6fbbbebde186b5a04bd5d4c68f42f199..1347d55926f8bcd0a9af3984ad30c4f10697b175 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -38,8 +38,10 @@
|
| 'common_nacl_win64',
|
| 'common_constants_win64',
|
| 'installer_util_nacl_win64',
|
| + 'policy_win64',
|
| ],
|
| 'allocator_target': '../base/allocator/allocator.gyp:allocator',
|
| + 'policy_out_dir': '<(SHARED_INTERMEDIATE_DIR)/policy',
|
| 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
|
| 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
|
| 'chrome_strings_grds': [
|
| @@ -848,6 +850,7 @@
|
| 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
|
| 'common_constants',
|
| 'common_net',
|
| + 'policy',
|
| 'sync',
|
| 'sync_notifier',
|
| ],
|
| @@ -1788,6 +1791,7 @@
|
| 'dependencies': [
|
| 'common_constants',
|
| 'installer_util',
|
| + 'policy',
|
| '../base/base.gyp:base',
|
| '../breakpad/breakpad.gyp:breakpad_handler',
|
| '../breakpad/breakpad.gyp:breakpad_sender',
|
|
|