-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-subtree-dir: ui/gfx git-subtree-split: 6a496db5ef7219101beacceca9566367c9cb1a09
- Loading branch information
0 parents
commit 179f3e9
Showing
797 changed files
with
205,408 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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=* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
include_rules = [ | ||
"+ui/gfx/gfx_jni_headers", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[email protected] |
Oops, something went wrong.