Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Unified Diff: docs/chromium_integration.md

Issue 2457813002: Update and fix some markdown docs (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/build_systems.md ('k') | docs/gyp_build.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/chromium_integration.md
diff --git a/docs/chromium_integration.md b/docs/chromium_integration.md
index a9431ebc3126d062d782f6d7f4e4f4fe2860f0db..7a9ce706968694fb2e08f58bf8839f9d1dbde84d 100644
--- a/docs/chromium_integration.md
+++ b/docs/chromium_integration.md
@@ -8,10 +8,10 @@
## 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
-doesn't use them. These Gyp files cover NaCl's trusted code but not tests.
+`*.gn` and `*.gni` files in the NaCl tree, though the NaCl standalone build
+doesn't use them. These gn files cover NaCl's trusted code but not tests.
## sel\_ldr
« no previous file with comments | « docs/build_systems.md ('k') | docs/gyp_build.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698