summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-10-27 11:48:48 -0700
committerAlex Vakulenko <avakulenko@google.com>2015-10-27 11:48:48 -0700
commit2c9a05c401de0b9eb7bc6ecc8304462dc72b5b5f (patch)
treed4e220b9aacf7570c519c903c36ce3371ecb9b9a
parentc9429017d51d78d516ac40531ce83fe35c48524c (diff)
downloadtpm_manager-2c9a05c401de0b9eb7bc6ecc8304462dc72b5b5f.tar.gz
tpm_manager: Rename libchromeos into libbrillo
BUG: 24872993 Change-Id: Ide8203d5a13feb8746d83885578f4002df57312c
-rw-r--r--tpm_manager.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpm_manager.gyp b/tpm_manager.gyp
index 8fd48cc..4cea356 100644
--- a/tpm_manager.gyp
+++ b/tpm_manager.gyp
@@ -19,8 +19,8 @@
'includes': ['../../../platform2/common-mk/common.gypi'],
'variables': {
'deps': [ # This is a list of pkg-config dependencies
+ 'libbrillo-<(libbase_ver)',
'libchrome-<(libbase_ver)',
- 'libchromeos-<(libbase_ver)',
'openssl',
'protobuf-lite',
],
@@ -145,8 +145,8 @@
'includes': ['../../../platform2/common-mk/common_test.gypi'],
'variables': {
'deps': [
+ 'libbrillo-test-<(libbase_ver)',
'libchrome-test-<(libbase_ver)',
- 'libchromeos-test-<(libbase_ver)',
],
},
'sources': [