Commit 7cadf96a authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Clean up some chrome/renderer DEPS.

- Make spellcheck rules inclusive instead of exclusive.
- Push some PPAPI rules down into the pepper/ sub-directory.
- Remove a rendundant rule.

Change-Id: I8dfee499566bb37b11912b063d16fa788127bdc4
Reviewed-on: https://chromium-review.googlesource.com/1197353Reviewed-by: default avatarRouslan Solomakhin <rouslan@chromium.org>
Reviewed-by: default avatarRaymes Khoury <raymes@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587918}
parent 403812ba
......@@ -31,7 +31,8 @@ include_rules = [
"+components/safe_browsing/common",
"+components/safe_browsing/features.h",
"+components/safe_browsing/renderer",
"+components/spellcheck",
"+components/spellcheck/renderer",
"+components/spellcheck/spellcheck_buildflags.h",
"+components/startup_metric_utils/common",
"+components/strings/grit",
"+components/subresource_filter/content/common",
......@@ -47,14 +48,12 @@ include_rules = [
"+components/web_cache/renderer",
"+content/app/strings/grit",
"+content/public/child",
"+content/public/common",
"+content/public/renderer",
"+extensions/common",
"+extensions/buildflags",
"+extensions/renderer",
"+gin",
"+media/base",
"+ppapi/c",
"+ppapi/shared_impl",
"+services/network/public/cpp",
"+skia",
......@@ -62,7 +61,6 @@ include_rules = [
"+third_party/blink/public/mojom",
"+third_party/metrics_proto",
"+third_party/widevine/cdm/widevine_cdm_common.h",
"-components/spellcheck/browser", # Allow all spellcheck but browser.
]
specific_include_rules = {
......
......@@ -108,7 +108,6 @@
#include "media/media_buildflags.h"
#include "net/base/net_errors.h"
#include "ppapi/buildflags/buildflags.h"
#include "ppapi/c/private/ppb_pdf.h"
#include "ppapi/shared_impl/ppapi_switches.h"
#include "printing/buildflags/buildflags.h"
#include "services/service_manager/public/cpp/connector.h"
......
......@@ -2,6 +2,7 @@ include_rules = [
"+components/nacl/common",
"+components/nacl/renderer",
"+components/services/font",
"+ppapi/c",
"+ppapi/host",
"+ppapi/proxy",
......
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