aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 1791697d37..3e81042ace 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -81,7 +81,6 @@ cc_library {
"libz",
],
static_libs: [
- //"cpufeatures", // TODO: use this for CRC32 detection
"libsfntly",
"libwebp-decode",
"libwebp-encode",
@@ -92,7 +91,6 @@ cc_library {
# We'll run GN to get the main source lists and include directories for Skia.
gn_args = {
'skia_enable_vulkan_debug_layers': 'false',
- 'skia_use_cpufeatures': 'false',
'skia_use_system_expat': 'true',
'skia_use_vulkan': 'true',
'target_cpu': '"none"',