summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/DEPS')
-rw-r--r--chromium/third_party/blink/renderer/core/DEPS12
1 files changed, 7 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/core/DEPS b/chromium/third_party/blink/renderer/core/DEPS
index c1d86ea88d1..c1ed3d8ea87 100644
--- a/chromium/third_party/blink/renderer/core/DEPS
+++ b/chromium/third_party/blink/renderer/core/DEPS
@@ -4,6 +4,7 @@ include_rules = [
"+base/bits.h",
"+base/cancelable_callback.h",
"+base/files/file.h",
+ "+base/i18n/uchar.h",
"+base/mac/foundation_util.h",
"+base/mac/mac_util.h",
"+base/mac/scoped_cftyperef.h",
@@ -23,7 +24,7 @@ include_rules = [
"+base/unguessable_token.h",
"+build/mac",
"+build/win",
- "+cc/animation/animation_curve.h",
+ "+ui/gfx/animation/keyframe/animation_curve.h",
"+cc/animation/animation_host.h",
"+cc/animation/scroll_offset_animations.h",
"+cc/animation/scroll_offset_animation_curve.h",
@@ -76,6 +77,7 @@ include_rules = [
"+services/network/public/cpp/cors/cors_error_status.h",
"+services/network/public/cpp/features.h",
"+services/network/public/cpp/ip_address_space_util.h",
+ "+services/network/public/cpp/is_potentially_trustworthy.h",
"+services/network/public/cpp/request_destination.h",
"+services/network/public/cpp/request_mode.h",
"+services/network/public/cpp/web_sandbox_flags.h",
@@ -85,6 +87,7 @@ include_rules = [
"+skia/public/mojom",
"+skia/ext/image_operations.h",
"+skia/ext/legacy_display_globals.h",
+ "+skia/ext/skia_utils_base.h",
"+skia/ext/skia_utils_mac.h",
"+third_party/blink/public/common",
"+third_party/blink/public/mojom",
@@ -126,6 +129,7 @@ include_rules = [
specific_include_rules = {
# Additional allowed includes for tests.
".*_test(_.*)?\.(cc|h|mm)" : [
+ "+base/timer/lap_timer.h",
"+base/message_loop/message_loop.h",
"+base/test/test_mock_time_task_runner.h",
# Test harness may use cc directly instead of going through WebViewImpl etc.
@@ -136,6 +140,7 @@ specific_include_rules = {
# that the Web abstraction can go away.
"+content/renderer/compositor",
"+content/test",
+ "+testing/perf/perf_result_reporter.h",
"+third_party/blink/renderer/core/frame/web_local_frame_impl.h",
"+third_party/blink/renderer/core/frame/web_remote_frame_impl.h",
"+gin",
@@ -143,6 +148,7 @@ specific_include_rules = {
],
"data_object_item.cc" : [ "+ui/gfx/codec" ],
"chrome_client.h" : [
+ "+components/viz/common/delegated_ink_metadata.h",
"+components/viz/common/surfaces/frame_sink_id.h",
],
"clipboard_utilities.cc" : [ "+net/base/escape.h" ],
@@ -152,10 +158,6 @@ specific_include_rules = {
"find_task_controller.cc" : [
"+third_party/blink/renderer/core/frame/web_local_frame_impl.h",
],
- # TODO(darin): Remove once onion-souping is complete for prerendering.
- "prerenderer_client.cc" : [
- "+third_party/blink/renderer/core/frame/web_local_frame_impl.h",
- ],
"html_media_element_test.cc": [
"+base/test/gtest_util.h",
],