aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started.md
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2016-04-07 14:39:30 -0700
committerFrank Barchard <fbarchard@google.com>2016-04-07 14:39:30 -0700
commit8c8294f09be6ed3f36137e7a8e80157fe2805adc (patch)
treef249f28910eba0d1fdd034667c8b925d4f3bddb2 /docs/getting_started.md
parentddbc63f7b994680effe8d2c7ad3dd71c00251d37 (diff)
downloadlibyuv-8c8294f09be6ed3f36137e7a8e80157fe2805adc.tar.gz
Empty overrides file for GN on Mac
R=kjellander@chromium.org BUG=libyuv:583 TESTED=gn gen out/Debug Review URL: https://codereview.chromium.org/1870473002 .
Diffstat (limited to 'docs/getting_started.md')
-rw-r--r--docs/getting_started.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 9f00d965..d4b7a9b7 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -184,11 +184,16 @@ Running test with C code:
#### Building with GN
- call gn gen out/Release "--args=is_debug=false target_cpu=\"x86\""
- call gn gen out/Debug "--args=is_debug=true target_cpu=\"x86\""
+ gn gen out/Release "--args=is_debug=false target_cpu=\"x86\""
+ gn gen out/Debug "--args=is_debug=true target_cpu=\"x86\""
ninja -C out/Release
ninja -C out/Debug
+### Building Offical with GN
+
+ gn gen out/Official "--args=is_debug=false is_official_build=true is_chrome_branded=true"
+ ninja -C out/Official
+
### Linux
GYP_DEFINES="target_arch=x64" ./gyp_libyuv