File: DEPS

package info (click to toggle)
chromium 139.0.7258.127-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 6,122,068 kB
  • sloc: cpp: 35,100,771; ansic: 7,163,530; javascript: 4,103,002; python: 1,436,920; asm: 946,517; xml: 746,709; pascal: 187,653; perl: 88,691; sh: 88,436; objc: 79,953; sql: 51,488; cs: 44,583; fortran: 24,137; makefile: 22,147; tcl: 15,277; php: 13,980; yacc: 8,984; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (75 lines) | stat: -rw-r--r-- 2,622 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
include_rules = [
  "+components/pdf/common/pdf_util.h",
  "+components/translate/core/language_detection",
  "+content/public/renderer",

  "+gin",
  "+net/base/backoff_entry.h",
  "+net/base/net_errors.h",

  "+pdf/buildflags.h",

  "+third_party/skia/include/core",
  "+third_party/cld_3",

  "+third_party/blink/public/common/associated_interfaces/associated_interface_provider.h",
  "+third_party/blink/public/common/associated_interfaces/associated_interface_registry.h",
  "+third_party/blink/public/common/logging/logging_utils.h",
  "+third_party/blink/public/common/page/browsing_context_group_info.h",
  "+third_party/blink/public/common/security/protocol_handler_security_level.h",
  "+third_party/blink/public/common/tokens/tokens.h",
  "+third_party/blink/public/mojom/devtools/console_message.mojom.h",
  "+third_party/blink/public/mojom/loader/transferrable_url_loader.mojom.h",
  "+third_party/blink/public/mojom/frame/user_activation_notification_type.mojom.h",
  "+third_party/blink/public/mojom/page/page.mojom.h",
  "+third_party/blink/public/mojom/page/prerender_page_param.mojom.h",
  "+third_party/blink/public/mojom/partitioned_popins/partitioned_popin_params.mojom.h",
  "+services/network/public/mojom/permissions_policy/permissions_policy_feature.mojom-forward.h",
  "+third_party/blink/public/mojom/service_worker/service_worker_registration.mojom.h",
  "+third_party/blink/public/platform",
  "+third_party/blink/public/web",
  "+third_party/zlib/google/compression_utils.h",

  "+tools/json_schema_compiler",

  "+ui/accessibility",
  "+ui/strings/grit/auto_image_annotation_strings.h",

  "-v8",
  "+v8/include",

  "+storage/common/file_system",

  "+services/accessibility/public/mojom",
  "+services/metrics/public/cpp",
  "+services/network/public",
  "+services/service_manager/public/cpp",
]

specific_include_rules = {
  "extension_localization_throttle_unittest.cc": [
    "+net/base/request_priority.h",
    "+services/network/test/test_url_loader_client.h",
  ],
  "extension_throttle_manager.cc": [
    # For net::IsLocalhost.
    "+net/base/url_util.h",
  ],
  "extension_throttle_unittest.cc": [
    "+net/url_request/redirect_info.h",
  ],

  # The following could be hoisted up (they don't violate any conceptual
  # layering), but they're really only needed here, and localization_peer is
  # a bit unique.
  "localization_peer.cc": [
    "+net/http/http_response_headers.h",
  ],
  "localization_peer_unittest.cc": [
    "+net/url_request/redirect_info.h",
  ],

  "native_extension_bindings_system.cc": [
    "+third_party/blink/public/common/features_generated.h",
  ]
}