| Index: chrome/app/policy/cloud_policy_codegen.gyp
|
| diff --git a/chrome/app/policy/cloud_policy_codegen.gyp b/chrome/app/policy/cloud_policy_codegen.gyp
|
| index 439ff6a460267e0d665a6103d79d9d1133f9644d..ba13f51c45075799cef926eb36be966e8daf4059 100644
|
| --- a/chrome/app/policy/cloud_policy_codegen.gyp
|
| +++ b/chrome/app/policy/cloud_policy_codegen.gyp
|
| @@ -101,12 +101,13 @@
|
| 'includes': [ '../../../build/protoc.gypi' ],
|
| },
|
| {
|
| - 'target_name': 'cloud_policy_backend_header_compile',
|
| + 'target_name': 'policy_proto_compile',
|
| 'type': 'static_library',
|
| 'sources': [
|
| '<(proto_rel_path)/chrome_device_policy.proto',
|
| '<(proto_rel_path)/device_management_backend.proto',
|
| '<(proto_rel_path)/device_management_local.proto',
|
| + '<(proto_rel_path)/install_attributes.proto',
|
| '<(proto_rel_path)/old_generic_format.proto',
|
| ],
|
| 'variables': {
|
| @@ -139,7 +140,7 @@
|
| 'dependencies': [
|
| 'cloud_policy_code_generate',
|
| 'cloud_policy_proto_compile',
|
| - 'cloud_policy_backend_header_compile',
|
| + 'policy_proto_compile',
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
|
| ],
|
|
|