• S
    Add a gn flag to disable desktop embeddings (#17708) · e6a2534b
    stuartmorgan 提交于
    Desktop embedding dependencies can trigger gn-generation-time
    requiremenets; e.g., the Linux embeddings have pkg-config dependencies.
    This can be problematic in some build environments, such as building
    flutter_engine.so with a custom sysroot where those higher-level
    dependencies aren't available.
    
    This flag allows generating build files that don't have those
    dependencies.
    e6a2534b
gn 16.5 KB