diff options
| author | Martin Vejdarski <extrulm@gmail.com> | 2020-09-06 04:50:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-05 19:50:30 -0700 |
| commit | f7cd54fcd4d99be697b6cfb3d4edaf08c3412338 (patch) | |
| tree | 7615b9928eed51769b70fdc833628c3bba8c51e5 /ports/chromium-base/res/libxml | |
| parent | fdac1fc5aa36e8edeb9f358f0fad041de2626215 (diff) | |
| download | vcpkg-f7cd54fcd4d99be697b6cfb3d4edaf08c3412338.tar.gz vcpkg-f7cd54fcd4d99be697b6cfb3d4edaf08c3412338.zip | |
[chromium-base] Add new port (#12396)
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Huahua <ihuahua@live.com>
Diffstat (limited to 'ports/chromium-base/res/libxml')
| -rw-r--r-- | ports/chromium-base/res/libxml/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/chromium-base/res/libxml/BUILD.gn b/ports/chromium-base/res/libxml/BUILD.gn new file mode 100644 index 000000000..b48056ab8 --- /dev/null +++ b/ports/chromium-base/res/libxml/BUILD.gn @@ -0,0 +1,2 @@ +component("libxml_utils") {} +component("xml_reader") {}
\ No newline at end of file |
