summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/cros_system_api/system_api.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/cros_system_api/system_api.gyp')
-rw-r--r--chromium/third_party/cros_system_api/system_api.gyp21
1 files changed, 19 insertions, 2 deletions
diff --git a/chromium/third_party/cros_system_api/system_api.gyp b/chromium/third_party/cros_system_api/system_api.gyp
index c74c42d65e0..aeaa6343554 100644
--- a/chromium/third_party/cros_system_api/system_api.gyp
+++ b/chromium/third_party/cros_system_api/system_api.gyp
@@ -15,7 +15,7 @@
'<(proto_in_dir)/mtp_file_entry.proto',
'<(proto_in_dir)/field_trial_list.proto',
],
- 'includes': ['../common-mk/protoc.gypi'],
+ 'includes': ['../../platform2/common-mk/protoc.gypi'],
},
{
'target_name': 'system_api-power_manager-protos',
@@ -34,7 +34,24 @@
'<(proto_in_dir)/policy.proto',
'<(proto_in_dir)/power_supply_properties.proto',
],
- 'includes': ['../common-mk/protoc.gypi'],
+ 'includes': ['../../platform2/common-mk/protoc.gypi'],
+ },
+ {
+ 'target_name': 'system_api-cryptohome-protos',
+ 'type': 'static_library',
+ 'variables': {
+ 'proto_in_dir': 'dbus/cryptohome',
+ 'proto_out_dir': 'include/cryptohome/proto_bindings',
+ },
+ 'cflags': [
+ '-fvisibility=hidden',
+ ],
+ 'sources': [
+ '<(proto_in_dir)/key.proto',
+ '<(proto_in_dir)/rpc.proto',
+ '<(proto_in_dir)/signed_secret.proto',
+ ],
+ 'includes': ['../../platform2/common-mk/protoc.gypi'],
},
{
'target_name': 'system_api-headers',