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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 2210813002: Update component build documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | docs/component_build.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index 8c565aa6418a00f025a01f8508fa06dc17aaf9bb..e539df782cf46bcc527cea20f969f3faf5031d62 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -144,6 +144,9 @@ declare_args() {
# Component build. Setting to true compiles targets declared as "components"
# as shared libraries loaded dynamically. This speeds up development time.
# When false, components will be linked statically.
+ #
+ # For more information see
+ # https://chromium.googlesource.com/chromium/src/+/master/docs/component_build.md
Dirk Pranke 2016/08/04 15:59:04 I'm tempted to say that this should be "//docs/com
brettw 2016/08/04 18:26:41 I considered that, but decided most people will pr
is_component_build = is_debug && current_os != "ios"
}
« no previous file with comments | « no previous file | docs/component_build.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698