| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 1f421cb05c681b6e8e16d64a84786c9d09874ec3..4455b2f5032ba292c9e20f585d69f8203b7ab8f3 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -38,6 +38,7 @@
|
| 'common_nacl_win64',
|
| 'common_constants_win64',
|
| 'installer_util_nacl_win64',
|
| + 'policy_win64',
|
| ],
|
| 'allocator_target': '../base/allocator/allocator.gyp:allocator',
|
| 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
|
| @@ -849,6 +850,7 @@
|
| 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
|
| 'common_constants',
|
| 'common_net',
|
| + 'policy',
|
| 'sync',
|
| 'sync_notifier',
|
| ],
|
| @@ -1794,6 +1796,7 @@
|
| 'dependencies': [
|
| 'common_constants',
|
| 'installer_util',
|
| + 'policy',
|
| '../base/base.gyp:base',
|
| '../breakpad/breakpad.gyp:breakpad_handler',
|
| '../breakpad/breakpad.gyp:breakpad_sender',
|
|
|