Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
../../../flutter/impeller/aiks/canvas_unittests.cc
../../../flutter/impeller/aiks/testing
../../../flutter/impeller/aiks/trace_serializer_unittests.cc
../../../flutter/impeller/archivist/archivist_unittests.cc
../../../flutter/impeller/base/README.md
../../../flutter/impeller/base/base_unittests.cc
../../../flutter/impeller/compiler/README.md
Expand Down
36 changes: 0 additions & 36 deletions ci/licenses_golden/licenses_flutter
Original file line number Diff line number Diff line change
Expand Up @@ -4961,24 +4961,6 @@ ORIGIN: ../../../flutter/impeller/aiks/picture_recorder.cc + ../../../flutter/LI
ORIGIN: ../../../flutter/impeller/aiks/picture_recorder.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/trace_serializer.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/aiks/trace_serializer.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archivable.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archivable.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_class_registration.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_class_registration.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_database.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_database.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_location.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_location.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_statement.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_statement.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_transaction.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_transaction.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_vector.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archive_vector.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archivist_fixture.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/archivist/archivist_fixture.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/allocation.cc + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/allocation.h + ../../../flutter/LICENSE
ORIGIN: ../../../flutter/impeller/base/backend_cast.h + ../../../flutter/LICENSE
Expand Down Expand Up @@ -7818,24 +7800,6 @@ FILE: ../../../flutter/impeller/aiks/picture_recorder.cc
FILE: ../../../flutter/impeller/aiks/picture_recorder.h
FILE: ../../../flutter/impeller/aiks/trace_serializer.cc
FILE: ../../../flutter/impeller/aiks/trace_serializer.h
FILE: ../../../flutter/impeller/archivist/archivable.cc
FILE: ../../../flutter/impeller/archivist/archivable.h
FILE: ../../../flutter/impeller/archivist/archive.cc
FILE: ../../../flutter/impeller/archivist/archive.h
FILE: ../../../flutter/impeller/archivist/archive_class_registration.cc
FILE: ../../../flutter/impeller/archivist/archive_class_registration.h
FILE: ../../../flutter/impeller/archivist/archive_database.cc
FILE: ../../../flutter/impeller/archivist/archive_database.h
FILE: ../../../flutter/impeller/archivist/archive_location.cc
FILE: ../../../flutter/impeller/archivist/archive_location.h
FILE: ../../../flutter/impeller/archivist/archive_statement.cc
FILE: ../../../flutter/impeller/archivist/archive_statement.h
FILE: ../../../flutter/impeller/archivist/archive_transaction.cc
FILE: ../../../flutter/impeller/archivist/archive_transaction.h
FILE: ../../../flutter/impeller/archivist/archive_vector.cc
FILE: ../../../flutter/impeller/archivist/archive_vector.h
FILE: ../../../flutter/impeller/archivist/archivist_fixture.cc
FILE: ../../../flutter/impeller/archivist/archivist_fixture.h
FILE: ../../../flutter/impeller/base/allocation.cc
FILE: ../../../flutter/impeller/base/allocation.h
FILE: ../../../flutter/impeller/base/backend_cast.h
Expand Down
2 changes: 0 additions & 2 deletions impeller/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ config("impeller_public_config") {

group("impeller") {
public_deps = [
"archivist",
"base",
"geometry",
"tessellator",
Expand All @@ -81,7 +80,6 @@ impeller_component("impeller_unittests") {
testonly = true

deps = [
"archivist:archivist_unittests",
"base:base_unittests",
"compiler:compiler_unittests",
"core:allocator_unittests",
Expand Down
6 changes: 0 additions & 6 deletions impeller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ states of completion:
for a specific client rendering API. The interfaces in these targets are
meant to be private for non-WSI user targets. No Impeller sub-frameworks
may depend on these targets.
* **`//impeller/archivist`**: Allows persisting objects to disk as performantly
as possible (usually on a background thread). The framework is meant to be
used for storing frame meta-data and related profiling/instrumentation
information. Collection of information should succeed despite process crashes
and retrieval of traces must not use inordinate amounts of time or memory
(which usually leads to crashes).
* **`//impeller/geometry`**: All (or, most of) the math! This C++ mathematics
library is used extensively by Impeller and its clients. The reasonably
interesting bit about this library is that all types can be used
Expand Down
51 changes: 0 additions & 51 deletions impeller/archivist/BUILD.gn

This file was deleted.

11 changes: 0 additions & 11 deletions impeller/archivist/archivable.cc

This file was deleted.

41 changes: 0 additions & 41 deletions impeller/archivist/archivable.h

This file was deleted.

172 changes: 0 additions & 172 deletions impeller/archivist/archive.cc

This file was deleted.

Loading