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

Unified Diff: docs/windows_incremental_linking.md

Issue 1309473002: WIP: Migrate Wiki content over to src/docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « docs/vanilla_msysgit_workflow.md ('k') | docs/windows_precompiled_headers.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/windows_incremental_linking.md
diff --git a/docs/windows_incremental_linking.md b/docs/windows_incremental_linking.md
new file mode 100644
index 0000000000000000000000000000000000000000..8d0149a3ff97ca700aa4827686266168bc4b76ec
--- /dev/null
+++ b/docs/windows_incremental_linking.md
@@ -0,0 +1,5 @@
+Include in your `GYP_DEFINES`: `incremental_chrome_dll=1`. This turns on the equivalent of Use Library Dependency Inputs for the large components in the build.
+
+And if you want faster builds, it would be best to include to `component=shared_library` too unless you need a fully static link for some reason.
+
+Note that `incremental_chrome_dll=1` will probably not work on Visual Studio 2008 builds. It may not work on Visual Studio 2010 builds either (pamg couldn't get it to work as of Nov 2012, encountering numerous link errors). You may have to use [ninja](http://code.google.com/p/chromium/wiki/NinjaBuild), which has incremental linking on by default.
« no previous file with comments | « docs/vanilla_msysgit_workflow.md ('k') | docs/windows_precompiled_headers.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698