Chromium Code Reviews| Index: build_overrides/README.md |
| diff --git a/build_overrides/README.md b/build_overrides/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..906136e50eede0db9df3caad6d7be64561b71ff7 |
| --- /dev/null |
| +++ b/build_overrides/README.md |
| @@ -0,0 +1,7 @@ |
| +# Build overrides in GN |
| + |
| +This directory is used to allow us to customize variables that differ between |
| +WebRTC being built as standalone and as a part of Chromium. |
| + |
| +There's another build_overrides in Chromium that needs to contain the same |
| +set of files with the same set of variables (but with different values). |