Files
brave-core/android/xml_processor.pydeps
T
Artem Samoilenko 1fe39b12cb [Android] Copy zip-related funcs build_utils -> zip_helpers
Chromium change:
https://github.com/chromium/chromium/commit/3dec34616aaf4298ac30aee57bebfe0b50af6715

Copy zip-related funcs build_utils -> zip_helpers
Non-android scripts use these helpers, so this moves them
outside of the //build/android directory.

This also modifies the helpers in the following ways:
* Renamed them.
* Added more assert checks about valid paths
* Fixed zip_directory() adding \s instead of /s on windows
* Merged in zipalign logic
* Changed compress_fn -> compress= (was unused)
* Do not call atomic_output from zip_directory()
  * Updated all callers to do so explicitly.

Bug: 1428082
2023-05-15 13:10:36 +01:00

31 lines
1.1 KiB
Plaintext

# Generated by running:
# build/print_python_deps.py --root brave/android --output brave/android/xml_processor.pydeps brave/android/xml_processor.py
../../build/android/gyp/util/__init__.py
../../build/android/gyp/util/build_utils.py
../../build/android/gyp/util/resource_utils.py
../../build/gn_helpers.py
../../build/zip_helpers.py
../../third_party/jinja2/__init__.py
../../third_party/jinja2/_identifier.py
../../third_party/jinja2/async_utils.py
../../third_party/jinja2/bccache.py
../../third_party/jinja2/compiler.py
../../third_party/jinja2/defaults.py
../../third_party/jinja2/environment.py
../../third_party/jinja2/exceptions.py
../../third_party/jinja2/filters.py
../../third_party/jinja2/idtracking.py
../../third_party/jinja2/lexer.py
../../third_party/jinja2/loaders.py
../../third_party/jinja2/nodes.py
../../third_party/jinja2/optimizer.py
../../third_party/jinja2/parser.py
../../third_party/jinja2/runtime.py
../../third_party/jinja2/tests.py
../../third_party/jinja2/utils.py
../../third_party/jinja2/visitor.py
../../third_party/markupsafe/__init__.py
../../third_party/markupsafe/_compat.py
../../third_party/markupsafe/_native.py
xml_processor.py