summaryrefslogtreecommitdiff
path: root/chromium/components/gcm_driver/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/gcm_driver/DEPS')
-rw-r--r--chromium/components/gcm_driver/DEPS27
1 files changed, 27 insertions, 0 deletions
diff --git a/chromium/components/gcm_driver/DEPS b/chromium/components/gcm_driver/DEPS
new file mode 100644
index 00000000000..45c75405fd0
--- /dev/null
+++ b/chromium/components/gcm_driver/DEPS
@@ -0,0 +1,27 @@
+include_rules = [
+ "+components/crx_file/id_util.h",
+ "+components/os_crypt",
+ "+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.
+]