Commit 6f3c4346 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

Move platform-related entries in Source/*/DEPS to Source/DEPS.

platform/ and public/platform/ are the lowest layers in Blink, and any
code in Source/ can include them.  Source/DEPS should have entries for
them.

This CL has no behavior changes.

Bug: 565932
Change-Id: Iacd3baa5838d9e7195f4a57a8f8c3dcd4749815b
Reviewed-on: https://chromium-review.googlesource.com/970043Reviewed-by: default avatarYuta Kitamura <yutak@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544289}
parent 71eb8c4f
......@@ -12,11 +12,17 @@ include_rules = [
"+base/thread_annotations.h",
"+base/time/time.h",
"+build",
"+platform",
"+public/platform",
"+services/service_manager/public/cpp/connector.h",
"+services/service_manager/public/cpp/interface_provider.h",
"+testing/gmock/include/gmock",
"+testing/gtest/include/gtest",
"+v8",
# We are moving from WTF_MAKE_NONCOPYABLE to DISALLOW_COPY_AND_ASSIGN. Stop
# new dependencies on WTF_MAKE_NONCOPYABLE.
"!platform/wtf/Noncopyable.h",
]
skip_child_includes = [
......
......@@ -4,8 +4,6 @@ include_rules = [
"+core",
"+gin/public",
"+modules",
"+platform",
"+public/platform",
"+services/network/public/mojom/fetch_api.mojom-blink.h",
"+web/api",
]
......@@ -5,8 +5,6 @@ include_rules = [
"+modules",
"+mojo/public",
"+controller",
"+platform",
"+web",
"+public/platform",
"+public/web",
]
......@@ -13,10 +13,8 @@ include_rules = [
"-modules",
"+mojo/public/cpp/bindings",
"+mojo/public/cpp/system",
"+platform",
"+public/common",
"+public/mojom",
"+public/platform",
"+public/public_features.h",
"+public/web",
"+services/metrics/public",
......@@ -36,9 +34,6 @@ include_rules = [
# we resolve the control layer.
"!core/frame/WebLocalFrameImpl.h",
"!core/frame/WebRemoteFrameImpl.h",
# We are moving from WTF_MAKE_NONCOPYABLE to DISALLOW_COPY_AND_ASSIGN. Stop
# new dependencies on WTF_MAKE_NONCOPYABLE.
"!platform/wtf/Noncopyable.h",
]
specific_include_rules = {
......
......@@ -9,12 +9,7 @@ include_rules = [
"!core/frame/WebLocalFrameImpl.h",
"!core/frame/WebRemoteFrameImpl.h",
"+modules",
"+platform",
# We are moving from WTF_MAKE_NONCOPYABLE to DISALLOW_COPY_AND_ASSIGN. Stop
# new dependencies on WTF_MAKE_NONCOPYABLE.
"!platform/wtf/Noncopyable.h",
"+public/common",
"+public/platform",
"+public/web",
"+services/service_manager/public/mojom/interface_provider.mojom-blink.h",
"-web",
......
......@@ -46,8 +46,6 @@ include_rules = [
"+gpu/GLES2",
"+mojo/public",
"+mozilla",
"+platform",
"+public/platform",
#TODO(nverne): remove this
"+public/web/WebKit.h",
"+services/metrics/public/cpp/ukm_entry_builder.h",
......
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