| Index: components/policy/proto/BUILD.gn
|
| diff --git a/components/policy/proto/BUILD.gn b/components/policy/proto/BUILD.gn
|
| index c1b56c7798f248832e09b2c3c6a8e3f5ecb22acd..0fc12e082d08ff3eeac7129d413d2203b5764829 100644
|
| --- a/components/policy/proto/BUILD.gn
|
| +++ b/components/policy/proto/BUILD.gn
|
| @@ -28,9 +28,8 @@ proto_library("proto_internal") {
|
| sources += [ "device_management_local.proto" ]
|
| }
|
|
|
| - proto_out_dir = "policy/proto"
|
| cc_generator_options = "dllexport_decl=POLICY_PROTO_EXPORT:"
|
| - cc_include = "components/policy/policy_proto_export.h"
|
| + cc_include = "components/policy/proto/policy_proto_export.h"
|
| component_build_force_source_set = true
|
| defines = [ "POLICY_PROTO_COMPILATION" ]
|
| }
|
|
|