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

Unified Diff: docs/gyp_build.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/chromium_integration.md ('k') | docs/native_client_in_google_chrome.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/gyp_build.md
diff --git a/docs/gyp_build.md b/docs/gyp_build.md
deleted file mode 100644
index 33ca187dcfff268a738fe6cd9f1e907e061e1c96..0000000000000000000000000000000000000000
--- a/docs/gyp_build.md
+++ /dev/null
@@ -1,24 +0,0 @@
-## Introduction
-
-The `.gyp` files in the NaCl source tree serve two purposes: they are used to
-build NaCl as part of Chromium (see ChromiumIntegration), and they can also be
-used to build NaCl standalone, as an alternative to the Scons build scripts.
-
-## Standalone Linux Gyp build
-
-In the top-level (`trunk/src`) directory: * `./native_client/build/gyp_nacl
-native_client/build/all.gyp -f make` * `make -j4`
-
-## Standalone Windows Gyp build
-
-In the top-level (`trunk/src`) directory: * If necessary: run `vcvarsall.bat`
-from the Visual Studio/VC directory. * `set GYP_MSVS_VERSION=2008` * `gclient
-runhooks` * `devenv native_client\build\all.sln /build Debug` It also works from
-the `native_client` directory: * `devenv build\all.sln /build Debug`
-
-## Tests
-
-Most of the NaCl tests cannot be run using the Gyp build, because the Gyp build
-does not know how to invoke the NaCl compiler. Gyp does not handle
-cross-compilation well in general. To run the NaCl tests you have to use the
-Scons build.
« no previous file with comments | « docs/chromium_integration.md ('k') | docs/native_client_in_google_chrome.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698