summaryrefslogtreecommitdiff
path: root/chromium/third_party/angle/doc/SourceAccess.md
blob: 89a5b1866c93d511c3d7d9aa1f8fbacd47aaa937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ANGLE Source Code

# Browsing

ANGLE's source no longer resides at code.google.com! To browse the ANGLE source,
please visit https://chromium.googlesource.com/angle/angle

# Checkout

You may clone the ANGLE repository with:

> `git clone https://chromium.googlesource.com/angle/angle`

For full instructions on setting up your system with the necessary prerequisites
for development with ANGLE, please see the DevSetup page.