File: DEPS

package info (click to toggle)
chromium 139.0.7258.127-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,122,156 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 (36 lines) | stat: -rw-r--r-- 1,880 bytes parent folder | download | duplicates (5)
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
# This should eventually shrink until nothing from content is included,
# whereupon this code may be moved to components/remote_cocoa. Do not
# add any additional dependencies on content code.
# https://crbug.com/958255
include_rules = [
  "+components/input/native_web_keyboard_event.h",
  "+components/remote_cocoa/app_shim",
  "+content/app_shim_remote_cocoa",
  "+content/browser/cocoa/system_hotkey_helper_mac.h",
  "+content/browser/cocoa/system_hotkey_map.h",
  "+content/browser/download/drag_download_file.h",
  "+content/browser/download/drag_download_util.h",
  "+content/browser/renderer_host/input/mouse_wheel_rails_filter_mac.h",
  "+components/input/web_input_event_builders_mac.h",
  "+content/browser/renderer_host/render_widget_host_view_mac.h",
  "+content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper.h",
  "+content/browser/web_contents/web_contents_impl.h",
  "+content/browser/web_contents/web_contents_view_mac.h",
  "+content/browser/web_contents/web_drag_dest_mac.h",
  "+content/common/content_export.h",
  "+content/common/render_widget_host_ns_view.mojom.h",
  "+content/common/web_contents_ns_view_bridge.mojom.h",
  "+content/public/browser/content_browser_client.h",
  "+content/public/browser/remote_cocoa.h",
  "+content/public/browser/browser_accessibility_state.h",
  "+content/public/browser/scoped_accessibility_mode.h",
  "+content/public/browser/render_widget_host_view_mac_delegate.h",
  "+content/public/common/content_client.h",
  "+content/public/common/content_features.h",
  "+content/public/common/drop_data.h",
  "+content/public/common/widget_type.h",
  "+third_party/blink/public/mojom/webshare/webshare.mojom.h",
  "+ui/accessibility/platform/browser_accessibility_cocoa.h",
  "+ui/accessibility/platform/browser_accessibility_mac.h",
  "+ui/accessibility/platform/browser_accessibility_manager_mac.h",
]