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

Unified Diff: docs/common_build_tasks.md

Issue 1473953002: Fix various issues with Markdown docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/chromoting_build_instructions.md ('k') | docs/linux_build_instructions.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/common_build_tasks.md
diff --git a/docs/common_build_tasks.md b/docs/common_build_tasks.md
index d64afa4fa6a077e844d8cdf63a89cf9321ab23d0..c181055d5ddac7f958245546ef723cdc214969b0 100644
--- a/docs/common_build_tasks.md
+++ b/docs/common_build_tasks.md
@@ -67,11 +67,11 @@ system GYP when generating project files. This is a summary of them:
TODO(andybons): Convert to list.
-| GYP\_DEFINES | A set of key=value pairs separated by space that will set default values of variables used in .gyp and .gypi files |
-|:-------------|:-------------------------------------------------------------------------------------------------------------------|
-| GYP\_GENERATORS | The specific generator that creates build-system specific files |
-| GYP\_GENERATOR\_FLAGS | Flags that are passed down to the tool that generates the build-system specific files |
-| GYP\_GENERATOR\_OUTPUT | The directory that the top-level build output directory is relative to |
+|:-------------|:--------------------------------------------------------------|
+| `GYP_DEFINES` | A set of key=value pairs separated by space that will set default values of variables used in .gyp and .gypi files |
+| `GYP_GENERATORS` | The specific generator that creates build-system specific files |
+| `GYP_GENERATOR_FLAGS` | Flags that are passed down to the tool that generates the build-system specific files |
+| `GYP_GENERATOR_OUTPUT` | The directory that the top-level build output directory is relative to |
Note also that GYP uses CPPFLAGS, CFLAGS, and CXXFLAGS when generating ninja
files (the values at build time = ninja run time are _not_ used); see
@@ -89,12 +89,14 @@ Next to your top-level `/src/` directory, create a file called
above environment variables. For the full list of supported keys, see
[/src/build/gyp_helper.py](/build/gyp_helper.py).
-``` {
+```
+{
'variables': {
'mac_strip_release': 0,
}, 'GYP_DEFINES':
'clang=1 ' 'component=shared_library ' 'dcheck_always_on=1 '
-} ```
+}
+```
#### include.gyp
« no previous file with comments | « docs/chromoting_build_instructions.md ('k') | docs/linux_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698