tpm_manager: Rename libchromeos into libbrillo

BUG: 24872993
Change-Id: Ide8203d5a13feb8746d83885578f4002df57312c
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': [