| Index: docs/chromium_integration.md
|
| diff --git a/docs/chromium_integration.md b/docs/chromium_integration.md
|
| index a9431ebc3126d062d782f6d7f4e4f4fe2860f0db..1e34fe8ccd1192b309aa06b406281b370dbc4679 100644
|
| --- a/docs/chromium_integration.md
|
| +++ b/docs/chromium_integration.md
|
| @@ -8,9 +8,9 @@
|
| ## Build system
|
|
|
| Most of NaCl, including the trusted runtime and tests, is built using Scons.
|
| -However, Chromium ignores NaCl's Scons build system and uses Gyp to build NaCl
|
| +However, Chromium ignores NaCl's Scons build system and uses gn to build NaCl
|
| (in the same way as it ignores Webkit's own build system). This is why there are
|
| -`*.gyp` and `*.gypi` files in the NaCl tree, though the NaCl standalone build
|
| +`*.gn` and `*.gni` files in the NaCl tree, though the NaCl standalone build
|
| doesn't use them. These Gyp files cover NaCl's trusted code but not tests.
|
|
|
| ## sel\_ldr
|
|
|