Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Missing deps on C65 #543

Open
jumde opened this issue Mar 22, 2018 · 1 comment
Open

Missing deps on C65 #543

jumde opened this issue Mar 22, 2018 · 1 comment
Labels

Comments

@jumde
Copy link
Contributor

jumde commented Mar 22, 2018

Undefined symbols for architecture x86_64:
  "PermissionRequest::PermissionRequest()", referenced from:
      (anonymous namespace)::AttestationPermissionRequest::AttestationPermissionRequest(GURL const&, base::OnceCallback<void (bool)>) in cryptotoken_private_api.o
  "TrustedSourcesManager::Create()", referenced from:
      DownloadPrefs::IsFromTrustedSource(content::DownloadItem const&) in download_prefs.o
  "PermissionRequestManager::AddRequest(PermissionRequest*)", referenced from:
      extensions::api::CryptotokenPrivateCanAppIdGetAttestationFunction::Run() in cryptotoken_private_api.o
  "content::WebContentsUserData<PermissionRequestManager>::kLocatorKey", referenced from:
      content::WebContentsUserData<PermissionRequestManager>::UserDataKey() in cryptotoken_private_api.o
  "PermissionRequest::GetGestureType() const", referenced from:
      vtable for (anonymous namespace)::AttestationPermissionRequest in cryptotoken_private_api.o
  "PermissionRequest::GetContentSettingsType() const", referenced from:
      vtable for (anonymous namespace)::AttestationPermissionRequest in cryptotoken_private_api.o
@jumde jumde added the bug label Mar 22, 2018
@darkdh
Copy link
Member

darkdh commented Mar 22, 2018

this is when building debug build, to be specific is when we turn off optimization

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants