From 70c96eeac65cbf0a1c3b80b84b61a74fa5c1f14e Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 21 May 2014 22:41:46 +0800 Subject: [PATCH] :memo: frameworks => external_binaries. --- docs/development/source-code-directory-structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/source-code-directory-structure.md b/docs/development/source-code-directory-structure.md index 1f2dd077d9b1..9f5725e842aa 100644 --- a/docs/development/source-code-directory-structure.md +++ b/docs/development/source-code-directory-structure.md @@ -58,5 +58,5 @@ to understand the source code better. * **out** - Temporary output directory of `ninja`. * **dist** - Temporary directory created by `script/create-dist.py` script when creating an distribution. -* **frameworks** - Downloaded binaries of third-party frameworks which do not - support to be built via `gyp`. +* **external_binaries** - Downloaded binaries of third-party frameworks which + do not support to be built via `gyp`.