| Index: components/policy/BUILD.gn
|
| diff --git a/components/policy/BUILD.gn b/components/policy/BUILD.gn
|
| index 9a4f61e4cc971c794962e1d6f9c69e5152433102..9f992aaf70a4c51b7f72fd6b79f9ed613139a0cd 100644
|
| --- a/components/policy/BUILD.gn
|
| +++ b/components/policy/BUILD.gn
|
| @@ -92,7 +92,6 @@ if (enable_configuration_policy) {
|
| proto_library("cloud_policy_proto_generated_compile") {
|
| sources = [ cloud_policy_proto_path ]
|
|
|
| - proto_in_dir = policy_gen_dir
|
| proto_out_dir = "policy/proto"
|
| cc_generator_options = "dllexport_decl=POLICY_PROTO_EXPORT:"
|
| cc_include = "components/policy/policy_proto_export.h"
|
| @@ -106,7 +105,6 @@ if (enable_configuration_policy) {
|
| # This target builds the "full" protobuf, used for tests only.
|
| proto_library("chrome_settings_proto_generated_compile") {
|
| sources = [ chrome_settings_proto_path ]
|
| - proto_in_dir = policy_gen_dir
|
| proto_out_dir = "policy/proto"
|
|
|
| deps = [
|
|
|