aboutsummaryrefslogtreecommitdiff
path: root/system_api.gyp
diff options
context:
space:
mode:
authorRoman Sorokin <rsorokin@chromium.org>2017-02-08 13:47:50 +0100
committerchrome-bot <chrome-bot@chromium.org>2017-02-09 12:47:42 -0800
commitcc0eda812a8aaa665d4f26f5da74875284849bf6 (patch)
tree3ffd0fd34cc5aec42d5d7c63c573331070ee347b /system_api.gyp
parentb40e52e110976916d3812324347d83e81f0e4d55 (diff)
downloadsystem_api-cc0eda812a8aaa665d4f26f5da74875284849bf6.tar.gz
authpolicy: Add active_directory_account_data.proto
It will be used to report to chrome Active Directory account info BUG=chromium:689000 TEST=manual Change-Id: I024508681f9b284a6a3187db1469a690dd930b7f Reviewed-on: https://chromium-review.googlesource.com/439565 Commit-Ready: Roman Sorokin <rsorokin@chromium.org> Tested-by: Roman Sorokin <rsorokin@chromium.org> Reviewed-by: Dan Erat <derat@chromium.org>
Diffstat (limited to 'system_api.gyp')
-rw-r--r--system_api.gyp23
1 files changed, 23 insertions, 0 deletions
diff --git a/system_api.gyp b/system_api.gyp
index 47b12d7..82423f9 100644
--- a/system_api.gyp
+++ b/system_api.gyp
@@ -85,5 +85,28 @@
'<(SHARED_INTERMEDIATE_DIR)/include/cryptohome/proto_bindings/signed_secret.pb.cc',
]
},
+ {
+ 'target_name': 'system_api-authpolicy-protos-gen',
+ 'type': 'none',
+ 'variables': {
+ 'proto_in_dir': 'dbus/authpolicy',
+ 'proto_out_dir': 'include/authpolicy/proto_bindings',
+ },
+ 'sources': [
+ '<(proto_in_dir)/active_directory_account_data.proto',
+ ],
+ 'includes': ['../../platform2/common-mk/protoc.gypi'],
+ },
+ {
+ 'target_name': 'system_api-authpolicy-protos',
+ 'type': 'static_library',
+ 'standalone_static_library': 1,
+ 'dependencies': [
+ 'system_api-authpolicy-protos-gen',
+ ],
+ 'sources': [
+ '<(SHARED_INTERMEDIATE_DIR)/include/authpolicy/proto_bindings/active_directory_account_data.pb.cc',
+ ]
+ },
]
}