diff options
author | jkummerow@chromium.org <jkummerow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 09:36:09 +0000 |
---|---|---|
committer | jkummerow@chromium.org <jkummerow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 09:36:09 +0000 |
commit | 43aca00e01ed07ffbbe18f72e08d2cc0d9dfe8cd (patch) | |
tree | 3ecf01593abb3493a44ca269ca521d562431be42 /chrome/chrome.gyp | |
parent | be24d307cfb3aba57e4456063eb31207665ce657 (diff) | |
download | chromium_src-43aca00e01ed07ffbbe18f72e08d2cc0d9dfe8cd.zip chromium_src-43aca00e01ed07ffbbe18f72e08d2cc0d9dfe8cd.tar.gz chromium_src-43aca00e01ed07ffbbe18f72e08d2cc0d9dfe8cd.tar.bz2 |
New policy protobuf protocol.
- cloud_policy.proto autogenerated from policy_templates.json
- C++ method decoding the protobuf autogenerated from policy_templates.json
- changed policy fetching mechanism to fetch new-style policy protobufs
BUG=68309, chromium-os:11253, chromium-os:11255
TEST=CloudPolicyCacheTest.*; also manual test against python testserver
Review URL: http://codereview.chromium.org/6409040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75082 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 80caf95..6b78cae 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -38,7 +38,6 @@ '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,10 +848,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', ], @@ -1810,9 +1809,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', |