Skip to content

Commit

Permalink
Publish DEPS for 96.0.4664.219
Browse files Browse the repository at this point in the history
git-subtree-dir: ui/gfx
git-subtree-split: 6a496db5ef7219101beacceca9566367c9cb1a09
  • Loading branch information
Chrome Release Bot (LUCI) authored and dahlstrom-g committed Mar 25, 2024
0 parents commit 55319fa
Show file tree
Hide file tree
Showing 797 changed files with 205,408 additions and 0 deletions.
975 changes: 975 additions & 0 deletions BUILD.gn

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
include_rules = [
"+base",
"+cc/base",
"+cc/paint",
"+device/vr/buildflags/buildflags.h",
"+skia/ext",
"+third_party/harfbuzz-ng",
"+third_party/skia",
"+third_party/test_fonts",
"+ui/ios",
"+ui/ozone/buildflags.h",

"-testing/gmock",
]

specific_include_rules = {
"delegated_ink_point\.h" : [
"+mojo/public/cpp/bindings/struct_traits.h",
],
}
12 changes: 12 additions & 0 deletions DIR_METADATA
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "UI>GFX"
}
team_email: "[email protected]"
63 changes: 63 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# For any other files, defer to ui/OWNERS.

# RenderText and related classes.
per-file render_text*[email protected]
per-file render_text*[email protected]
per-file text_elider*[email protected]
per-file text_elider*[email protected]

# Fonts and fallback fonts.
per-file font*[email protected]
per-file font*[email protected]
per-file platform_font*[email protected]
per-file platform_font*[email protected]

# Color utils.
per-file [email protected]
per-file color_utils*[email protected]

# Display and related classes.
per-file display*[email protected]
per-file screen*[email protected]

# Canvas painting.
per-file canvas*[email protected]

# Overlay transforms.
per-file overlay*[email protected]

# Overlay plane data.
per-file overlay_plane_data*[email protected]

# Transform, interpolated transform and transform util.
per-file transform*[email protected]
per-file transform*[email protected]
per-file interpolated_transform*[email protected]
per-file interpolated_transform*[email protected]

# Skia geometry helpers.
per-file skia_util*[email protected]
per-file skia_paint_util*[email protected]

# GPU memory buffer and GpuFence interfaces.
per-file gpu_fence*[email protected]
per-file gpu_fence*[email protected]
per-file gpu_fence*[email protected]
per-file gpu_memory_buffer*[email protected]
per-file gpu_memory_buffer*[email protected]
per-file gpu_memory_buffer*[email protected]
per-file buffer_format*[email protected]
per-file buffer_format*[email protected]
per-file buffer_format*[email protected]
per-file buffer_usage*[email protected]
per-file *buffer_types.*[email protected]
per-file *buffer_types.*[email protected]
per-file *buffer_types.*[email protected]
per-file *native_pixmap*[email protected]
per-file *native_pixmap*[email protected]

# Vector icons.
per-file *vector_icon*[email protected]

# If you're doing structural changes get a review from one of the OWNERS.
per-file BUILD.gn=*
3 changes: 3 additions & 0 deletions android/DEPS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include_rules = [
"+ui/gfx/gfx_jni_headers",
]
1 change: 1 addition & 0 deletions android/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
Loading

0 comments on commit 55319fa

Please sign in to comment.