Commit 79016035 authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Ban ApplicationStatus in //components by way of DEPS

Bug: 470582
Change-Id: I2bcb08e74061643af08a756f067c7cd37717313f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380385Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Reviewed-by: default avatarRoss McIlroy <rmcilroy@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#802671}
parent 1e16becf
......@@ -6,7 +6,11 @@ include_rules = [
# components/ are not allowed.
"-components",
# Components that wish to use the content API or IPC must explicitly declare
# Components that wish to use the content API or IPC must explicitly declare
# these dependencies; see ./README.
"-ipc",
# TODO(crbug.com/470582): ApplicationStatus should be moved to //chrome. In the
# mean time, ban new usages.
"-base/android/java/src/org/chromium/base/ApplicationStatus.java",
]
......@@ -6,3 +6,10 @@ include_rules = [
"+sandbox",
"+ui/android",
]
specific_include_rules = {
"PhotoPickerDialog\.java": [
# TODO(crbug.com/470582): remove this exemption.
"+base/android/java/src/org/chromium/base/ApplicationStatus.java",
]
}
......@@ -5,3 +5,10 @@ include_rules = [
"+content/public/test/android/javatests",
"+ui/android",
]
specific_include_rules = {
"ShareImageFileUtils\.java": [
# TODO(crbug.com/470582): remove this exemption.
"+base/android/java/src/org/chromium/base/ApplicationStatus.java",
]
}
......@@ -3,3 +3,10 @@ include_rules = [
"+content/public/test/android",
"+ui/android",
]
specific_include_rules = {
"AlwaysDismissedDialog\.java": [
# TODO(crbug.com/470582): remove this exemption.
"+base/android/java/src/org/chromium/base/ApplicationStatus.java",
]
}
include_rules = [
# TODO(crbug.com/470582): remove this exemption.
"+base/android/java/src/org/chromium/base/ApplicationStatus.java",
"+components/crash/android",
"+ui/base/resource",
]
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