diff options
author | danno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 12:07:08 +0000 |
---|---|---|
committer | danno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 12:07:08 +0000 |
commit | 150f43b345029c037176b4d23c2c32aacd8b6dfc (patch) | |
tree | 35ea50a24ae1ffc7997a84af592434b80b48dbef /chrome/chrome.gyp | |
parent | 5b8bcd40e3f3b7426ddee939054913505f43156f (diff) | |
download | chromium_src-150f43b345029c037176b4d23c2c32aacd8b6dfc.zip chromium_src-150f43b345029c037176b4d23c2c32aacd8b6dfc.tar.gz chromium_src-150f43b345029c037176b4d23c2c32aacd8b6dfc.tar.bz2 |
Policy: generate boilerplate policy type and constant code.
This is the first step to being able to re-constitute policy from a non-generic protobuf in a policy request in a fully automated way (i.e. the code for the process can be generated). The non-generic protobuf is required for automatic merging of policy on the server-side.
BUG=68309
TEST=existing policy/provider tests
Review URL: http://codereview.chromium.org/6002015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72784 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 1f421cb..4455b2f 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', |