Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1477)

Unified Diff: chrome/app/policy/cloud_policy_codegen.gyp

Issue 6840014: Support decoding GenericNamedValue based policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit test broken by patch set 2 Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ef3bb59fcf4824c20dd89d7a78d1abc61b4879e8..723d091c9849d478ef86438b5125d39ea61f17b3 100644
--- a/chrome/app/policy/cloud_policy_codegen.gyp
+++ b/chrome/app/policy/cloud_policy_codegen.gyp
@@ -102,6 +102,7 @@
'<(proto_rel_path)/chrome_device_policy.proto',
'<(proto_rel_path)/device_management_backend.proto',
'<(proto_rel_path)/device_management_local.proto',
+ '<(proto_rel_path)/old_generic_format.proto',
],
'rules': [
{
@@ -117,18 +118,16 @@
],
'action': [
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
- '--proto_path=<(policy_out_dir)/policy',
'--proto_path=<(proto_rel_path)',
'<(proto_rel_path)/<(RULE_INPUT_NAME)',
'--cpp_out=<(protoc_out_dir)/<(proto_path_substr)',
'--python_out=<(PRODUCT_DIR)/pyproto/device_management_pb',
],
'message': 'Generating C++ and Python code from <(RULE_INPUT_PATH)',
- }
+ },
],
'dependencies': [
'<(DEPTH)/third_party/protobuf/protobuf.gyp:protoc#host',
- 'cloud_policy_proto_compile',
],
'direct_dependent_settings': {
'include_dirs': [
@@ -153,6 +152,8 @@
'<(protobuf_decoder_path)',
'<(protoc_out_dir)/<(proto_path_substr)/cloud_policy.pb.h',
'<(protoc_out_dir)/<(proto_path_substr)/cloud_policy.pb.cc',
+ '<(protoc_out_dir)/<(proto_path_substr)/old_generic_format.pb.h',
+ '<(protoc_out_dir)/<(proto_path_substr)/old_generic_format.pb.cc',
'<(DEPTH)/chrome/browser/policy/policy_map.h',
'<(DEPTH)/chrome/browser/policy/policy_map.cc',
],
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698