From 30715945aa8b7617ea2f31ef5360d731d7755047 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 8 Mar 2024 10:32:34 +0900 Subject: [PATCH] Update README --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7028eef..a49247a 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,7 @@ # build-gn -This is a minimal bootstrap environment for building GN, you can also use it -as a full functional environment for building any project using the `base` -library. - -This repo is forked from [yue/yue](https://github.com/yue/yue) with all Yue -related history stripped. - -## Goal - -The goal of this project is to provide a standalone version of GN with preset -Chromium build configurations, which can be used to setup projects without -requiring fundamental build files to exist inside the projects. - -Changes to GN can be found at [yue/gn](https://github.com/yue/gn). +This is a modified version of GN that provides Chromium's build configurations +as builtin rules, which can be used to build any project. ## How to use