# pipa **Repository Path**: mirrors_chromium_googlesource/pipa ## Basic Information - **Project Name**: pipa - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pipa Pipa is an IPC mechanism shared between Chromium and the Chrome Cleanup Tool. ## Checkout: ``` mkdir pipa cd pipa gclient config --spec="solutions=[{'name':'src', 'url':'https://chromium.googlesource.com/chromium/pipa',},]" gclient sync ```