0
Files
src/components/gcm_driver/DEPS
Will Harris 93d0dcd550 Move os_crypt into a sync/ subdirectory.
This is a prerequisite for landing the new version of OSCrypt
that will support async.

All callers are updated to call into os_crypt/sync.

Future CLs will land new code into os_crypt/async and migrate
callers as necessary.

BUG=1373092

Change-Id: I8a653df11aa9ef9b92f44771adca2944f66fcc43
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4336304
Reviewed-by: Christos Froussios <cfroussios@chromium.org>
Reviewed-by: Nasko Oskov <nasko@chromium.org>
Owners-Override: Nasko Oskov <nasko@chromium.org>
Commit-Queue: Will Harris <wfh@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1117278}
2023-03-14 23:38:47 +00:00

28 lines
907 B
Python

include_rules = [
"+components/crx_file/id_util.h",
"+components/os_crypt/sync",
"+components/keyed_service",
"+components/pref_registry",
"+components/prefs",
"+components/signin/public",
"+components/version_info",
"+content/public/browser/browser_context.h",
"+content/public/test", # Only used for tests.
"+crypto", # Only used for tests.
# Whitelist specific headers from //google_apis/gaia. Contact
# blundell@chromium.org if looking to add more.
"+google_apis/gaia/core_account_id.h",
"+google_apis/gaia/gaia_constants.h",
"+google_apis/gaia/gaia_oauth_client.h",
"+google_apis/gaia/google_service_auth_error.h",
"+google_apis/gcm",
"+mojo/public",
"+net",
"+services/network/public/cpp",
"+services/network/public/mojom",
"+services/network/test",
"+third_party/leveldatabase", # Only used for tests.
"+third_party/re2", # Only used for tests.
]