Commit 2553ff15 authored by Theresa Wellington's avatar Theresa Wellington Committed by Commit Bot

Update //chrome/browser/profiles/android/DEPS

Move //chrome/browser/profiles/android/DEPS to
//chrome/browser/profiles/android/java/DEPS, add missing entry, and
remove C++ exclusions.

BUG=1084827

Change-Id: Icb291315651af6cb41b076dd2b4d63dfbc74cb36
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211231Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Theresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771025}
parent ffd840b8
include_rules = [
"-chrome/browser",
"+chrome/browser/android/crypto",
"-content/public/android",
"+content/public/android/java/src/org/chromium/content_public",
]
specific_include_rules = {
# This DEPS violation snuck in while there was a bug in the checkdeps tool.
# https://crbug.com/1084827
"profile_downloader_android\.cc": [
"+chrome/browser/browser_process.h",
"+chrome/browser/profiles/profile_android.h",
"+chrome/browser/profiles/profile_attributes_entry.h",
"+chrome/browser/profiles/profile_attributes_storage.h",
"+chrome/browser/profiles/profile_avatar_icon_util.h",
"+chrome/browser/profiles/profile_downloader.h",
"+chrome/browser/profiles/profile_downloader_delegate.h",
"+chrome/browser/profiles/profile_manager.h",
"+chrome/browser/signin/identity_manager_factory.h",
],
# This DEPS violation snuck in while there was a bug in the checkdeps tool.
# https://crbug.com/1084827
"profile_manager_utils\.cc": [
"+chrome/browser/browser_process.h",
"+chrome/browser/profiles/android/jni_headers/ProfileManagerUtils_jni.h",
"+chrome/browser/profiles/profile.h",
"+chrome/browser/profiles/profile_manager.h",
],
}
include_rules = [
"-chrome/browser",
"+chrome/browser/android/crypto",
"+chrome/browser/preferences/android",
"-content/public/android",
"+content/public/android/java/src/org/chromium/content_public",
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment