diff options
author | jkummerow@chromium.org <jkummerow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-25 12:45:13 +0000 |
---|---|---|
committer | jkummerow@chromium.org <jkummerow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-25 12:45:13 +0000 |
commit | dbac234af477d8d445cd3f0e15077c3078e59eb9 (patch) | |
tree | 0ed1120fd76dce4157dbd3a2407b901c4d7f469c /chrome/app | |
parent | 1cf9c1333311f462a378e4ed968ad4c04bc2b0d5 (diff) | |
download | chromium_src-dbac234af477d8d445cd3f0e15077c3078e59eb9.zip chromium_src-dbac234af477d8d445cd3f0e15077c3078e59eb9.tar.gz chromium_src-dbac234af477d8d445cd3f0e15077c3078e59eb9.tar.bz2 |
Update protobuf definitions for ChromeOS device policy support
BUG=chromium-os:11258
TEST=compiles; existing unit tests pass
Review URL: http://codereview.chromium.org/6727027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79390 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/policy/cloud_policy_codegen.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/policy/cloud_policy_codegen.gyp b/chrome/app/policy/cloud_policy_codegen.gyp index bbd5e32..ef3bb59 100644 --- a/chrome/app/policy/cloud_policy_codegen.gyp +++ b/chrome/app/policy/cloud_policy_codegen.gyp @@ -99,6 +99,7 @@ 'target_name': 'cloud_policy_backend_header_compile', 'type': 'none', 'sources': [ + '<(proto_rel_path)/chrome_device_policy.proto', '<(proto_rel_path)/device_management_backend.proto', '<(proto_rel_path)/device_management_local.proto', ], |